Forum Moderators: Robert Charlton & goodroi
Thanks
No matter what you put into your Sitemap, Google will use it more as a helpful hint than as a command or rule. It still has its own internal logic for crawl frequency, based on PR, historical change factors, how your current pages are indexed and probably a lot more.
Probably the best thing you can do is find ways to increase your site's traffic and therefore inbound links, remembering deep pages whereever appropriate.
<?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
[google.com...]
<url>
<loc>http://www.mysite.org/</loc>
<priority>10</priority>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://www.mysite.org/services.php</loc>
<priority>10</priority>
<changefreq>weekly</changefreq>
</url>
and robots.txt
#
# This file is used to allow crawlers to index our site.
#
# List of all web robots: [robotstxt.org...]
#
# Check robots.txt at:
# [searchengineworld.com...]
#
# Details about Googlebot available at: [google.com...]
# The Google search engine can see everything
User-agent: Googlebot
Disallow:
# All other robots will be restricted from accessing the Google-specific index pages
User-agent: *
Disallow: /css/ /cgi-bin/ /images/
I am wondering if you can help me to resolve this!.. the monthly traffic on my site is 2000 to 3000 visitors
Other than that, it sounds like you're doing what you need to do. Googlebot crawling has been changed significantly this past month to include all of Google's bots in the process of feeding one shared cache -- and there may well be bugs in there, still.
At some point, it's up to them. All we can do is be vigilant -- and this forum is certainly not a direct pipeline to the Google Gods. We may discuss Google, but we aren't Google. At a certain point, we are still in the dark and subject to whatever they are currently putting into their secret recipes.