SEO Blogger (Part III: Creating dynamic meta tags (SEO) for each post that's Blogspot)

 III / Create the meta tags (SEO) for each post that's Blogspot:
In the previous sections I have to share with you tips Delete duplicate content (Delete Duplicate content)and tips Post Title Optimization on search to increase traffic . But it is not enough to get your blog higher in the second well of the search results in search engines. Today I will show you how to create dynamic meta tags (SEO) for each article of Blogspot to know more improvements to optimize the search engine to your blog.
    With a simple code to automate the implementation process description and keyword meta tags for each page of your blog. Although not very effective, but it can improve the visibility of your pages in theSERPs . This is a Dynamic meta tags, with the same code for all posts but they will display different content for each article.
How to do the following:
1. Truy cập vào Blogger  >  Layout  >  Edit HTML
2. Press CTRL + F to find the code:
                                                   <b:skin><![CDATA[
3. Replace them with the following 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>
<b:skin><![CDATA[ 



4. Once you're done, click Save the template again, so in the next search engine will set the income information as you have made tips. 
Thus you can ensure that search engine optimization for your blog.
Wish you success

0 comments:

Post a Comment