Changes between Version 5 and Version 6 of qPloneGoogleSitemaps/why


Ignore:
Timestamp:
Jan 12, 2010 3:32:30 PM (14 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • qPloneGoogleSitemaps/why

    v5 v6  
    3030 * '''<loc>...</loc>''' - location info 
    3131 * '''<news:news>...</news:news>''' - newsitem-specific tags: 
    32    * '''<news:publication_date>...</news:publication_date>''' 
     32   * '''<news:publication_date>...</news:publication_date>''' - article publication date in W3C format 
    3333   * '''<news:keywords>...</news:keywords>''' 
    3434 
     
    4040<news:news> 
    4141<news:publication_date>2010-01-12T14:32:47Z</news:publication_date> 
    42 <news:keywords/> 
     42<news:keywords>town, flower, plone</news:keywords> 
    4343</news:news> 
    4444</url> 
     
    7979The new updated format allows you to add new tags to each entry in your Sitemap, to provide more information about individual articles. So, the differences between old and new News Sitemap format include: 
    8080 
     81'''New Required Tags''' 
    8182 
    8283 * Publication tags (<n:publication>...</n:publication>) - include two child tags name and language which should be added to each of your Sitemap’s news articles. 
    83       * <n:name>...</n:name> 
    84       * <n:language>...</n:language> 
     84      * <n:name>...</n:name> - is the name of the news publication 
     85      * <n:language>...</n:language> - is the language of your publication 
    8586       
    8687 * Title tags (<n:title>...</n:title>) - article titles can be added using the title tag to help us identify the correct title for your articles. 
    87  * Genres tags (<n:genres>...</n:genres>) -helps identify the different types of content within your articles, such as PressRelease, OpEd, Blog or UserGenerated. 
    88  * Access tags (<n:access>...</n:access>) - tell us about the access level of your articles, whether they’re under a subscription wall, or free. 
     88 
     89 * Genres tags (<n:genres>...</n:genres>) -helps identify the different types of content within your articles, such as PressRelease, OpEd, Blog or UserGenerated. This is a required tag if genres apply, otherwise it can be omitted 
     90 
     91 * Access tags (<n:access>...</n:access>) - tell us about the access level of your articles, whether they’re under a subscription wall, or free. This is a required tag if access is not open, otherwise it should be omitted. 
     92 
     93 * Publication date ('''<news:publication_date>...</news:publication_date>''') - article publication date in W3C format. This tag remains unchanged. 
     94 
     95'''Not required Tags''' 
     96 
     97 * Keywords tags ('''<news:keywords>...</news:keywords>''') - A comma-separated list of keywords describing the topic of the article. 
     98 
     99 * Stock Tickers ('''<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. 
    89100 
    90101Більше про нові обвязкові теги тут: http://www.google.com/support/news_pub/bin/answer.py?hl=en&answer=74288 
     102 
     103