301 Redirects on Large Real Estate Website
-
Hi guys,We are about to move over to a new website and need advice on handling the 301 redirects.We have a large real estate website with around 12,000 pages, a lot of these are properties (about 10,000)On our old website, the url structure for each property is as follows -domainname.com/property/view?property=14863on our new site, the url structure isdomainname.com/properties/view/6137The property ID number is always different from old site to new. The way we see it, we have two options. a.) a manual redirect of each and every property url. A very very long jobb.) a folder level redirect, so redirect the 'property' folder on the old site into the 'properties' folder on new. The con with this one is we are not sure if this is the best route to take, if it is how we would go about it?Some advice would be really appreciated guys. I know there are some hyper intelligent SEO's in here and we need to make sure we handle this right!Many thanks in advance.Mark
-
This is true, you can wait for google to deindex them, but that can take 6 months or more.
You could also wait for the 404s to show up and check the referrer and then manually set up the redirect, but if you miss seeing them, you may also risk the linking site removing the link.
Another thing you could do is pull reports from GWMT and Bing WMT and Majestic to discover who is linking to which pages, and then start with those redirects, then watch out for the 404s and pick them up as you discover them.
If you do want to push google along with removing the old pages, you can do it by requesting them in WMT. 12,000 isn't really many, and last time I tried it, you can ask for 1,000 per day, but you have to do them one at a time. That means either a slow manual process or do it with a macro. I think I've had 20,000 or more deleted that way.
-
Hi Mark,
Considering that the old property IDs and new property IDs don't match up and you'd have to configure 1-to-1 redirects (with what sounds like a lot of manual work to get it right and potentially a very large .htaccess file), I'm going to ask a dumb question: why do you need to redirect all of the properties?
In cases like this, I invariably pull some data in to prioritize URLs. Namely, inbound link and direct/referral traffic data.
If a page is not linked to from any external subdomains and gets little or no direct or referral traffic, it's usually best to simply let it return a 404 once you've updated the site - Google will hit the 404 and de-index the page in due time, while the new page will (provided the new site has sound architecture and some authority to justify a deep crawl budget) get picked up.
The only justifiable reason to do a 1-to-1 301 redirect across the board for this many URLs, in my opinion, is if there is enough link equity / traffic to justify the work. Otherwise, Google knows how to handle 404s and they'll crawl/index the new property URLs in due time.
Best,
Mike -
Hey Alan,
Thanks loads for the advice there. Makes a lot of sense.
Problem I have is we do not have any kind of access to the old site. Nor the client having a good relationship with the agency who made the previous site.
I have run multiple crawls of the old site with Screaming Frog and Moz and I just cant get all the properties spidered. Out of the total amount of properties I have about one third of them, which of course can be redirected.
We made a final change to the url structure so the property address is added. The urls now look like the following -
OLD - domainname.com/property/view?property=14863
NEW - domainname.com/property/street-name-postcode/propertyid
The main problem we have and why I think it is not possible using mod rewrite, is the property ids are different on both sites. There is really nothing in common between the two URLs at all aside from /property/ and page title.
Any further advice would be very much appreciated Alan as its clear you have done jobs like this before.
Thanks,
Mark
-
If you have unix and shell access it should be a snap.
but as you're asking this question, you probably don't even know what "grep" is
Get a list of title and URLs from each site
mix them together
sort by title
this will tell you if there are duplicates or if you missed any
if the domain names are different search and replace them so they are the same
Manipulate the list so it is in redirect format
12,000 is not a lot. I worked on sites with several million.
Don't do a folder level redirect.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
301 Redirecting http to https
In the Moz Site Crawl issue, I was seeing an error that said we were temporarily redirecting our homepage to https URLs. So I changed the code in htaccess to make it 301 redirect but I'm still getting the same error. I implemented it last week and we just had a new crawl yesterday. Here is the new code: RewriteEngine on
Technical SEO | | Heydarian
RewriteCond %{HTTP_HOST} ^heritagelawmarketing.com [NC]
RewriteRule ^(.*)$ http://www.heritagelawmarketing.com/$1 [L,R=301,NC] Does anyone know why I'm still getting 302 redirects? Thanks0 -
HTacess 301 redirect with special characters
Hello moz community ! I would to make a special 301 redirection through my htaccess file. I am a total noob concerning regexp and 301 redirection. I would like to redirect(301) this url : http://www.legipermis.com/stages-points/">http://www.legipermis.com/stages-points/</a></p>; yes yes it's in the index of google, this strange url includes the last ; to http://www.legipermis.com/stages-points/ I have already include a canonical tag by security, i would like to remove url with a 301 redirection and by remove this url through GWT (but the removal tool can't "eat' this kind of URL) Please consider the fact that i am not an expert about 301 redirections and regexps. No 301 redirect generator works properly for such a strange URL (which triggers content duplication corrected anyway with canonical tag). Thanks for your help.
Technical SEO | | LegiPermis0 -
Do I need both canonical meta tags AND 301 redirects?
I implemented a 301 redirect set to the "www" version in the .htaccess (apache server) file and my logs are DOWN 30-40%! I have to be doing something wrong! AddType application/x-httpd-php .html .htm RewriteCond %{HTTP_HOST} ^luckygemstones.com
Technical SEO | | spkcp111
RewriteRule (.*) http://www.luckygemstones.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.htm
RewriteRule ^(.)index.htm$ http://www.luckygemstones.com/$1 [R=301,L] IndexIgnore *
ErrorDocument 404 http://www.luckygemstones.com/page-not-found.htm
ErrorDocument 500 http://www.luckygemstones.com/internal-serv-error.htm
ErrorDocument 403 http://www.luckygemstones.com/forbidden-request.htm
ErrorDocument 401 http://www.luckygemstones.com/not-authorized.htm I've also started adding canoncial META's to EACH page: I'm using HMTL 4.0 loose still--1000's of pages--painful to convert to HTML5 so I left the / off the tag so it would validate. Am I doing something wrong? Thanks, Kathleen0 -
I have altered a url as it was too long. Do I need to do a 301 redirect for the old url?
Crawl diagnostics has shown a url that is too long on one of our sites. I have altered it to make it shorter. Do I now need to do a 301 redirect from the old url? I have altered a url previously and the old url now goes to the home page - can't understand why. Anyone know what is best practice here? Thanks
Technical SEO | | kingwheelie0 -
301 Redirect / cross-domain canonical to a URL w/ Ampersand
I have a question regarding ampersands, we are needing to redirect to a URL w/ an ampersand in the URL: http://local.sfgate.com/b18915250/Sam-&-Associates-Insurance-Agency Will Google pass page authority/juice despite the fact that there is an ampersand in the URL, if we were to 301 redirect or cross-domain canonical to the url? Should we 301 redirect to http://local.sfgate.com/b18915250/Sam-%26-Associates-Insurance-Agency instead of http://local.sfgate.com/b18915250/Sam-&-Associates-Insurance-Agency? I don't have the option of removing the ampersand Thank you for your time!
Technical SEO | | Gatelist0 -
301 redirect: Old pages to new
Hi, We have recently made some changes to our agency site. Looking in webmaster tools we have identified a number of old pages with existing link juice. Not a great deal mostly 32/100 PA. There are a mixture of URLs "meet the team" and people pages etc. The anchor text on the majority of pages is our brand name. Could we now 301 all these pages to one page, or is this a no no in the eyes of Google? Any help greatly appreciated. Best Regards Sean
Technical SEO | | Yozzer0 -
Should I 301 redirect my country specific sites, or use them as linking root domains?
I have loveelectronics.co.uk, but I also own 10 other country code specific domains. I am short on links (i'm actually still setting up the website) and wondered that until i have country specific content, should I 301 redirect these websites to the homepage of my main site, or could I use them as links which would mean I have more linking root domains? Sorry if this is a beginner question, but it would be good to know so I can sort this.
Technical SEO | | jcarter0 -
301 Redirect?
Sometimes I want to redirect pages on my site. Like a search result: http://www.inthelighturns.com/memorials/catalogsearch/result/?q=hearts to a page designed for what they're searching for: http://www.inthelighturns.com/hearts.html There's no real worry about transferring page rank and this may not be a permanent redirect. Just a "I want this page to show this page for some time" kind of redirect. What's the best solution? Thanks Tyler
Technical SEO | | tylerfraser0