Sign in

News (publishers) Help

News Sitemaps: Creating a News Sitemap

We encourage using the Sitemap protocol to create a News sitemap, because it allows webmasters to provide additional information about pages on their sites. In addition, a sitemap based on this protocol can be used by all the major search engines, as the protocol is offered under the terms of the Attribution-ShareAlike Creative Commons License.

When creating a News sitemap using the Sitemap protocol, please keep in mind:

Namespace/URLset tag
  • News sitemaps should include a second namespace for the News schema. The urlset tag for a News sitemap should look like this:
     <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
            xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
    

List of URLs

  • You may only submit URLs that are on sites which you have already verified in Google Webmaster Tools. For more information about verifying your site, please visit this article in the Google Webmaster Help Center.
  • Don't include session IDs in URLs.
  • The News sitemap URL needs to be encoded for readability by the web server where it's located. In addition, it can contain only ASCII characters. However, it can't use upper ASCII characters or certain control codes or special characters such as * and {}. If your Sitemap URL contains these characters, you'll receive an error when you try to add it. We do support the use of Punycode for encoding URLs.
  • Your News sitemap should only contain URLs for all your articles published in the last three days.
  • A News sitemap can contain no more than 1,000 URLs. If you want to include more, you can either break these into multiple sitemaps or create 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 1,000 sitemaps. These limits help ensure that your web server isn't overloaded by serving large files to Google News.

Publication date

  • Each URL needs to include the article publication date in W3C format, preferably including a timestamp. The publication date is used to determine whether the article meets our freshness standard. Here's an example of an article publication date tag in W3C format:
    <news:publication_date> 2006-08-14T03:30:00Z </news:publication_date>
    
    Note: Please provide us with the date when the article first appeared on your site. If the file doesn't include a date for the article, the article won't be included in Google News, and you'll see a "Date not found" error for the article on the News crawler.

Optional news-specific tags

Each URL may include the following tags within the News schema:

  • A comma-separated list of keywords describing the content of the article. Keywords may be drawn from, but aren't limited to the list of existing Google News categories
  • Example of a News sitemap containing a single article:

     <?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://example.com/article123.html</loc> <news:news> <news:publication_date> 2006-08-14T03:30:00Z </news:publication_date> <news:keywords>Business, Mergers, Acquisitions</news:keywords> </news:news> </url> </urlset>

    Once you've assembled your news articles for a single publication label, upload them to the highest-level directory that contains them, then select Add Google News sitemaps.

    Google News can also accept sitemaps created in other formats. To learn more about creating Google sitemaps files, please visit our Webmaster Tools Help Center.

The information you were looking for?

Learn from other Google users

Find answers, ask questions, and share your expertise with others in the Google News Help Forum.

Increase your earning potential

Google AdSense can help you maximize your site's revenue potential. AdSense matches ads to your site's content, and you earn money whenever your visitors click on them. Sign up today.

Suggest my news site for Google News

If your site hasn't been added to the Google News index, please don't hesitate to suggest it for inclusion.

Tell us how we're doing: Please answer a few questions about your experience to help us improve our Help Center.