Meta Tags Part 1


In This Method Of Adding Meta Tags You Need To Do The Following Steps
Log in to Blogger, go to Design -> Edit HTML
And find this code in the template:
And immediately BELOW/AFTER it, paste these lines:
Change those lines in Red color above.
In the last meta tag, where "SEE_BELOW" is written, select one of these as per your requirement/choice.
- INDEX,FOLLOW Index this page and follow all links.
- INDEX,NOFOLLOW Index this page but do not follow or index links on this page.
- NOINDEX,FOLLOW Do not index this page but follow all links.
- NOINDEX,NOFOLLOW Do not index this page. Do not follow or index links on this page.
For any particular page, if you want to add any keywords or if you want to add "nofollow" / "noindex" tags to that page, you can add these code lines:
And You Are Done
Log in to Blogger, go to Design -> Edit HTML
And find this code in the template:
<head>
And immediately BELOW/AFTER it, paste these lines:
<title>TITLE_OR_NAME_OF_YOUR_WEBSITE</title>
<link href="mailto:YOUR_EMAIL_ADDRESS_HERE" rev="made"/>
<meta content="ALL_KEYWORDS_HERE_SEPARATED_BY_COMMAS" name="keywords"/>
<meta content="YOUR_NAME_HERE" name="author"/>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content="GENERAL_DESCRIPTION_HERE" name="description"/>
</b:if>
<meta content="SEE_BELOW" name="ROBOTS"/>
Change those lines in Red color above.
In the last meta tag, where "SEE_BELOW" is written, select one of these as per your requirement/choice.
- INDEX,FOLLOW Index this page and follow all links.
- INDEX,NOFOLLOW Index this page but do not follow or index links on this page.
- NOINDEX,FOLLOW Do not index this page but follow all links.
- NOINDEX,NOFOLLOW Do not index this page. Do not follow or index links on this page.
For any particular page, if you want to add any keywords or if you want to add "nofollow" / "noindex" tags to that page, you can add these code lines:
<b:if cond='data:blog.url == "URL_OF_THE_SPECIFIC_PAGE_WITH_http"'>
<meta name="ROBOTS" content="NOINDEX,NOFOLLOW"/>
<meta content="ALL_KEYWORDS_HERE_YOU_CAN_ADD_MORE_LATER_TOO" name="keywords">
</b:if>
And You Are Done
If This Post Helps You Then Please Leave Your Comment Below
Thanks For Visiting
Thanks For Visiting


0 comments:
Post a Comment