Compatible with new Google-Standarts?
-
Hello!
Thank you very much for a great plugin! I am trying to get Google News to index the page see-online.info again, but I am not quite sure whether your plugin generates a sitemap which complies with this example:<?xml version="1.0" encoding="UTF-8" ?> <rss version="2.0" xmlns:atom10='https://www.w3.org/2005/Atom'> <channel> <link>https://www.link_to_channel.com</link> <description>Description of the channel (e.g. News Site’s best articles of the day)</description> <title>News Site’s editor’s picks</title> <image> <url>https://www.link_to_logo_image.png</url> <title>text to use as alternative for the image</title> <link>https://www.link_pointed_to_by_the_image.com</link> </image> <item> <title>Headline for first article</title> <link>https://www.newssite.com/long-island/first-article-1.2654166</link> <description>Some details</description> <author>Author name</author> </item> <item> <title>Headline for second article</title> <link>https://www.newssite.com/second-article-1.2654350</link> <description>Some details</description> <author>Author name</author> </item> <item> <title>Headline for third article</title> <link>https://www.newssite.com/third-article-1.2654952</link> <description>Some details</description> <author>Author name</author> </item> <item> <title>Headline for fourth article</title> <link>https://www.newssite.com/fourth-article-1.3732094</link> <description>Some details</description> <author>Author name</author> </item> <item> <title>Headline for fifth article</title> <link>https://www.newssite.com/fifth-article-1.2654358</link> <description>Some details</description> <author>Author name</author> </item> </channel> </rss>
I am especially unsure how to get this
<channel> <link>https://www.link_to_channel.com</link> <description>Description of the channel (e.g. News Site’s best articles of the day)</description> <title>News Site’s editor’s picks</title> <image> <url>https://www.link_to_logo_image.png</url> <title>text to use as alternative for the image</title> <link>https://www.link_pointed_to_by_the_image.com</link> </image>
into the generated sitemap. Simply edit xml-sitemap-feed/includes/feed-sitemap-news.php? (and not forget the </channel> ? ) Thank you very much in advance!
Franz
https://www.ads-software.com/extend/plugins/xml-sitemap-feed/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Compatible with new Google-Standarts?’ is closed to new replies.