How is it Possible?

This is a rel="canonical" link that is why it is happening ....It is used to prevent from duplicate content and redirect it to original content.It is a good practice.

Hello


in this url is product id. when i add some keywords in this url. the same product still open.

example


how is it possible?
 
This is a rel="canonical" link that is why it is happening ....It is used to prevent from duplicate content and redirect it to original content.It is a good practice.

no its not for canonical. I guess its about htacces but I dont know how to do that.
 
I always do this in my own CMS website code. The title in the url is used only for Google and search engines SEO. The website only takes the ID of the product part.

I do this with RegEx (reguallar expressions)

For example \/(.*?)\/[d]

(.*?) will match anything
 
I always do this in my own CMS website code. The title in the URL is used only for Google and search engines SEO. The website only takes the ID of the product part.

I do this with RegEx (regular expressions)

For example \/(.*?)\/[d]

(.*?) will match anything
totally agree but lemans terms easier to explain.

explaining regular expression nightmare as you no a language on its own.

was only a example from mobile phone typing
 
Back
Top