| :: |
| Author |
Message |
ondriak
Joined: 10 Nov 2007 Posts: 5 Location: Slovakia
|
Posted: Tue Jun 24, 2008 8:16 am Post subject: sitemaps - warnings (google webmaster tools) |
|
|
| Quote: | Sitemap errors and warnings
- All the URLs in your Sitemap have the same priority.
All the URLs in your Sitemap are set to the same priority (not the default priority). Priority indicates the importance of a particular URL relative to other URLs on your site, and doesn't impact your site's performance in search results. If all URLs have the same priority, Google can't tell which are more important.
- All the URLs in your Sitemap are marked as having dynamic content.
All the URLs in your Sitemap are marked as having dynamic content. Because dynamic content is difficult for search engines to crawl and index, this may impact your site's performance in search results. Check your Sitemap to make sure your site information is correct. |
Please help, thx |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
Posted: Tue Jun 24, 2008 8:41 am Post subject: Re: sitemaps - warnings (google webmaster tools) |
|
|
For topic priorities, it's rather hard to define one for each topics, same for changefreq.
In phpBB stickies and announce do have a custom priority, but that's all.
I don't think though that this is a real issue, if Google cannot use the priority to distinguish between topics, it will still use the lastmod tag, same for changefreq actually. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
Posted: Tue Jun 24, 2008 10:18 pm Post subject: Re: sitemaps - warnings (google webmaster tools) |
|
|
This must be something new. According to sitemaps.org, the default priority is 0.5. As for the change frequency, answering "always" for all threads is a bit much. To mix things up, you could return "always" for threads that have had a post in the last 24 hours, "daily" for threads which have had a post in the last 7 days, and "weekly" for the rest.
Note: In the past I have seen no evidence Google bot uses these values, but maybe these new warnings indicate a change of heart. |
_________________ Dan Kehn |
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
ultimatehandyman PR2

Joined: 15 Mar 2007 Posts: 209
|
Posted: Fri Jun 27, 2008 8:59 pm Post subject: Re: sitemaps - warnings (google webmaster tools) |
|
|
I was just going to make a post on this very subject as I am also now receiving the sitemap warnings. Looks like nothing to worry about though  |
_________________ DIY | DIY directory |DIY forum |
|
| Back to top |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 211 Location: 1/2 of the World
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14327
|
Posted: Sat Jun 28, 2008 8:40 am Post subject: Re: sitemaps - warnings (google webmaster tools) |
|
|
For those who want Google to stop yelling, you can do the following :
replace :
| Code: | | $this->style_config = array('Sitemap_tpl' => "\n\t" . '<url>' . "\n\t\t" . '<loc>%s</loc>' . "\n\t\t" . '<lastmod>%s</lastmod>' . "\n\t\t" . '<changefreq>%s</changefreq>' . "\n\t\t" . '<priority>%s</priority>' . "\n\t" . '</url>', |
with :
| Code: | | $this->style_config = array('Sitemap_tpl' => "\n\t" . '<url>' . "\n\t\t" . '<loc>%s</loc>' . "\n\t\t" . '<lastmod>%s</lastmod>' . "\n\t" . '</url>', |
in mx_ggsitemaps/includes/ggs_functions.php.
No more priority and changefreq tags!
++ |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
ultimatehandyman PR2

Joined: 15 Mar 2007 Posts: 209
|
Posted: Sat Jun 28, 2008 10:32 am Post subject: Re: sitemaps - warnings (google webmaster tools) |
|
|
| Professional wrote: | | ultimatehandyman wrote: | I was just going to make a post on this very subject as I am also now receiving the sitemap warnings. Looks like nothing to worry about though  |
which site map do u use? |
Hi,
I use the GYM sitemap.
I'll take a look at the solution that you have already posted.
Thanks
 |
_________________ DIY | DIY directory |DIY forum |
|
| Back to top |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 211 Location: 1/2 of the World
|
|
| Back to top |
|
 |
|
|