Hi All,
I have a site (esterobowco.com) which has Commerce (ecwid) activated and all products in place. This is a migration from a WooCommerce store. However, the sitemap.xml does not contain any of the products and it appears that the product urls are not being indexed by google.
For example, the sitemap.xml
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://esterobowco.com</loc>
<changefreq>daily</changefreq>
<priority>1.00</priority>
</url>
<url>
<loc>https://esterobowco.com/shop</loc>
<changefreq>daily</changefreq>
<priority>0.80</priority>
</url>
<url>
<loc>https://esterobowco.com/contact</loc>
<changefreq>daily</changefreq>
<priority>0.80</priority>
</url>
<url>
<loc>https://esterobowco.com/legal-notice</loc>
<changefreq>daily</changefreq>
<priority>0.80</priority>
</url>
<url>
<loc>https://esterobowco.com/privacy</loc>
<changefreq>daily</changefreq>
<priority>0.80</priority>
</url>
</urlset>
As an example, the following product URL is showing as not indexed by Google:
Previously, in Woo, I would have a full sitemap file specifically for products.
Is this possible or what is the recommended setup to ensure indexing of these product URLs?