Monday, August 29, 2011

Fastest Way of Crawl the Website In Google

<HTML>
<HEAD>
<TITLE>tittle of your website</TITLE>
<META name="description" content="describe your website by 2-3 sentences">
<META name="keywords" content="best keywords of your niche! website">
<meta name="robots" content="index,follow">
<meta name="revisit-after" content="2 days">
</HEAD>
------------
It is important to put this code into your page if you want crawl it:
<meta name="robots" content="index,follow"> - this means that your page is search engine visible - robots/spiders/crawlers/whatewer can see your page
<meta name="revisit-after" content="2 days"> - you can put number of days period for crawling.

Add Sitemap in webmaster tool for blogger - atom.xml

No comments:

Post a Comment