Multiple domain level redirects to unique sub-folder on one domain...
-
Hi, I have a restaurant menu directory listing website (for example www.menus.com).
Restaurant can have there menu listed on this site along with other details such as opening hours, photos ect. An example of a restaurant url might be www.menus.com/london/bobs-pizza.
A feature i would like to offer is the ability for Bob's pizza to use the menus.com website listing as his own website (let assume he has no website currently). I would like to purchase www.bobspizza.com and 301 redirect to www.menus.com/london/bobs-pizza
Why?
So bob can then list bobspizza.com on his advertising material (business cards etc, rather than www.menus.com/london/bobs-pizza).I was considering using a 301 redirect for this though have been told that too many domain level redirects to one single domain can be flagged as spam by Google.
Is there any other way to achieve this outcome without being penalised? Rel canonical url, url masking?
Other things to note:
- It is fine if www.bobspizza.com is NOT listed in search results.
- I would ideally like any link juice pointing to www.bobspizza.com to pass onto www.menus.com though this is a nice to have. If it comes at the cost of being penalised i can live without the link juice from this.
Thanks
-
That's a good point you make Cyrus in regards to linking to a site that has competitors on it also. I have considered this and my idea was to pass in a url param that would not show anything else only the restaurants own menu. For example, menus.com/bobs-pizza?ads=0 would not show a search bar or any other links (simply just their own menu). This page would have rel-canonical link to menus.com/bobs-pizza so as to maintain link juice...
Other option i was thinking was to include an iframe on the restaurants page that would source data from menus.com. I guess i could have a link pointing back to menus.com at the bottom of the menu in the iframe.
I think the link idea makes sense rather the redirect for the reasons you mentioned. Maybe i could have a popup on mobile devices that contains a link to the menu's site (again this would be in javascript - not sure if this is a good idea though).
Any other ideas on how i may be able to show a link (only on mobile devices) that could point to menus.com (in a SEO friendly way)?
-
Without getting into the technical details, I have to address the bigger question of why a business owner would want to redirect their site to yours? In all honesty, I have to question the soundness of that business plan. If I'm printing www.bobs-pizza on my business cards, I want my visitors to go to www.bobs-pizza.com, and not redirect to some other site where they can view all my competitors as well.
Regardless, I would think it would be much easier to get a link from these sites than a redirect, and this would mitigate the potential problems of mass 301 redirects.
Another thing to consider, what if the site has been penalized due to poor link building practices? Once you 301 redirect to your site, those bad links become yours, and this could effect your entire site.
Regarding the issue of redirecting mobile users, yes, it's possible using browser detection agents, but redirecting to another site runs huge risks of penalties to the point that I wouldn't advise it.
Instead, I think this is a great idea, but I would opt for links instead of redirects. Best of luck with your SEO!
-
+1 URL Shortener
Also, custom URLs for each business might work, i.e. menu.com/bobs-pizza.
-
Thanks for your response Moosa. I like the idea of shorter urls.
On a similar yet slightly different note.
Some restaurants already have an existing and well established websites (eg www.tomspasta.com). For these websites i would like to redirect to www.menus.com/tomspasta (which is mobile optimised), only if the user is viewing the site (www.tomspasta.com) from a mobile device (ie user agent detection would be used in JavaScript to do the redirect).Would this kind of redirect have any impact on SEO (positively/negatively)? Would any link juice be passed? Would i need to notify Google that the content is different for mobile devices?
-
Thanks for your response Moosa. I like the idea of shorter urls.
On a similar yet slightly different note.
Some restaurants already have an existing and well established websites (eg www.tomspasta.com). For these websites i would like to redirect to www.menus.com/tomspasta (which is mobile optimised), only if the user is viewing the site (www.tomspasta.com) from a mobile device (ie user agent detection would be used in JavaScript to do the redirect).Would this kind of redirect have any impact on SEO (positively/negatively)? Would any link juice be passed? Would i need to notify Google that the content is different for mobile devices?
-
Hi Adam,
It is true that too many 301 redirects could look a bit fishy.
If what you want is for people that see bobspizza.com on advertising material and type the url on their browser to be redirected to your site (and have no possible issues with Google), I'd would use a 302 redirect.
The only problem with 302 redirects is that the link juice pointing to bobspizza.com won't pass onto menu.com .
There are many hosting providers that will allow you to park and 301/302 an unlimited number of domains.
Cheers
-
Adam I think a lot about this even before you actually come up with this question and I thought best URL structure you can follow in this case is of about.me
- You cannot park many domains (ideally one domain for each business page)
- Too many domain level redirects might kill your site and at the same time 301 redirect from domain to a specific page will not let main domain stay in SERPs.
- Canonical can work but again you cannot eat the search engine love.
But there is one thing that you cannot do!
How about shortening the URL?
For instance you have a BOB pizza in Ohio so instead of having a URL http://www.menue.com/pizza/OH/bob-pizza/ why not go for a smile and short URL that looks great with branding http://menu.com/bobpizza/
The URL is short so you can easily use in branding plus search engine will not exclude this in Google... when people will share this short version of URL the domain authority of the overall domain will automatically improved.
Hope this idea might work for you...
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
-
Setting country specific top level domain as alias - will site benefit from TLDs authority?
I have a host of sites that follow a top level domain strategy. For each local site they will be on the top level domain but with their country-languages prefix as the subdirectory. Such as below: example.com
Intermediate & Advanced SEO | | gracejo
example.com/uk-en
example.com/sg-en
example.com/de-de Each local site being on the TLD will benefit them in terms of SEO and it makes it easier to have one strategy. My question however, if the Netherlands comes on board, they would generally have example.com/nl-en. However they want their primary domain as examplenetherlands.nl and the TLD (example.com/nl-en) set as an alias/secondary domain that redirects to the primary. Will they benefit from any SEO if the TLD is not the primary address?0 -
I am temporarily moving a site to a new domain. Which redirect is best?
A client is having their site redeveloped on a new platform in sections and are moving the sections that are on the new platform to a temporary subdomain until the entire site is migrated. This is happening over the course of 2-3 months. During this time, is it best for the site to use 302 temporary redirects during this time (URL path not changing), or is it best to 301 to the temp. domain, then 301 back to the original once the new platform is completely migrated? Thanks!
Intermediate & Advanced SEO | | Matt3120 -
Is an iframe redirect on the same Domain bad for SEO
Good morning. We have a vendor that has created a landing page with content that we want to use. Because of the way we built the site, the only way to use the content is to create an i-frame. The i-frame is re-directingon the same Domain. Would we benefit from the SEO Content?
Intermediate & Advanced SEO | | jdenbo_edf0 -
Domain Name redirection to new Domain Name - VS - Transfering Domaine Name from account 1 to account 2
Hi there! Thanks for your time 😉 I have a new cutsomer that bought his domain name via WIX and your know... WIX sucks huge time for SEO. Basically, we want to do SEO outside of WIX. But I am not sure HOW I should proceed. I think I have 2 options: OPTION 1- We transfer the domain name from WIX to a new hoster. But we will lose 7 days during that, lose prospects while the website is in maintenance and we might lose the little bit of ranking we have on the way. BUT! ONCE Everything is done with the transfer, we will be able to operate our SEO campaing with a Domain Name that as 15 domain authority, links, little bit a ranking, etc. OPTION 2- I just buy a new domain name. I build the new Website on it and then use the SEO juice from the old domain name with redirect to push the new domain name. Like this, I won't lose any opportunities. BUT I will have to restart the SEO as new... Any tips or ideas for me? Maybe there is an OPTION 3 that I don't know about.
Intermediate & Advanced SEO | | Gab-SEO1 -
One domain - Multiple servers
Can I have the root domain pointing to one server and other URLs on the domain pointing to another server without redirecting, domain masking or HTML masking? Dealing with an old site that is a mess. I want to avoid migrating the old website to the new environment. I want to work on a page by page and section by section basis, and whatever gets ready to go live I will release on the new server while keeping all other pages untouched and live on the old server. What are your recommendations?
Intermediate & Advanced SEO | | Joseph-Green-SEO0 -
Move Pages From One Domain To Another - The SEO Friendly Way
Hi All, One of our clients is a hair salon, that's currently dividing into two separate entities. For over 10 years the hair salon has been for both men and women, but that's now changing. The company is splitting into two, the original website contains pages for both men and women, but will soon only contain pages for women's hairdressing. The problem I have here is that there's probably around 20-30 service pages that get really great, targeted traffic on the men's side. There's a brand new domain for the men's hairdressing company and I'd like to know how you'd go about retaining the SEO value instead of just culling the pages. I'm thinking that we should maybe take the content from the original website, re-write it slightly to match the new brand, add it to the new website and then 301 the pages on the original website across to the new website. Has anyone had any experience in doing something like this before? and will the SEO value move across to the new domain? Also, I'm scared that the internal pages of the new domain may hold more authority than the home page and could cause problems. Any ideas on this would be great.
Intermediate & Advanced SEO | | Townpages0 -
Multilingual Redirection
Hey there awesome Mozzers, I have a site that it automatically redirects people by using geolocation ( i know that probably is not good ) to the various languages of the site. I just wanted to know Is 301 or 302 the best option? ( I've heard that for language re-directions 302 is the best case scenario ) My main page for example is www.example.com and it automatically redirects with a 301 to www.example.com/en for any language that is not there. What is the best case scenario? Leave it to redirect to /en or just leave it go to the root page www.example.com.
Intermediate & Advanced SEO | | Angelos_Savvaidis0 -
Sub-domain and Sub-directory - Is there no difference
Hi, Last year Google announced that it will treat links from a sub-domain as internal links and not external - http://googlewebmastercentral.blogspot.in/2011/08/reorganizing-internal-vs-external.html. Does it means that now there is no difference between a sub-domain and a sub-directory and anyone of them can be used? Regards
Intermediate & Advanced SEO | | IM_Learner0