How to Create Google News Sitemap for Site Inclusion on Google News?

How to submit our news into Google News:

1. First you can ensure that our website is included in Google News. If it’s not included, you can request to Google – http://www.google.com/support/news_pub/bin/static.py?page=contact_policy.cs for included in Google News. 

2. Create News Sitemap and submit into Google Webmasters Tools. The News Sitemap follows the Sitemap protocol, with additional of News-specific tags.

3. News-specific tag definitions

TAGREQUIRED?DESCRIPTION
<publication>
YesThe <publication> tag specifies the publication in which the article appears. It has two required child tags: <name> and <language>. The <name> is the name of the news publication. It must exactly match the name as it appears on your articles in news.google.com, omitting any trailing parentheticals. For example, if the name appears in Google News as “The Example Times (subscription)”, you should use the name, “The Example Times”. The <language> is the language of your publication. It should be an ISO 639 Language Code (either 2 or 3 letters). Exception: For Chinese, please use zh-cn for Simplified Chinese or zh-tw for Traditional Chinese.
<access>
Yes, if access is not open, else should be omittedPossible values include “Subscription” or “Registration”, describing the accessibility of the article. If the article is accessible to Google News readers without a registration or subscription, this tag should be omitted.
<genres>
Yes, if genres apply, else can be omittedA comma-separated list of properties characterizing the content of the article, such as “PressRelease” or “UserGenerated.” SeeGoogle News content properties for a list of possible values. Your content must be labeled accurately, in order to provide a consistent experience for our users.
<publication_date>
YesArticle publication date in W3C format, using either the “complete date” format (YYYY-MM-DD) or the “complete date plus hours, minutes and seconds” format with time zone designator (YYYY-MM-DDThh:mm:ssTZD) format. Please ensure that you give the original date and time at which the article was published on your site; do not give the time at which the article was added to your Sitemap.Our crawler would accept any of the formats below:
Complete date
YYYY-MM-DD (e.g., 1997-07-16)Complete date plus hours and minutes
YYYY-MM-DDThh:mmTZD (e.g., 1997-07-16T19:20+01:00)

Complete date plus hours, minutes and seconds
YYYY-MM-DDThh:mm:ssTZD (e.g., 1997-07-16T19:20:30+01:00)

Complete date plus hours, minutes, seconds and a decimal fraction of a second
YYYY-MM-DDThh:mm:ss.sTZD (e.g., 1997-07-16T19:20:30.45+01:00)

<title>
No, but strongly recommendedThe title of the news article. Note: The title may be truncated for space reasons when shown on Google News. Article title tags should only include the title of the article as it appears on your site. Please make sure not to include the author name, the publication name, or publication date as part of the title tag.
<geo_locations>
No, but recommendedThe <news:geo_locations> tag can help our system identify the geographic location of your articles. Applying <news:geo_locations> may be especially useful if you have a section of your site dedicated to coverage of a specific location that differs from your site’s main location. You should list locations from smallest entity to largest. For example:

  • City, State, Country
  • Province, Country

There are a numer of additional tips for identifying article locations that you may also want to review.

<keywords>
NoA comma-separated list of keywords describing the topic of the article. Keywords may be drawn from, but are not limited to, the list of existing Google News keywords.
<stock_tickers>
NoA 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. Each ticker must be prefixed by the name of its stock exchange, and must match its entry in Google Finance. For example, “NASDAQ:AMAT” (but not “NASD:AMAT”), or “BOM:500325” (but not “BOM:RIL”).

When we creating our News Sitemap, Please follow below terms,

  • Your News Sitemap should contain only URLs for your articles published in the last two days.
  • You’re encouraged to update your News Sitemap continually with fresh articles as they’re published. Google News crawls News Sitemaps as often as it crawls the rest of your site.
  • A News Sitemap can contain no more than 1,000 URLs. If you want to include more, you can break these URLs into multiple Sitemaps, and use a Sitemap index file to manage them. Use the XML format provided in the Sitemap protocol. Your Sitemap index file shouldn’t list more than 50,000 Sitemaps. These limits help ensure that your web server isn’t overloaded by serving large files to Google News.

Once we have created news Sitemap, upload it to the highest-level directory that contains your news articles and submit into Google Webmaster tools for indexing.

Here is an example of a News Sitemap entry using News-specific tags:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
  <url>
    <loc>http://www.example.org/business/article55.html</loc>
    <news:news>
      <news:publication>
        <news:name>The Example Times</news:name>
        <news:language>en</news:language>
      </news:publication>
      <news:access>Subscription</news:access>
      <news:genres>PressRelease, Blog</news:genres>
      <news:publication_date>2008-12-23</news:publication_date>
      <news:title>Companies A, B in Merger Talks</news:title>
      <news:keywords>business, merger, acquisition, A, B</news:keywords>
      <news:stock_tickers>NASDAQ:A, NASDAQ:B</news:stock_tickers>
    </news:news>
  </url>
</urlset>

Source: Google.com

Scroll to Top