Changes between Version 30 and Version 31 of qPloneGoogleSitemaps/news-sitemap
- Timestamp:
- Jun 1, 2010 1:19:32 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
qPloneGoogleSitemaps/news-sitemap
v30 v31 8 8 A News Sitemap must contain a '''publication date''' for each article, which refers to the date that the article first appears on your site. 9 9 10 Being a unique Sitemap Type, News Sitemap has some requirements about its structure and contained tags. Here is a [wiki:qPloneGoogleSitemaps/news-sitemap/requirements News Sitemap requirements]: Old and New required formats.10 Being a unique Sitemap Type, News Sitemap has some requirements about its structure and contained tags. Here is a [wiki:qPloneGoogleSitemaps/news-sitemap/requirements News Sitemap full list of requirements] for old and new Sitemap formats. 11 11 12 12 == !NewsSitemap tags == 13 13 14 According to the News Sitemap specifications http://www.google.com/support/news_pub/bin/answer.py?hl=en&answer=74288 News Sitemap should now have several tags to each entry to provide more information about individual articles. 14 According to the News Sitemap specifications http://www.google.com/support/news_pub/bin/answer.py?hl=en&answer=74288 News Sitemap should now have several tags to each entry to provide information about individual items. 15 16 {{{ 17 <urlset> 18 <url> 19 <loc>http://...</loc> 20 <n:news> 21 <n:publication> 22 <n:name>...</n:name> 23 <n:language>...</n:language> 24 </n:publication> 25 <n:access>...</n:access> 26 <n:genres>...</n:genres> 27 <n:publication_date>...</n:publication_date> 28 <n:title>...</n:title> 29 <n:keywords>...</n:keywords> 30 <n:stock_tickers>...</n:stock_tickers> 31 </n:news> 32 </url> 33 </urlset> 34 }}} 15 35 16 36 === Standard tags === … … 36 56 * <n:stock_tickers> 37 57 38 Such additional configuration menu is added only to '''News Item''' content type by default quintagroup.plonegooglesitemap settings since !News Sitemap is expected to include News Items only. But if needed, this configuration menu can be added to other content types (if you plan to include them into the News Sitemap). For this:58 Such additional configuration menu is added only to '''News Item''' content type by default quintagroup.plonegooglesitemap settings since News Sitemap is expected to include News Items only. But if needed, this configuration menu can be added to other content types (if you plan to include them into the News Sitemap). For this: 39 59 * go to ZMI -> '''Components''' tab (/manage-components) 40 60 * add such an adapter for the content type that should get '''!GoogleSitemaps''' tab: