Changes between Version 30 and Version 31 of qPloneGoogleSitemaps/news-sitemap


Ignore:
Timestamp:
Jun 1, 2010 1:19:32 PM (14 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qPloneGoogleSitemaps/news-sitemap

    v30 v31  
    88A News Sitemap must contain a '''publication date''' for each article, which refers to the date that the article first appears on your site. 
    99 
    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. 
     10Being 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.  
    1111 
    1212== !NewsSitemap tags == 
    1313 
    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.  
     14According 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}}} 
    1535 
    1636=== Standard tags ===  
     
    3656 * <n:stock_tickers> 
    3757 
    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: 
     58Such 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: 
    3959 * go to ZMI -> '''Components''' tab (/manage-components) 
    4060 * add such an adapter for the content type that should get '''!GoogleSitemaps''' tab: