Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for news site map #79

Closed
amitos80 opened this issue Jul 4, 2016 · 1 comment
Closed

support for news site map #79

amitos80 opened this issue Jul 4, 2016 · 1 comment

Comments

@amitos80
Copy link

amitos80 commented Jul 4, 2016

Hi,
I need to create news sitemap for our company blog.
it needs to the support the following
<?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>https://www.website.com/news/article/[ARTICLE_SLUG]</loc> <news:news> <news:publication> <news:name>[Company Name]</news:name> <news:language>en</news:language> </news:publication> <news:genres>Blog</news:genres> <news:publication_date>[PUBLISH_DATE]</news:publication_date> <news:title>[ARTICLE_TITLE]</news:title> <news:keywords>[META_KEYWORDS]</news:keywords> </news:news> </url> </urlset>

is this package support this?

@rauberdaniel
Copy link
Contributor

@amitos80 yes it does. #52 introduced that.

@ekalinin ekalinin closed this as completed Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants