To successfully promote a news website or an information-analytical portal, it is recommended to add it to the free news aggregator Google News. For your site to be accepted into Google News via the Publisher Center, you need to carefully study:
➤ content guidelines;
➤ technical requirements;
➤ recommendations.

Content rules
To be included in Google News, articles on the website must meet the following requirements:
➤ No grammatical, spelling, or other errors.
➤ Availability of contact information on the website.
➤ Author attribution (preferably with a dedicated author page listing all their publications and internal links to it from news pages).
➤ Publication date indicated.
Google News does not accept content that contains:
Note: Content protected by copyright will not pass the review. Detailed rules are available in the Google Publisher Center.
More info: https://support.google.com/news/publisher-center/answer/6204050

Technical requirements
The technical requirements for adding a website to Google News include basic SEO optimization principles that affect the site's quality in the eyes of the search engine and news aggregator.
Site structure
Permanent URLs:
Content accessibility:
➤ Pages must be accessible for crawling and indexing by Googlebot and Googlebot-News.
➤ Issues that prevent indexing: blocking pages in the robots.txt
file (e.g., Disallow: /news/
); using the meta tag <meta name="robots" content="noindex, nofollow" />
; server response code other than 200 (OK).
Languages and encoding:
➤ Write news in a single language, as Google News does not process multilingual content.
➤ For multilingual websites, add language versions of pages separately.
➤ Use UTF-8 encoding to ensure correct display of content in the Google News carousel.
Different domains: Place news pages on the same domain that is being added to Google News (for example, example.ua/news/news-1 for the domain example.ua).
Article pages

Article URLs:
➤ Use unique URLs for each news article.
➤ Do not change the content of the page after publication.
➤ Avoid duplicating content on other pages with different URLs.
Note: if you change the URL structure, inform Google News support.
Web page requirements:
➤ Ensure recognition of the title and publication date.
➤ Use HTML links for internal linking, as JS and other redirects are not recognized by the robot.
Requirements for subscription and paywalled content:
➤ For paid content, use structured data markup and follow the recommendations for flexible sampling access.
Meeting Google News’ technical and content requirements is crucial for successfully adding a site to the news aggregator. Proper site and content setup will ensure not only inclusion in Google News but also improved visibility in search results.
Recommendations
Before submitting your site to Google News, it is recommended to:
To successfully add your site to Google News, it is important not only to meet technical requirements, but also to regularly update content, build site authority, and use the right tools to improve visibility and news quality.
XML sitemap for news

Create a separate sitemap in XML format (for example, news-sitemap.xml) and place it in the root folder of the website (https://domain.ua/news-sitemap.xml). Sitemap file requirements:
XML sitemap template for google news
xml
Copy
URL новостной статьи
Название новостного издания
Двух- или трехбуквенный код языка издания в формате ISO 639
Дата публикации
...
NewsArticle structured data markup
Add the NewsArticle markup inside the ... container on all news pages.
JSON-LD markup template
html
Copy
{
"@context": "http://schema.org",
"@type": "NewsArticle",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "URL страницы новости"
},
"headline": "Название новости (тег H1)",
"image": "URL изображения новости",
"datePublished": "Дата публикации в формате 2025-02-05T08:00:00+02:00",
"dateModified": "Дата изменения публикации в формате 2025-02-05T09:20:00+02:00",
"author": {
"@type": "Person",
"name": "Автор"
},
"publisher": {
"name": "Организация",
"@type": "Organization",
"logo": {
"@type": "ImageObject",
"url": "URL логотипа"
}
},
"description": "Краткое описание новости (~130 ЗБП)"
}
Request to include the website in google news
To include your website in Google News, you need to complete several steps:
➤ Verify site ownership in Google Search Console.







Review time for the application: up to 3 weeks.
Resubmission: possible 60 days after rejection.
If you have any questions about adding your site to Google News, leave them in the comments, and we will respond!