XML Sitemap Generation 3.40

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

Unfortunately this still eludes me, the question is fairly basic. Does nopCommerce 3.40 generate its own sitemap.xml file and if so where is it? I have input my URL (https://fibertronics.com/sitemap.xml) and it simply returns a 404. Where is this page, I need to submit this to Google  and I don't want to have to create one through a 3rd party crawler that doesn't update as the site updates.

Thank you.
6 years ago
I think I may have found both the cause and solution to my own problem.

Within the web.config file (root folder) I see that the following line of code was commented out:

<add name="SitemapXml" path="sitemap.xml" verb="*" type="System.Web.Routing.UrlRoutingModule" resourceType="Unspecified" preCondition="integratedMode" />

I simply removed the comment tags and now the site generated a sitemap.xml file automatically when visiting the url (www.mysitename.com/sitemap.xml

The only issue I see now is that it doesn't seem as though the XML file includes all the site URLs. Yes, the products have been set to TRUE within the admin. Any suggestions?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.