Hello brendanhedges,
You can also use the following .htaccess rules to simplify and optimize your Joomla Tags URLs:
# Redirect Numeric Tag URLs
RewriteRule ^tags/\d+$ /tags [R=301,L]
# Redirect Numeric-Word Tag URLs
RewriteRule ^tags/\d+-(.+)$ /tags/$1 [R=301,L]
# Redirect URLs from /component/tags/tag/ to /tags/
RewriteRule ^component/tags/tag/(.*)$ /tags/$1 [R=301,L]
Good Luck.
Ahmad Moussa
You can also use the following .htaccess rules to simplify and optimize your Joomla Tags URLs:
# Redirect Numeric Tag URLs
RewriteRule ^tags/\d+$ /tags [R=301,L]
# Redirect Numeric-Word Tag URLs
RewriteRule ^tags/\d+-(.+)$ /tags/$1 [R=301,L]
# Redirect URLs from /component/tags/tag/ to /tags/
RewriteRule ^component/tags/tag/(.*)$ /tags/$1 [R=301,L]
Good Luck.
Ahmad Moussa
Statistics: Posted by aboarken — Fri Jan 05, 2024 4:01 pm