Internal page of my website not being frequently index by Google even home page being index in 5 to 6 days interval. I did some modification on this page but since last 20 day not crawled.There is no issue with robot.txt http://www.orbitgroup.com.au/commercial-industrial-cleaning.aspx Can anybody guide me crawling policy of Google, when i can expect next crawl. I did some change in title tag on this page and expected to crawl as soon as possible .
Try to build plenty of backlinks to your website, and Google will then begin to crawl your website more regularly.
On current date my web page is crawled. I got some thing here that search engine give some time period to a web page to re-crawl the page .I notice my two web page ,they crawled after some time period while i was working hard on those page .
Have you tried using a sitemap.xml file in the file you can give google a guideline of how frequently to crawl your pages. example: <?xml version="1.0" encoding="UTF-8" ?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> <url> <loc>http://www.yoursite.com/</loc> <priority>1</priority> <changefreq>weekly</changefreq> </url> <url> <loc>http://www.yoursite.com/page1.htm</loc> <priority>1</priority> <changefreq>weekly</changefreq> </url> </url> </urlset> You will have to physically submit the page to google check google guidlenes on this.