Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
DNS or 301 Website Redirect
-
We are running a marketplace site, so we have thousands of vendors selling their products on our site. Each vendor has a Profile page and we are soon to launch a premium store-front that is white label.
Many of these vendors will want to point a custom url to their premium store-front (which is a sub domain of the marketplace) and we are trying to get an understanding of how we should instruct them to point their url in a way that will give the main marketplace site the seo juice.
We also want to understand what will show up in the address bar. Will it be their url or our sub domain?
Will any of the marketplace seo juice boost their url local listing status?
-
Hi Evgeny,
Good question. For starters, one thing to keep in mind from the beginning is that link juice flowed to subdomians don't pass the same link juice as would links to the same domain. So while these links and/or redirects may help the individual storefronts to rank - assuming there is sufficient link juice behind them - it doesn't necessarily help your root domain.
Of course, the way around this is to link these individual storefront subdomains to your main domain, making sure to vary the anchor text and do it in a non-spammy, Penguin friendly way.
Okay, onto the main question. In my experience working with 100's of clients, the best way to get them to redirect to your site is anyway they can. Seriously, it's almost impossible to choose a single method that works for all vendors, so I think it's probably best to offer a variety of solutions, such as changes in DNS, server-side redirects, .htaccess , etc.
You may even need to offer tech support to manually make these changes for your client. Although this is a sticky area fraught with headaches. (I know from experience)
In some cases, it may pass better link juice if you merely have the vendors link to you, instead of going through the trouble of a redirect. Links can carry relevancy signals that 301's can't, and redirects can often loose much of their relevancy if the target page(s) differ too much from the original.
Regardless, if you choose to go the redirection route, you'll want all of your redirects to be 301's, no matter what method you choose. The URL in the browser will be your subdomain. (There are ways to do URL masking, but you don't want to go there) A common practice is to have the name of the vendor in the subdomain, such as vendor.yoursite.com.
Hope this helps! Best of luck with your SEO!
-
Got it. 301 to your server where it's parsed. The details are here:
http://stackoverflow.com/questions/9896877/dns-redirect-domain-to-subdomain -
Chas, thanks for the response.
My question may not have been very clear. I am going to be creating premium store-fronts for the vendors in the marketplace that will act as a stand alone website. Many of the vendors will be using this premium store-front as their new stand alone website and will want to redirect their current domain www.vendor.com to my sub domain www.vendor.marketplace.com.
What is the best way to do this? Use a DNS or 301 redirect and what are the pros and cons? (ie url in the address bar, seo juice to marketplace, seo juice to local vendor)
Thanks
-
So you want your cake and eat it too? Don't we all! I think getting a thousand links to the root domain would be satisfaction enough.
One way would be to have the entrance page for all vendors be the same page. Each vendor would have a section on an auto scrollable layer (but without user scrolling).
Each vendor would have a distinctive page section href anchor IBL
<a<span class="Apple-converted-space"> </a<span>name="ABCstore">.ABC Store info and links <a<span class="Apple-converted-space"> </a<span>name="XYZstore">.XYZ Store info and links
Each vendor would have a unique looking URL but all created urls would look the same to the bots, as they would ignore all to the right of the hashtag.
http://store.yourdomain.com/index.html#ABCstore, http://store.yourdomain.com/index.html#XYZstore, etc.When the page loads the tagged vendor would display in the "open" area of the page for that layer so each vendor would appear to be unique.
The drawback would be the size of the page and number of links out.
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
-
Moving html site to wordpress and 301 redirect from index.htm to index.php or just www.example.com
I found page duplicate content when using Moz crawl tool, see below. http://www.example.com
Intermediate & Advanced SEO | | gozmoz
Page Authority 40
Linking Root Domains 31
External Link Count 138
Internal Link Count 18
Status Code 200
1 duplicate http://www.example.com/index.htm
Page Authority 19
Linking Root Domains 1
External Link Count 0
Internal Link Count 15
Status Code 200
1 duplicate I have recently transfered my old html site to wordpress.
To keep the urls the same I am using a plugin which appends .htm at the end of each page. My old site home page was index.htm. I have created index.htm in wordpress as well but now there is a conflict of duplicate content. I am using latest post as my home page which is index.php Question 1.
Should I also use redirect 301 im htaccess file to transfer index.htm page authority (19) to www.example.com If yes, do I use
Redirect 301 /index.htm http://www.example.com/index.php
or
Redirect 301 /index.htm http://www.example.com Question 2
Should I change my "Home" menu link to http://www.example.com instead of http://www.example.com/index.htm that would fix the duplicate content, as indx.htm does not exist anymore. Is there a better option? Thanks0 -
Setting up 301 Redirects after acquisition?
Hello! The company that I work for has recently acquired two other companies. I was wondering what the best strategy would be as it relates to redirects / authority. Please help! Thanks
Intermediate & Advanced SEO | | Colin.Accela0 -
Php 301 redirect
Hi I am migrating an old wordpress site to a custom PHP site and the URL profiles will be different, so want to retain all link profiles and more importantly if a user visits the old urls via search then they are seamlessly transferred to the new equivalent page For example www.domain.com/about-us is going to need to redirect to www.domain.com/aboutus.php www.domain.com/furniture is going to need to redirect to www.domain.com/furniture-collections.php etc What is the best way of achieving this apart from .htaccess as not 100% confident of doing this. Could it be done via PHP or using meta tags?
Intermediate & Advanced SEO | | ocelot0 -
Can I make 301 redirects on a Windows server (without access to IIS)?
Hey everyone, I've been trying to figure out a way to set up some 301 redirects to handle the broken links left behind after a site restructuring, but I can only ever find information on 2 methods that I can't use (as far as I can tell). The first method is to do some stuff with an htaccess file, but that looks like it only works on Linux-based servers. The method described for Windows servers is generally to install this IIS rewrite/redirect module and run that, but I don't think our web hosting company allows users to log directly into the server, so I wouldn't be able to use the IIS thing. Is there any other way to get a 301 redirect set up? And is this uncommon for a web hosting company to do, or do you all just run your sites on Linux-based servers or your own Windows machines? Thanks!
Intermediate & Advanced SEO | | BrianAlpert780 -
301 - should I redirect entire domain or page for page?
Hi, We recently enabled a 301 on our domain from our old website to our new website. On the advice of fellow mozzer's we copied the old site exactly to the new domain, then did the 301 so that the sites are identical. Question is, should we be doing the 301 as a whole domain redirect, i.e. www.oldsite.com is now > www.newsite.com, or individually setting each page, i.e. www.oldsite.com/page1 is now www.newsite.com/page1 etc for each page in our site? Remembering that both old and new sites (for now) are identical copies. Also we set the 301 about 5 days ago and have verified its working but haven't seen a single change in rank either from the old site or new - is this because Google hasn't likely re-indexed yet? Thanks, Anthony
Intermediate & Advanced SEO | | Grenadi0 -
Redirecting Canonical 301s and Magento Website
I have an issue with a client's website where it has 3700+ pages, but roughly half of them are duplicates. Thankfully, the only difference between the original and the duplictes is the "?print" at the end of each URL (I suppose this is Magento's way of making a printable page version of the same page. I don't know, I didn't build it.) My questions is, how can I get all the pages like this http://www.mycompany.com/blah.html?print to redirect to pages like this... http://www.mycompany.com/blah.html Also, do they NEED to be Canonical, or will a 301 redirect be sufficient. Also, after having done this, if anybody knows, is there a way I can turn that feature off in Magento, because we're expanding our product line, and I don't want to have to keep chasing after these "?print" pages after the fact.
Intermediate & Advanced SEO | | ClifThompson0 -
301 Redirects After Company Acquisition
We recently acquired a company, and now we are going to redirect all of the pages on their site to their respective pages on our site. Do we need to keep the original pages on their site active? For how long? Ideally, we would like to redirect everything and remove the old site entirely so we don't have to pay to keep hosting it. Is this possible? Thanks!
Intermediate & Advanced SEO | | pbhatt1 -
How do I go about changing a 302 redirect to a 301.
Hello Friends! Thanks for viewing my question. Ok,My question today is How do I go about redirecting a 302 link to a 301 link. I understand the benefits of doing this as far as link juice and how the Search Engines views the two Re-Directs. I am wanting to know where I would start to do this. Thank you in advance for any help or suggestions!
Intermediate & Advanced SEO | | FrontlineMobility0