Opportunity for Redirect?
-
Hi there!
I've got a site selling outdoor jackets and remembered about a friend's old business website (that also sold outdoor jackets) which is now dormant.
He's kindly agreed to let me host a splash page on his old domain, or to use the domain to redirect.
I wasn't sure if Google looked negatively at redirects, so I suggested the page host option? What do you think?
I guess what it would mean is for us to supply our name server details to him, and then ask him to put these into his DNS settings.
If we were to host a page in this way, would we add a page of relevant content, a simple link? Would this pull the link juice through?
Any help with this would be greatly appreciated.
Matt
-
I think it would be better if it were hosted on a different server than your main site is.
-
Thanks Adam.
He currently doesn't have anything hosted other than the domain name unfortunately. If I was to get a splash page up there, I would have to host it.
I'll ask him about buying the domain, and if it went through, what's the most effective method of utilising this?
I was a little concerned that Google might look at the redirect unfavourably, especially if it was hosted by us, and using the same company that hosts our own site.
Maybe I'm making it more complicated than it is?
Appreciate your help
-
Thanks Rob!
It seems that buying the domain would give us lots more options... I really only spoke to the owner about the possibility for a splash page or 301 redirect
It's all a bit new to me really, the URL gives a 404 Error at the moment, so the content of his old site is gone.
If I was to buy the domain, how would I go about doing the page by page redirects?
I set up a crawl there, and did a little research on Open Site Explorer; found 50 Links from 34 Domains. So there's definitely juice there!
-
If the old domain has incomming links, then you can 301 redirect it. That would be good value.
If it does not have any links, then it is of no value to redirect.
-
"I guess what it would mean is for us to supply our name server details to him, and then ask him to put these into his DNS settings."
Don't do that. That would setup your site to be accessible via both urls.
Either put up a splash page on his domain linking to yours, or do a 301 redirect. I've had success with both tactics.
-
Hi Matt,
This can be a great thing for you - if the old dormant domain is till being crawled, still indexed, and still has inbound links built to the site over time.
Adding a page to his site, and with unique relative content might pass back some value - but if the domain has been dormant for some time - the 'juice' value has probably fizzled a little (along with the site's rankings) for the market KW's he was targeting.
Is he planning to give you the domain? Perhaps sell it to you? If so, and he wanted out - I would do a domain and page by page level 301 redirect from his old dated site - to your domain. This would help pass through all the page link value as well as the domain - helping correct any 404's errorrs that might occur and help search index'es to map out the new 'address' of the pages on your site as the location - also pushing through those links and value to your domain.
Run a 'crawler' on his domain to map out the whole site - and then create an excel doc to map any relavant pages, info etc to pages on your domain and prep a 301 file to handle the redirects.
If that's a route he's willing to go, that's more or less what I would do to salvage any value from his domain/site and pass it along to yours.
If not - a page on his site, with a link back, will do just that - provide a link back from an older/dated and not maintained site which won't do all that much for you in the grand scheme of things.
Hope that helps
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
-
Image redirection: Will it helps or hurts?
Hi all, There are some old images (non-existing now) from our website which have backlinks. We would like to redirect them to some live images to reclaim the backlinks. Is this Okay or sounds suspicious to Google? Thanks
White Hat / Black Hat SEO | | vtmoz0 -
Multiple sites in the same niche (Should we redirect these to our Main Site)
I will keep this short and sweet. We have some websites in the same niche area but want to focus only on our newest site (basically all the information that was being posted on the other sites will now be part of our new site) This will save us a lot of time and increase our focus on 1 entity. Should we redirect these website with a 301 redirect to the specific categories that they focus on in the new site? or should we redirect to the main domain.
White Hat / Black Hat SEO | | CMcMullen0 -
Acquire domains to boost yours, how to redirect an acquired domain
What is the best way to redirect for best SEO benefits? Examples: glaspunt.nl -> glas.nl fietstassen.eu -> loodgieter.nl Any technical information how to (root) redirect for best SEO practices?
White Hat / Black Hat SEO | | remkoallertz0 -
How does the Google Treat 301 Redirects?
Hi, My website was one of many that dropped in rankings this last Friday, The company that i outsourced my SEO 4 months ago did a bad job. Now i'm doing everything my self to recover, so i was thinking getting a new hosting, duplicate the website with a same content (i have original quality content) and 301 my old domain to new one? How long can it last with Google? Can penalties be passed via 301 redirects ? Looking forward to your help.
White Hat / Black Hat SEO | | mezozcorp0 -
Suggestions in redirecting an old URL to new URL with parenthesis () ?
What should I use in .htaccess if I will redirect an old URL with parentheses to a new URL like below? RedirectMatch 301 http://www.olddomain.com/buy/nike-shoes/kobe(7)/red http://www.newdomain.com/buy/nike-shoes/kobe(7)/red Or RedirectMatch 301 http://www.olddomain.com/buy/nike-shoes/kobe(7)/red http://www.newdomain.com/buy/nike-shoes/kobe(7)/red
White Hat / Black Hat SEO | | esiow20130 -
301 Redirect Asp.net Help
Hey, we are redesigning the site and we are changing a lot of urls to make them more SEO friendly But some of the old urls have PR 4-5 What is the best way to do about this? How to do a 301 redirect for specific pages in asp.net Or do you recommend something elsE? Thanks in advance
White Hat / Black Hat SEO | | Madz0 -
301 Redirect ASP code
Hi I have a script detailed below, that 301 redirects based upon different queries --- """"<%if (Request("offset") = "") Then%> <% if Request("keywords") = "" AND Request("s") <> "" AND Request("j") <> "" then'Sector and Location NOT NULL%> <% if (Request.ServerVariables("HTTP_X_REQUEST_URI")) <> "/" & LCase(SEOFriend(replaces.Fields.Item("JBCategoryLabel"))) & "-jobs-in-" & LCase(SEOFriend(replacej.Fields.Item("JBLocation"))) Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "/" & LCase(SEOFriend(replaces.Fields.Item("JBCategoryLabel"))) & "-jobs-in-" & LCase(SEOFriend(replacej.Fields.Item("JBLocation"))) Response.End End If %> <%End if%> <% if Request("keywords") = "" AND Request("s") <> "" AND Request("j") = "" then'Sector NOT NULL and Location NULL %> <% if (Request.ServerVariables("HTTP_X_REQUEST_URI")) <> "/" & LCase(SEOFriend(replaces.Fields.Item("JBCategoryLabel"))) & "-jobs-in-" & LCase(SEOFriend(SiteDetails.Fields.Item("JBSRegion"))) Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "/" & LCase(SEOFriend(replaces.Fields.Item("JBCategoryLabel"))) & "-jobs-in-" & LCase(SEOFriend(SiteDetails.Fields.Item("JBSRegion"))) Response.End End If %> <%End if%> <% if Request("keywords") = "" AND Request("s") = "" AND Request("j") <> "" then'Sector NULL and Location NOT NULL %> <% if (Request.ServerVariables("HTTP_X_REQUEST_URI")) <> "/jobs-in-" & LCase(SEOFriend(replacej.Fields.Item("JBLocation"))) Then Response.Status="301 Moved Permanently" Response.AddHeader "Location", "/jobs-in-" & LCase(SEOFriend(replacej.Fields.Item("JBLocation"))) Response.End End If %> <%End if%> <%End if%>"""" But this still allows for both the www and non www versions of these pages to render in the browser, which is resulting in duplicate content. On my home page I use -- <% If InStr(Request.ServerVariables("SERVER_NAME"),"www") = 0 Then Response.Status="301 Moved Permanently" Response.AddHeader "Location","http://www." & Request.ServerVariables("HTTP_HOST") & "/" Response.End End if %> `Is there a good way to combine these, so that I still get all of the rules of the first script whilst also redirecting any non www versions to the www version? in other words
White Hat / Black Hat SEO | | TwoPints
domain.com/jobs-in-" & LCase(SEOFriend(replacej.Fields.Item("JBLocation")))
Eould redirect to
www.domain.com/jobs-in-" & LCase(SEOFriend(replacej.Fields.Item("JBLocation"))) Thanks in advance`0