Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Khang Minh

    (@oddoneout)

    If you already have a custom post type and a custom taxonomy that are linked together, you simply need to filter the permalink for that special taxonomy to be https://domain.com/custom_post_type/custom_taxonomy

    Once done the current taxonomy sitemap will handle the rest, no need for a custom module. The challenge here is to split the taxonomy sitemap.

    Thread Starter NWTD

    (@nwtechie)

    you simply need to filter the permalink for that special taxonomy to be

    Is this a setting in the plugin? Is there any more documentation with more information so I can figure it out?

    Would a custom module need to be setup to break them up into acceptable XML sitemaps that don’t exceed the 50k limit?

    Thread Starter NWTD

    (@nwtechie)

    To clarify, I’ve altered my permalink structure so that my custom post type URLs are as follows:

    https://domain.com/cpt_post_name/taxonomy_term

    So it results in something like this for this sample data:

    CPT Post Names: Dry Cleaning, Ironing
    Taxonomy Terms: Los Angeles, Sacramento, San Diego
    
    https://domain.com/dry-cleaning/los-angeles
    https://domain.com/dry-cleaning/sacramento
    https://domain.com/dry-cleaning/san-diego
    https://domain.com/ironing/los-angeles
    https://domain.com/ironing/sacramento
    https://domain.com/ironing/san-diego

    I need to make sure all of these URLs make it into the sitemap in some way.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom module’ is closed to new replies.