www.site.com (J4.3.3 / SEF / rewriting enabled / .htaccess / cache disabled)
search engines pickup URL as www.site.com/products/ducks/inline (correct)
Then...
Move item (>inline) to -sold category and archive item (>inline)
follow search engine link and...
www.site.com/products/ducks/inline should now show 404 as that link does not exist / or be rerouted to...
www.site.com/sold/inline
and breadcrumbs should reflect as above
follow search engine link and...
www.site.com/products/ducks/inline works URL shows the same - but the item has moved and is no longer in -products--ducks
and breadcrumbs show...
Apache
PHP 8.0
J4.3.3 (SEF / rewriting enabled / .htaccess / cache disabled)
custom template
It seems the router is checking the item exists,
but not following the correct menu structure,
and not following the correct category structure,
and the breadcrumbs is making up its own story
the item is available many ways...
www.site.com/products/ducks/inline
www.site.com/products/ducks/1
www.site.com/products/inline
www.site.com/products/1
added aug 23 - www.site.com/products?start=15 (pagination indexed by google!)
www.site.com/inline
www.site.com/1
www.site.com/sold/inline
www.site.com/sold/1
added aug 23 - www.site.com/sold?start=15
I am using a module (Articles - Categories) to auto generate product menu tree, but cant see how this would change anything to this extent. Disable module and problem still exists.
remove custom html - problem still exists
remove custom htaccess - use 4.3.3 htaccess - problem still exists
Labels |
Added:
No Code Attached Yet
|
Title |
|
Labels |
Added:
bug
|
Labels |
Added:
PBF
|
As noted above... (this should be a different thread - but it also fits here)
Pagination is indexed by google
added aug 23 - www.site.com/products?start=15 (pagination indexed by google!) = duplicate content
Labels |
Removed:
PBF
|
Further...
enable redirect plugin, the link is recorded as a 404, but the link still works from search engines and no 404 is sent to browser