Auto Meta Tags for Blogger

images (2)

In this post I m going to describe meta-tags: How to add them to your blog.

PUTTING META-TAG FOR YOUR BLOG

Blogger has rolled out an array of SEO features and now adding Meta Tags has become so easy. You can do it easily from the Blogger’s User Interface without doing much of Template Editing or pulling your hair. So here is how to do it
1 . Log in to Bloggergo to setting -> Search Preferences and Enable Meta Tags. In the Text area give a 150 character description which will describe your Blog. This text might be used by Search engines when your Blog’s home page is displayed on Search Engines.
0

GENERATE AUTO META TAGS FOR EACH BLOG POSTS

Its a simple code to automate the process of assigning meta description and keyword tags to every posts of your blog. Although not very effective but it may slightly improve the visibility of your pages in SERPs. These are the Dynamic meta tags, which have the same code but display different content for different pages. Actually it simply shows the blog name and title of the post in the meta description/keywords content.
Keep in mind that meta tags always goes betweenandtags
1. Log in to Blogger -> Edit HTML
and find (CTRL+F) this code in the template:
<![CDATA[
And immediately BEFORE/ABOVE it, paste this code:
<b:skin><![CDATA[
And immediately BEFORE/ABOVE it, paste this code:<b:if cond=’data:blog.pageType == &quot;item&quot;’>
<meta expr:content=’data:blog.pageName + data:blog.title + data:blog.pageName’ name=’Description’/>
<meta expr:content=’data:blog.pageName + data:blog.title + data:blog.pageName’ name=’Keywords’/>
</b:if>
happy blogging
SHARE

Milan Tomic

Hi. I’m Designer of Blog Magic. I’m CEO/Founder of ThemeXpose. I’m Creative Art Director, Web Designer, UI/UX Designer, Interaction Designer, Industrial Designer, Web Developer, Business Enthusiast, StartUp Enthusiast, Speaker, Writer and Photographer. Inspired to make things looks better.

  • Image
  • Image
  • Image
  • Image
  • Image
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment