How to Put Meta Tags on Each Post Automatically

meta+tag How to Put Meta Tags on Each Post Automatically

This is a way to make the blog description, and keywords in your blog is different in every new post, will be installed automatically. How to Make Every Post Blog Description Different Or How to Make Different Keywords in Every new Blog Post.

In this post i will discuss about how to install dynamic meta tags on blogspot  automatically. This technique is very useful for on page optimization for each post, we will have a meta description that is different from one post to another post without bothering to add one by one on each post manually. In other words, meta description and keywords in each post will was generated automatically.  This is certainly a solution for those of you who have duplicate meta descriptions.

How to install meta tag description and keywords of each post automatically, and this I share into 2 parts, you just follow one of two ways below:

Before I explain the tricks in the second Meta tag optimization, should I review the tricks to optimize the Meta Title Tag. When we first create a blog, Meta Title is already available on the Edit HTML page, it's just not optimized. Well, for Meta title is more SEO Friendly Title we can change the default with a better blogger again. Please learn how to change it below:

Please search for Blog Title like this:

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

Then replace all the code above with the code below:

<b:if cond='data:blog.pageType == &quot;index&quot;'>
 <title><data:blog.pageTitle/></title>
 <b:else/>
 <title><data:blog.pageName/></title>
 </b:if>

After we apply the Meta title above, will look very striking differences at all in the search results. Search engines certainly will easily show which is the main page and which ones are the posting page.

OK! we have to learn search optimization SEO the Title tag, it is time we tried again on how to optimize your SEO and Meta Keyword Meta description. Most bloggers usually put Meta Description and Meta Keywords on main page (index) as shown in the example below, ok it does not matter if the Meta Description is only aimed at the index page, the problem is how the fate of non-indexed pages? Meta Description Obviously this will also try to seize from the description on every page of our blog content. Of course we should we avoid this mistake right?

See examples below Meta tags are very often used:

From the sample of search results on the main page (index) below may not be a problem and how it should be. Similarly, the Meta keywords used.

Tutorials and Optimization complete blogspot
Get the most complete blogspot Tutorial for Beginners.
www. sites that contain tutorials. com - Cached - Similar

Then see how the mistake page under the Meta description is trying to take the position that these descriptions should belong to the posting page.

 

Secret blogspot page optimization
Get the most complete blogspot Tutorial for Beginners.
www. sites that contain tutorial.com / ... / optimization /optimizationt-secre-blogspot-page.html -Cached - Similar

Seeing examples of the use of both the Meta Tag above, of course we will think twice to use it. Not look the same on his blog description? whereas there are on different pages. This is where I try to explain how the latest techniques for search results are displayed in the Search Engine is really a maximum. Where the technique is of course our efforts to further improve the blogs ranking to be in the top position on each search result.

SEO OPTIMIZATION IN META DESCRIPTION AND KEYWORD (The Way I)

The first way below we can use to perform optimization on the Meta Description and Meta keywords, we can see the difference on findings on the search engine where each page has some additional meta accordance with the title of the posting (see the formula).

Please try to replace the meta description and keywords you use the code below, do not forget to adjust the description and keywords co blogs by replacing each character is marked in red below.

<b:if cond='data:blog.pageType != &quot;item&quot;'>
<meta content='Get the most complete blogspot Tutorial for Beginners.' name='description'/>
<meta content='Blogspot Tutorial, trick and tips blog, blog optimization, seo secrets' name='keywords'/>
<b:else/>
<meta expr:content='data:blog.pageName + &quot; - Get the most complete blogspot Tutorial for Beginners.&quot;' name='description'/>
 <meta expr:content='data:blog.pageName + &quot;, Blogspot Tutorial, trick and tips blog, blog optimization, seo secrets&quot;' name='keywords'/>
</b:if>

Sample Formulas in the index page of search results.

<BLOG TITLE>
<meta Description>
<URL>

Tutorials and Optimization complete blogspot
Get the most complete blogspot Tutorial for Beginners.
www. sites that contain tutorials. com - Cached - Similar

Example Formulas search results on the page posts.

<POST TITLE>
<Post Title> -  <Meta Description>
<URL>

Secret blogspot page optimization
Secret blogspot page optimization - Get the most complete blogspot Tutorial for Beginners.
www. sites that contain tutorial.com / ... / optimization /optimizationt-secre-blogspot-page.html - Cached - Similar

SEO OPTIMIZATION IN META DESCRIPTION AND KEYWORD (THE WAY II)

The second way is similar to the first way, which differ only in thedescription on the posting page (see the formula).

Please try to replace the meta description and keywords you use the code below, don't forget to adjust the description and keywords your blogs by replacing each character is marked in red below.

<b:if cond='data:blog.pageType != &quot;item&quot;'>
<meta content='Get the most complete blogspot Tutorial for Beginners.' name='description'/>
<meta content='Blogspot Tutorial, trick and tips blog, blog optimization, seo secrets' name='keywords'/>
<b:else/>
<meta expr:content='data:blog.pageTitle + &quot; - Get the most complete blogspot Tutorial for Beginners.&quot;' name='description'/>
 <meta expr:content='data:blog.pageTitle + &quot;, Blogspot Tutorial, trick and tips blog, blog optimization, seo secrets&quot;' name='keywords'/>
</b:if>

Sample Formulas in the index page of search results.

<BLOG TITLE>
<meta Description>
<URL>

Tutorials and Optimization complete blogspot
Get the most complete blogspot Tutorial for Beginners.
www. sites that contain tutorials. com - Cached - Similar

Example Formulas search results on the page posts.

<POST TITLE>
<Blog Title> <Post Title> <Meta Description>
<URL>

Secret blogspot page optimization
Tutorials and Optimization blogspot complete: Secret blogspotpage optimization - Get the most complete blogspot Tutorial for Beginners.
www. sites that contain tutorial.com / ... / optimization /optimizationt-secre-blogspot-page.html - Cached - Similar

these Both techniques have differences, but has the same good function , you can choose one of them!

Popular Incoming search terms:

how to put index meta in blogspot, blogspot dynamic meta tag, how to give incoming search terms in each post, how to add automaticly meta tag for each post, seo secrets title bar meta description, put meta tags in posts?, put meta tags at every post, meta tags in every post, meta tags for each post in blogger, meta tag for each post in blogger

No related posts.

3 Comments

  1. Very useful tips for blogger seo.

  2. hi. i liked the way II . if i use that code, do i still have to add meta description for my homepage or not?

Leave a Reply