Featured
loading...

Blogger Meta Tag Optimization Secrets

Do you want you Optimize your blogger keywords, description, meta tags or post description. In this post I will guide you how to Optimize your blogger / blogspot in Google Search engine.

How to optimization blogger meta tag? This time is one of the great blogger meta tag secrets stored neatly in my blog for this and you will not likely find this tutorial out there because technique this time is my own original recipe results, if any even that is similar to the same especially if, that means my copy-paste: (P) For those of you who have experience in handling SEO for Bloggers Platform may not be so difficult to perform optimization on Meta Tags, but for a beginner usually can only be resigned to it with the default XML Script Blogger. Although we know today Blogger has actually been making big changes in their Meta Tag Optimization but I think that alone is not enough, there should still be a big change if it wants to be No. 1 at page percarian. Okay even if the content you are currently very Super Backlink Quality accompanied from the middle of nowhere there coupled with beautiful design blog eyed angel tub all just wrote bong, without any optimization of the (One Page SEO) is the same like vegetables without salt (nonsense: p) See script below, it is the result of optimization of all Meta tags that I use on my blog today, there is no reduction in the rahasiapun there. And sorry, to how to put this code on your blog I will not teach again, please unloading all my old stuff or you can directly.

<! - Meta Title Page Error/404 ->  
<b: if  cond = 'Data: blog.pageType == "error_page"' > 
<title> 404: Sorry the page that there was no looking | namablog </ title>  
</ b: if> 
<b: if  cond = 'Data: blog.pageType! = "item"' > 
<! - Meta Search Page Title -> 
<b: if  cond = 'Data: blog.searchQuery' > 
<title> search keyword for :: <data:blog.searchQuery/> :: | namablog </ title> 
</ b: if> 
<b: if  cond = 'Data: blog.pageType == "archive"' > 
< - Meta Title Archive Page ->  
<title> Month Article Archive <data:blog.pageName/> | namablog </ title> 
<! - Meta Descriptin Archive Page ->  
<meta  expr: content = '"Archives In the article "+ Data: blog.pageName +" more please visit namablog "'  name = 'description' /> 
<b:else/> 
<b: if  cond = 'Data: blog.pageType == "static_page"' > 
<! - Meta Title Pages Pages ->  
<title> <data:blog.pageName/> | namablog </ title>  
<b: if  cond = 'Data: blog.metaDescription' > 
<! - Meta Description Page Pages Active ->  
<meta  expr: content = 'Data: blog.metaDescription'   itemprop = 'description' /> 
<b:else/> 
<! ​​- Show if the Meta Description Page Page not active -> 
<meta  expr: content = 'Data: blog.pageName + ". Please read the article "+ Data: blog.pageName +" more in namablog "'  name = 'description' /> 
</ b: if> 
<b:else/> 
<! ​​- Meta Title Label Page -> 
<b: if  cond = 'Data: blog.searchLabel' > 
<title> Search on Label :: <data:blog.pageName/> :: | namablog </ title> 
<! - Meta Description Tags Page ->  
<meta  expr: content = '"Search in category ::" + Data: blog.pageName + ":: more please visit namablog."'  name = 'description' /> 
<b:else/> 
<! ​​- Meta Title Home - ->  
<title> <data:blog.pageTitle/> | namablog </ title>  
<! - Meta Description Main page ->  
<meta  expr: content = 'Data: blog.pageTitle + "Write your blog description here. "'  name = 'description' />  
</ b: if> 
</ b: if> 
</ b: if> 
<! - Meta Keyword Home ->  
<meta  content = "keyword1, keyword2, etc. '  name = 'keywords' /> 
<b:else/> 
<! ​​- Meta Title Page Post ->  
<title> <data:blog.pageName/> - namablog </ title> 
<! - Meta Description Page Post active  
 
   
 
Show if the Meta Description Page post is off -> 
<meta  expr: content = 'Data: blog.pageName + ". Please read the article "+ Data: blog.pageName +" more in namablog "'  name = 'description' /> 
</ b: if> 
<! - Meta Keyword Page post ->  
<meta  expr: content = 'Data: blog.pageName + ", keyword1, keyword2, etc." '  name = 'keywords' /> 
</ b: if>

SEO Optimization Meta tag above is very potent and very SEO Friendly, you can edit it as needed. While Meta Tag to see the changes above you can see it directly by opening its source code through the browser or use the extension for firefox which I recommend here http://www.quirk.biz/searchstatus

I wrote all post in my blog for future God willing, I will dismantle all the hidden secret to  SEO Optimization on Blogger. Greetings :)

Robots.txt: What is it and how to create & add custom robots.txt file in Blogger

If you are here is that you have heard about the "Robots.txt" as part of your SEO , and you are looking for an explanation / information. Do not worry, In this post I'll share you complete tutrial about how to create and add custom robot.txt file in blogger, thourgh robot.txt you can get better crawil and indexing in google search engine.

What the Robots.txt?
 

It is a text file "txt" named "Robots", simply. It is used in the ranking to search engines, specifically to exclude certain content indexing by robots.

To summarize, an engine running on your page every day to add your content to the web, and you, with this file, you can prevent it directly to him. Indexing robots always consult the "robots.txt" file before action.

We will now see how to use it on our website / blog. 

How to create a robots.txt file?

Nothing complicated this time around, you create a text document that you rename "Robots". Once completed, send the file to the root of your site.

Example1 

If you want to allow all the robot to access the site, type only this or do not add the file:
User-agent: *
Disallow:

If you want to deny access to wholes robots:

User-agent: *
Disallow: /

If you want to deny access to the forum or a URL ... and only allow Google.

User-agent: *
Disallow: / forum

User-agent: googlebot
Disallow:

Example 2

User-agent: Mediapartners-Google
Disallow:
 
User-agent: *
Disallow: /search
Allow: /
  
Sitemap: http://yoursite.blogspot.com/feeds/posts/default?orderby=UPDATED

You have understood, this file allows great power and flexibility in the choice of content indexing or not. Caution, however, it is not a safety barrier against robots: ignore some very well.

How to add a robots.txt file in blogger?

  • Go to Blogger Dashboard 

  • If you have multiple blogs, select which blog you want to add custom robot.txt

  • Now look for settings>> Search Preferences

  • In search preferences, section you scroll it down and you see this option Custom robots.txt ? 
Custom robots.txt in blogger
Click edit, copy my porvided code, paste into robot.txt text box, and changed the url. like your url example: www.yourblog.blogspot.com.
Congratulations! You've all made ​​your blog after a few days, in order to improve the performance and indexing your blog.
FINAL WORDS: If you need any help with this tutorial please ask via the comments. We see the following helpful article. Stay Blessed and smart blogging.

How to Add Adsense Ads In the Center or Anywhere inside Blogger Post

How to add google adsense ads in the middle or inside Blogger Post. I hope my post is helpful for you. Don't forgot to share this post.

Have you ever checked a way to monetize your blog with Google Adsense. Have you checked How to register and set up an account on Google Adsense . Now we will see about inserting Adsense ad code. In this tutorial you will check how to enter the code to display Adsense ads inside your posts on Blogger. Well, you know that Blogger itself offers an option to insert Adsense ad units through the gadget. If you click on the "generate revenue" will open a list with automatic settings options for displaying Adsense ads.
Anywhere inside Blogger Post
I particularly did not like this option because it does not give greater freedom of customization in the way that the ads will appear on the blog. Not to mention the fact that makes the blog somewhat "heavy" advertising.

I chose to insert the Adsense code directly in HTML template.
Today I will teach you how I did it, so you can also use the same method if you want.
As you have observed, I prefer to display ads within the post, and only on the individual page. This leaves my layout "cleaner" (at least I think so).

Well, the first step to be followed is: Generate the code.

First of all, it should be noted that so you can continue with this tutorial you must already have your Adsense account approved and have already chosen and configured the ads you want to display to your blog, and have copied the code provided by Adsense.

That done, now you must parse (convert) the code Adsense generated because if you enter the code without converting it, will error in HTML because Blogger does not accepts the language code directly in HTML template.

FIRST THING PARSE THE ADSENSE CODE:
Access this article Tool to Convert adsense code and paste the generated code into the box, and click " Convert ".

SECOND THING FIND THE TAG:Now using the Ctrl F, look for the tag <data: post.body />.

THIRD THING REPLACE THE TAG <data: post.body /> WITH THIS CODE:
<div expr:id='"adsmiddle1" + data:post.id'></div>
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<div style="clear:both; margin:10px 0">
<!-- Add here the code of your ad -->
</div>
</b:if>
</b:if>
<div expr:id='"adsmiddle2" + data:post.id'>
<data:post.body/>
</div>
<script type="text/javascript">
var obj0=document.getElementById("adsmiddle1<data:post.id/>");
var obj1=document.getElementById("adsmiddle2<data:post.id/>");
var s=obj1.innerHTML;
var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>  
  
FOUTH THING PUT YOUR PARSE CODE HERE  <!-- Add here the code of your ad -->
THEN SAVE YOUR TEMPLATE :

FOUTH THING: When you create a New Blogger Post, Don't forgot to add this tag on the, where you want to Google Adsense Ads appear:
<!-- adsense -->

I SHOW EXAMPLE TROUGH SCREENSHOT:
SCREENSHOT
ScreenShot
FINAL WORDS:
Following the above steps, you will easily place AdSense ads within your articles and probably earn more income. As warned before, it is necessary to conduct tests to assess what is the best position for your case.

Although I have talked all the time about AdSense blocks, the same procedure can be used to contracted fixed ads directly to you. Just perform steps 2 and 3 using the ad code you post fixed on his blog.

And you, use or have used ads within the text of your posts? What were the results? Share with others in a comment!

Changing The Post Title Tags Into H1 Dynamic Heading in Blogger

Today, In this post I will guide you, How to change your post title tags into h1 dynamic heading in blogger.

You can use this tricks in wordpress or blogger. If the blog is using the Genesis framework or Thesis sure when you open the article / post on the blog, the title of his post turned into a moment while Homepage H1, H2 title of his post is. This is an On Page SEO because Google can figure out which is more important, the title or the title of the blog post / article that blog. This trick edible dynamic heading. In addition to making your blogger into a dynamic heading, the code that I share in this article can make the installation of the rel = "author" in the title of the post automatically when either the homepage or while in the post itself.

How to change Dynamic Heading in Blogger

1. Go to Blogger> Template> Edit HTML
2. Find this code 
<div id='header-inner'> 
  <div class='titlewrapper'> 
    <h1 class='title'> 
      <b:include name='title'/> 
    </ h1 > 
  </ div> 
  <b:include name='description'/> 
</ div>  

3. Change the code to be as follows
 <! - No header image -> 
<div id='header-inner'> 
  <div class='titlewrapper'> 
    <b:include name='title'/> 
  </ div> 
  <b: include name = ' description '/> 
</ div>  

4. After doing 3. option. You scroll down, then you will find a code like below
 <b:includable id='title'> 
  <b:if cond='data:blog.url == data:blog.homepageUrl'> 
    <data:title/> 
    <b:else/> 
    <a expr: href = ' Data: blog.homepageUrl '> 
      <data:title/> 
    </ a> 
  </ b: if> 
</ b: includable>  

5. Replace with the following code:
 <b:includable id='title'> 
  <b:if cond='data:blog.pageType != "item"'> 
    <b:if cond='data:blog.pageType != "static_page"'> 
      <h1 class='title'> 
        <a expr:href='data:blog.homepageUrl'> 
          <data:title/> 
        </ a> 
      </ h1> 
      <b:else/> 
      <h2 class='title'> 
        <a expr:href='data:blog.homepageUrl'> 
          <data:title/> 
        </ a> 
      </ h2> 
    </ b: if> 
    <b:else/> 
    <h2 class='title'> 
      <a expr: href = 'Data: blog.homepageUrl'> 
        <data:title/> 
      </ a> 
    </ h2> 
  </ b: if> 
</ b: includable>   

Final Find this code:
<b:if cond='data:post.title'> 
  <h3 class='post-title entry-title' itemprop='name'> 
       Dozens - hundreds of code 
</ h3> 
</ b: if>  

But if template using H2 tags, so find also that as this....
<b:if cond='data:post.title'> 
  <h2 class='post-title entry-title' itemprop='name'> 
       Dozens - hundreds of code 
</ h2> 
</ b: if>  

To look for it, you can use (Ctrl + F) and Search
<h3 class='post-title entry-title' itemprop='name'> 
or
<h2 class='post-title entry-title' itemprop='name'> 
Change the code into the code below:
<b:if cond='data:blog.pageType == "static_page"'> 
<b:if cond='data:post.title'> 
<h1 class = 'post-title entry-title' itemprop = 'name '> 
<b:if cond='data:post.link'>
<a expr:href='data:post.link' expr:title='data:post.title'> 
<data:post.title/></a><b:else/><b:if cond='data:post.url'>
<a expr:href='data:post.url' expr:title='data:post.title'> 
<Data:post.title/></a><b:else/><data:post.title/></b:if></b:if></h1></b:if></b:if>     <b:if cond='data:post.title'>  <b:if cond='data:blog.pageType != "static_page"'>       <h2 class = 'post-title entry-title' = itemprop 'name'><b:if cond='data:post.link'><a expr:href='data:post.link' expr:title='data:post.title'> <Data: post.title / > </a> <b:else/> <b:if cond='data:post.url'> <a expr: href = 'the data: post.url'cond = 'Data: post.title'> <h1 class='post-title entry-title' itemprop='name'><b:if cond='data:post.link'><a expr: href ='Data : post.link 'expr: title ='Data: post.title'> <data:post.title/> </a><b:else/><b:if cond='data:post.url'><a expr: href ='the data: post.url'expr: title='Data:post.title'><data:post.title/></a><b:else/> <data:post.title/></b:if></b:if></h1></b:if></b:if>  

FINAL WORDS: After that do not forget to save your changes in the templat.

www.CodeNirvana.in

new

Total Pageviews

Copyright © Tips, Tools, Tutorials and Inspiration - Genie Yard | Designed By Code Nirvana