0

Is it ok to have custom Permalink Settings in wordpress of http://www.sitename.com/sample-post instead of http://www.sitename.com/sample-post/. Is it ok with search engine.

ie, /%postname% instead of /%postname%/

1 Answers1

0

From Search Engine point of view the URLs with or without slash are two different identities and neither is preferred. From users point of view, we should have only one URL to avoid any confusion and better user experience. From SEO point of view, the preferred version should return 200 and the duplicate URL should 301 to the preferred URL

Matt Cutts (head of Google’s Webspam team) prefer trailing slash.

http://www.mattcutts.com/blog/seo-advice-url-canonicalization/

You can also read more from here:

When should I use a trailing slash in my URL?

http://googlewebmastercentral.blogspot.sg/2010/04/to-slash-or-not-to-slash.html

Community
  • 1
  • 1
Felix
  • 37,892
  • 8
  • 43
  • 55
  • thanks, Answers are too long as given is discussion but url-canonicalization is very important, but what i get that only trailing slash does not matter as long as other parameters are ok. – user1418927 Mar 27 '14 at 16:45