Opened 15 years ago
#1395 new defect
sitemap taxonomy permalinks
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Severity: | normal |
| Plugin: | not-listed | Keywords: | taxonomy |
| Cc: |
Description
The permalinks added to the sitemap for taxonomies are being added incorrectly. For example, if you have a taxonomy called 'industry' and a term called 'retail' then the generator adds this to the sitemap:
http://example.com/?taxonomy=&term=retail
But that goes to the homepage b/c the taxonomy name is missing in the query.
The correct query format is:
http://example.com/?taxonomy=industry&term=retail
That redirects to the right permalink at least.
But (even better) would be this:
http://example.com/industry/retail/
which is the actual permalink you want in the sitemap.
Note: See
TracTickets for help on using
tickets.