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

Product urls do not appear in sitemap.xml #155

Open
danielseis opened this issue Sep 9, 2021 · 0 comments
Open

Product urls do not appear in sitemap.xml #155

danielseis opened this issue Sep 9, 2021 · 0 comments

Comments

@danielseis
Copy link

danielseis commented Sep 9, 2021

Product urls do not appear in sitemap.xml

I am using
Geta.Seo.Sitempas 4.0.0

the urls of my products are:

https://www.domino.com/product-name?code=P_123456789

And in the sitemaps only this url appears:
https://www.domino.com/product-name

<url>
<loc>https://www.domino.com/product-name</loc>
<lastmod>2021-06-02T12:49:34+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>

How do I get the full url of the product in the sitemaps?
https://www.domino.com/product-name?code=P_123456789

<url>
<loc>https://www.domino.com/product-name?code=P_123456789</loc>
<lastmod>2021-06-02T12:49:34+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.9</priority>
</url>

Thank you very much for the help.

Greetings.

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

1 participant