evv
User
 Fresh Boarder Posts: 1
  Karma: 0
|
News Sitemap - 2008/03/29 10:33
Hi Radek,
It seems that Google is not indexing my news section, at least not in the way I want it. Would you consider making a (seperate) news sitemap extension?
http://www.google.com/support/webmasters/bin/answer.py?answer=42738
A News Sitemap uses the Sitemap protocol, with the following differences: Namespace / URLset tag
* A second namespace for the News schema should be added:
http://www.google.com/schemas/sitemap-news/0.9
The urlset tag for a News Sitemap should look like this:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
List of URLs
* Each URL may include optional news-specific tags within the News schema, as described in the table below. Example of a URL using all tags:
<url> <loc>http://mynewssite.com/article123.html</loc> <news:news>
<news ublication_date>2006-08-14T03:30:00Z</news ublication_date> <news:keywords>Business, Mergers, Acquisitions</news:keywords> </news:news> </url>
thanks, ewout
|