To make separately that it was possible still for news from a forum to send in Google.
I have at a forum a section with news and Google can read news from a site through xml. Manually to not create this file I suggest to make such function.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/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>