Showing posts with label SEO Tips. Show all posts
Showing posts with label SEO Tips. Show all posts

Adjust Blogger Title Tags to Improve SEO

Todays Tutorial deals with How to gain Maximum Traffic, That is improving SEO (Search Engine Optimization) of your blog to get higher Traffic on your Blog by optimising your page title for various search engines like Google, Yahoo.

By default Blogger (Blogspot) blog does not have search engine optimised title tags. Blogger assigns title tags which contain the the Title of the post following the Name of the blog . But this type of title tags are not search engine friendly.

By simply reversing the position of the blog name and page title significant improvement can be gained in SEO resulting in higher blogger Traffic.

Follow the Steps for SEO optimization of your Blogger Blog:

1. First "Login" to your Blogger account

2. Go to "Design" > "Edit HTML" and search for the code shown below.



<title><data:blog.pageTitle/></title>


3. Now Replace the above code with the code shown below


<b:if cond='data:blog.pageType == &ampquot;item&ampquot;'>
<title><data:blog.pageName/> |
<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

4. Click on Save Template and then View Blog

5. If you are having any problem when trying to Insert and unable to Save the above code (Step .4), then the another code shown below might work for your blog


<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> |
<data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>

Now enjoy your SEO optimized Blog Title Tag. Be prepared to Welcome high traffic on your Blog.

IMPORTANT TIPS
  • Don't forget to take back up of your template before editing it


You are Done !!! Happy Blogging


Adding Meta Tags to Blogger

Meta tags are very important for the SEO of the blog. Meta tags help search engine crawlers know about the content of the blog,website or post. Now I will Explain the tutorial of Adding Meta Tags to Blogger.


How to add meta tags to blogger


1. Go to "Design" > "Edit HTML" and search for the code shown below using keyboard buttons CTRL+F


<b:include data='blog' name='all-head-content'/>

2. Now Add this Code just after the above code:

<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/>

Changes to do in above Code:

DESCRIPTION HERE: Write about your blog description
KEYWORDS HERE: Write the keywords of your blog
AUTHOR NAME HERE: Write the Your name

3. Don't forget to save the changes.

Important Tips:

  • Don't repeat the keywords more than 3 times.
  • Don't forget to take back up of your template before editing it

You are Done !!! Happy Blogging.

Any Query related to any Post please feel free to comment on it so that I can Improve and provide you with better blog