: Are there disadvantages an literal + instead of an encoded + (%2B) in an URL? A client of mine has a product ending with a plus-sign (e.g. Google+) and would like the webpage of this product
A client of mine has a product ending with a plus-sign (e.g. Google+) and would like the webpage of this product to have an URL that is human-readable (i.e. an URL that doesn't contain %2B).
Since our projects use the following .htaccess RewriteRule RewriteRule ^(.*)$ index.php? it is possible to use an urlencoded space in an URL like that.
However, while the url would read like /google+, the actual meaning of the URL would be /google[space]. (The markup won't let me place a real space there.)
Now my concern is that this would have disadvantages for SEO. Is this concern valid and/or are there other culprits to this approach?
More posts by @Tiffany637
1 Comments
Sorted by latest first Latest Oldest Best
I found an example of a website which uses this principle. (And I found it through Google.)
When I searched for U+0060 the following link codepoints.net/U+0060 appeared on the first page (second result for me).
I assume there aren't any huge disadvantage at least.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.