Over Powered Blogger
"Over Powered Blogger" is a must-read for anyone who is serious about taking their blogging to the next level and achieving their blogging goals. Whether you are a hobbyist blogger or a full-time blogger, Through a combination of informative articles, tips, tutorials, and real-life case studies, this blog covers a wide range of topics, including content creation, SEO optimization, social media marketing, email marketing, branding, monetization strategies, and much more.

How To Add Auto Description, Keyword Meta Tag For Blogger Posts Free

How To Add Auto Description, Keyword Meta Tag For Blogger Posts Free

Description, Keywords, And other meta tags are important for every blog post if need a good page rank in search engines.

The below script will help to increase your blog’s search engine ranks by automatically generating different and appropriate meta tags for your blog posts.

  •  Go to Design > Edit HTML of your blog.
Find:
<TITLE><DATA:BLOG.PAGETITLE/></TITLE>
Replace the above code with:
<B:IF COND=’DATA:BLOG.PAGETYPE == “ITEM”‘>
<TITLE><DATA:BLOG.PAGENAME/> | <DATA:BLOG.TITLE/></TITLE>
<B:ELSE/><TITLE><DATA:BLOG.PAGETITLE/></TITLE>
</B:IF>
<B:IF COND=’DATA:BLOG.PAGETYPE == “ARCHIVE”‘>
<TITLE><DATA:BLOG.PAGENAME/> | <DATA:BLOG.TITLE/></TITLE>
</B:IF>
<B:IF COND=’DATA:BLOG.PAGETYPE == “LABEL”‘>
<TITLE><DATA:BLOG.PAGENAME/> | <DATA:BLOG.TITLE/></TITLE>
</B:IF>
<META EXPR:CONTENT=’DATA:BLOG.PAGETITLE + ” – YOUR BLOG DESCRIPTION HERE”‘ NAME=’DESCRIPTION’/>
<META EXPR:CONTENT=’DATA:BLOG.PAGENAME + “, KEYWORD-1, KEYWORD-2, KEYWORD-3, KEYWORD-4, KEYWORD-5″‘ NAME=’KEYWORDS’/>
<META CONTENT=’YOUR NAME HERE’ NAME=’AUTHOR’/>
<META CONTENT=’INDEX,FOLLOW’ NAME=’ROBOTS’/>
* Change description, keywords, and author name with appropriate values

Post a Comment

Every comment is appreciated but keep in mind that comments are moderated and may take some time to appear. All spam comments will be deleted, including mentioning your blog. Thanks for understanding!