I would like all my products to have category paths included in the url as the preferred URL for indexing. Looking over the Magento Dev Docs I see the following
If you want search engines to index only category pages using the full category path, do the following:
When I do this and then create a new product (staging) and take a look at the source code of the page I see the canonical tag on my new product is pointing to the url without the category path in it, please see link here.
The expected outcome based on default magento settings and documentations would be that the tag would read:
<link rel="canonical href="https://new.dcsgrills.com/dcs-collections/liberty-series-7/dcs-producto.html" />
Could someone confirm if this handling is correct of if a bug or flaw has been exposed, thank you in advance.