• Is it possible to generate (in a more automated way) a sitemap to insert into the body of a page?

    Example:

    Most of the plugins I found is to generate sitemap.xml in the website root. This is not what I need. I need to display 350 product categories and 50 website pages. Thanks.`

    • This topic was modified 2 years, 5 months ago by James Huff. Reason: link moved to proper field

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you looked into this plugin?

    https://wordpress.org/plugins/mb-sitemap-generator/

    Most of the plugins I found is to generate sitemap.xml in the website root. This is not what I need. I need to display 350 product categories and 50 website pages. Thanks.

    It seems to me what you’re looking for is an “HTML sitemap” (on-page, for human visitors), and not “XML sitemap” (machine readable, for search engines and such).

    If my intuition is correct, then there are several of these HTML sitemap plugins out there:

    https://wordpress.org/plugins/search/html+sitemap/

    — Most have shortcodes so you can easily insert the generated sitemap into any page, post, or wherever shortcodes can be used.

    — Some are Gutenberg-ready, so you can easily insert the sitemap as a block and configure it directly in the post editor.

    — Some have advanced queries, allowing you to generate sitemaps for the entire site or any specific content in WordPress: any post type, taxonomy, archives, etc.

    I need to display 350 product categories and 50 website pages.

    Note that, if you’re using the Woocommerce plugin, it comes with a “Product Categories List” block that can generate a list of all these categories for you natively (no need for a 3rd-party plugin), albeit with limited configurability and styling options. Also, the WordPress block editor itself comes with a “Page List” block that can list all your pages for you, but also with zero configurability and styling options.

    If you want something more flexible, look into the aforementioned HTML sitemap plugins.

    Good luck!

    Thread Starter jamesmota

    (@jamesmota)

    Thanks. In the customizations we really need more options. Good suggestion for plugin developers.

    Those who helped me were:

    https://br.wordpress.org/plugins/simple-sitemap/
    https://br.wordpress.org/plugins/yith-woocommerce-category-accordion/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Generate sitemap (not sitemap.xml) in the body of a page’ is closed to new replies.