Changes between Version 8 and Version 9 of qPloneGoogleSitemaps/news-sitemap
- Timestamp:
- Jun 1, 2010 10:18:44 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneGoogleSitemaps/news-sitemap
v8 v9 5 5 News Sitemaps are specific to Google News. News Sitemap content is very dynamic - as soon as new items are published - they are added to this sitemap and previous ones are excluded. News Sitemap lists only news articles which have been published on your site within the past two days. Older articles are not allowed. 6 6 A News Sitemap must contain a '''publication date''' for each article, which refers to the date that the article first appears on your site. 7 8 == Old News Sitemap ==9 10 Example of Old News Sitemap (generated by qPloneGoogleSitemaps 0.8.5) looks like this:11 12 [[Image(news-sitemap.png, nolink)]]13 14 It consists of number of URL blocks (within <url> </ulr> tags) each including such newsitem-specific tags as '''<news:publication_date>''' (required) and '''<news:keywords>''' (not required).15 16 {{{17 <urlset>18 <url>19 <loc>http://localhost:33100/www/news-items/test-page</loc>20 −21 <news:news>22 <news:publication_date>2010-01-12T14:32:47Z</news:publication_date>23 <news:keywords>town, flower, plone</news:keywords>24 </news:news>25 </url>26 <url>27 ...28 </url>29 </urlset>30 }}}31 7 32 8 == New News Sitemap == … … 88 64 * Keywords tags ('''<news:keywords>''') - A comma-separated list of keywords describing the topic of the article. 89 65 * Stock Tickers ('''<stock_tickers>''') - A comma-separated list of up to 5 stock tickers of the companies, mutual funds, or other financial entities that are the main subject of the article. Relevant primarily for business articles. 66 67 == Old News Sitemap == 68 69 Example of Old News Sitemap (generated by qPloneGoogleSitemaps 0.8.5) looks like this: 70 71 [[Image(news-sitemap.png, nolink)]] 72 73 It consists of number of URL blocks (within <url> </ulr> tags) each including such newsitem-specific tags as '''<news:publication_date>''' (required) and '''<news:keywords>''' (not required). 74 75 {{{ 76 <urlset> 77 <url> 78 <loc>http://localhost:33100/www/news-items/test-page</loc> 79 − 80 <news:news> 81 <news:publication_date>2010-01-12T14:32:47Z</news:publication_date> 82 <news:keywords>town, flower, plone</news:keywords> 83 </news:news> 84 </url> 85 <url> 86 ... 87 </url> 88 </urlset> 89 }}}