ways on improving your site�s crawlability and indexability
Here are a few simple reminders
1 Prefer GET for fetching resources, unless there�s a specific reason to use POST.
2 Verify that we're allowed to crawl the resources needed to render your page. In the example above, if hot-fudge-info.html is disallowed by robots.txt, Googlebot won't fetch it.
3 Make sure to return the same content to Googlebot as is returned to users� web browsers.
4 Remember to include important content (i.e., the content you�d like indexed) as text, visible directly on the page and without requiring user-action to display.
|