how to add product review URLs to XML sitemap?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hello-

We're wanting to add our product review pages to our XML sitemap, but not sure how other than creating a new static XML sitemap and also register and submit it to Google...

Has anyone figured out how to have them dynamically added to the built-in sitemap that is generated on the fly?
Examples:

<url>
<loc>
https://www.mydomain.com/productreviews/387
</loc>
<changefreq>weekly</changefreq>
<lastmod>2017-03-24</lastmod>
</url>
<url>
<loc>
https://www.mydomain.com/productreviews/388
</loc>
<changefreq>weekly</changefreq>
<lastmod>2017-03-24</lastmod>
</url>


Thanks!
6 years ago
Would you not subclass the Nop.Services.Seo.SitemapGenerator class and include them?

It doesn't appear to be something that you can do without writing a little code.
6 years ago
Agreed. Seems doable, but a bit complex for the average admin.
This should probably be suggested as a feature enhancement for the upcoming version.
There's a lot of potential SEO juice going to waste by not publicizing those URLs.

(hint hint)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.