Forum Moderators: open
Have a pretty tricky question (atleast for I am concerned). If i have files as below in my website,
domain. com/ category-1/article01
domain. com/ category-1/article01/
>> How SE treat them?
* Are both the structure mentioned above same?
* If not how it affects SE?
Looking for clarification!
MSN and Y! will strip the trailing slash.
G will index whichever url you serve.
in your example it is possible to serve content at one url or the other or both.
it is also possible to serve different content for those urls.
technically the first url serves a resource named article01 from the root directory and the second url serves the directory listing or index page for the article01 directory.
also note that either url could be internally rewritten or externally redirected to give you a different response from what you thought you were requesting.
'/' has nothing to do with the SEO.
Technically the first url serves a resource named article01 from the root directory and the second url serves the directory listing or index page for the article01 directory.
also note that either url could be internally rewritten or externally redirected to give you a different response from what you thought you were requesting.
>> SO its not advisable to have trailing Slash in URL in terms of SEO? Since Google with index as it is wth trailing slash and Y and L will truncate them and index. I will not have same uRL around SEs. Also this creates canonical ISSUE as u have mentioned!
Plz advice guys!