Mobile app version of vmapp.org
Login or Join
Gonzalez347

: Different urls to same page and redirect I have 3 urls leading to same page // as most pages are in google, my previous website's version http://mysite.com/1234.aspx // shortcut http://mysite.com/1234

@Gonzalez347

Posted in: #Seo #UrlRewriting

I have 3 urls leading to same page

// as most pages are in google, my previous website's version
mysite.com/1234.aspx

// shortcut
mysite.com/1234

// SEO url
mysite.com/1234/state/city/company-name

Should i put a permanent redirect in the first two urls so google considers it one page and not as 3 different pages?

Any tips welcome.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Gonzalez347

2 Comments

Sorted by latest first Latest Oldest Best

 

@Pope3001725

If you want to be extra certain they treat them all as one page, use canonical URLs. Just put this at the top of the page:

<link rel="canonical" href="http://mysite.com/1234/state/city/company-name">

10% popularity Vote Up Vote Down


 

@Candy875

Yes! That should be enough to make sure search engines treat it as one page.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme