How To Optimize Blog With Meta Tags in Blogger

How To Optimize Blog With Meta Tags in Blogger

Navigate from Blogger Dashboard > Template > Edit HTML, and find the <head> tag
Paste the following code
<title>Title_of_ur_website</title> <link ahref="mailto:ur_email_ID" rev="made"/> <meta content="all_keywords_separated_by_commas" name="keywords"/> <meta content="ur_name" name="author"/>
<meta content='Copyright (c) 2012 ur_site_tilte - All rights reserved' name='copyright'/> <b:if cond='data:blog.url == data:blog.homepageUrl'> <meta content="General_description_about_ur_blog" name="description"/> </b:if> <meta content="see_below" name="ROBOTS"/>

Change see_below with any one of the following content

- INDEX,FOLLOW               Index this page and follow all links
- INDEX,NOFOLLOW         Index this page but do not follow any link on this page
- NOINDEX,FOLLOW         Do not index this page but follow all links on this page
- NOINDEX,NOFOLLOW   Do not index this page and do not follow any link on this page


I hope after making changes ib your website or blog you might have experience that increased in no of visitors for your blog.

Related Pages:



No comments:

Post a Comment