Hello,
I am trying to run this with my website but this does not show any sitemap. Any help on this?
in magento2 there is XML sitemap & you need to enable that from Admin configuration
kindly navigate to :
Admin -> Store -> Configuration -> Catalog :: XML Sitemap
here you can find the configuration for categories, products & cms page
and generation settings are also there.
you need to enable that and set a time
NOTE: the sitemap will be generated via CRON so the cron for Magento should be configured.
kindly Accept as a solution if this works for you and give Kudos
The sitemap is already generated. But we want the html sitemap same as M1.
For example, in M1 website if we go to this link yoursite.com/catalog/seo_sitemap/category this link will show all categories links in html.
Same we need in M2. Is there any option?
yes you can use the below extension from mageplaza for HTML sitemap
https://github.com/mageplaza/magento-2-google-xml-sitemap
kindly Accept as a Solution if this works for you and give Kudos