Search code examples
urloptimizationseosem

SEO URL's difference / and /index.php


I have a question about SEO. Are this two different URL's:

http://www.domainroot.org/

and

http://www.domainroot.org/index.php

Thankyou


Solution

  • Yes, those are two different URLs. They may both access the same resource, but they are different URLs.

    This can cause SEO issues as this would result in duplicate content. In this case conical URLs or doing a 301 redirect from one to the other would solve this issue.