Does purposely linking to an invalid URL and then using 301 affect SEO?
- by Mike
On a section of my site, I am currently using .htaccess rewrites to put the ID as part of the URL instead of in the query, like so:
RewriteRule ^([a-z_]+)?/?tours/([0-9]+)/(.*) /tours/tour_text.php?lang=$1&id=$2&urlstr=$3 [L]
For example, if someone goes to /en/tours/12/some-text-here it will rewrite it to…