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.
Is buying a domain with a high PR and redirecting it to your site considered black hat?
-
I want to buy a domain that has clean backlinks and then redirect it to my new domain to bump up my PR. Is this considered a black hat technique?
Thanks
Carla
-
Carla - the answer is .... it depends!
There are various different strategies for buying domains, and attempting to use them for SEO purposes.
The best case would be to negotiate privately with the owner of an existing website, and purchasing the domain and all of the contents of the domain from them. Businesses merge all the time, This is regular thing, and Google won't punish or look down on anyone for doing this. It will be clear that the domain changed hands, probably by updates to the name servers, and whois information, but since the website never expired or dropped from the registry, Google would probably assume this was a merger.
Also, if you do this, one of the best strategies for dealing with the domain would be to redirect individual pages to the most analogous page on your site, to take greatest advantage of the merged site.
It's also possible to buy up expired or expiring domains. There are different stages in the life cycle of domain name expiration where you can buy names. If you buy them in what's called 'pre-release' status, the domains will be transferred to your own account before the name dropped out of the registry, so it will maintain it's original creation date. You won't get the content with the domain, but this kind of domain purchase 'might' have some more life to it.
Finally, there are domains that have completely dropped out of the registry. The links from these won't have much more life to them.
But in general, if you can buy the domain and website content directly from the original owner, it should show up as a business merger (or even as 'rebranding' in your case, since your website is new), and should be a relatively safe tactic.
-
By definition, if the purpose of buying the domain is to manipulate your search rankings then that is black hat. Ryan laid out the only case I can think of that would be an exception to this rule, that is buying a domain that is in your industry or field and redirecting the traffic would be more of a business acquisition then manipulation.
I think there are a lot of people who get tripped up trying to understand the differences between various SEO practices. Why is putting keywords in your title tag, and h1 tags considered white hat when one can argue that you are purposely doing this to manipulate search results, but participating in a link ring considered black hat?
The difference are subtle, the big thing being anything that is done with the sol purpose to trick a search engine into ranking you higher then your site naturally warrants is black hat. Making changes to your site that make it easier for search engines to understand, crawl, or attribute credit to is white hat.
A good analogy would be putting on a nice suit for an interview, this would be considered white hat since you are just trying to present yourself in the best possible manner. (Proper Title Tags, H1 Tags and Page Content, Link Structure, Anchor Text)
However, stealing a new suit, or bribing somebody at the company to say good things about you is considered black hat. (Link Exchange Rings, Buying Links, Buying Social Media, Spamming Forums ect..)
In the end both practices may get you the job so to speak, but more then likely, eventually, the company will find out about it and which practice will you be more proud of? Putting on a nice suit? or paying somebody to say good things about you?
-
Is buying a domain with a high PR and redirecting it to your site considered black hat?
Yes
At this point I sense an angry mob is waiting for me with their fingers hovered over the thumbs down button.
In brief, when you take actions to improve the user experience, you are practicing white hat SEO. When you are taking actions to manipulate search engine rankings, you are practicing black hat SEO.
If you own the site "chocolate.com" and you decide to purchase "fudge.com", "whitechocolate.net" or any site related to your niche, then redirect the traffic, that is perfectly fine. You have a legitimate business reason for doing such. When you purchase "acme-comics.com" and redirect the domain to your chocolate site in an effort to raise PR and manipulate your rankings, that is black hat SEO.
A debate can begin on what Google can and cannot detect, but that is irrelevant. Even if Google does not enforce a particular policy does not make it any less black hat.
As a final note, the effectiveness of such tactics has greatly diminished over time. Many sites have a great deal of spam links which have been devalued by Google. If you redirect a site from another niche, those links will not offer you a lot of value since the links are not relevant to your site. Some things to think about.
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
-
Our clients Magento 2 site has lots of obsolete categories. Advice on SEO best practice for setting server level redirects so I can delete them?
Our client's Magento website has been running for at least a decade, so has a lot of old legacy categories for Brands they no longer carry. We're looking to trim down the amount of unnecessary URL Redirects in Magento, so my question is: Is there a way that is SEO efficient to setup permanent redirects at a server level (nginx) that Google will crawl to allow us at some point to delete the categories and Magento URL Redirects? If this is a good practice can you at some point then delete the server redirects as google has marked them as permanent?
Technical SEO | | Breemcc0 -
Google is still indexing the old domain a year after 301 redirects are put in place
Hi there, You might have experienced this before but for me this is the first. A client of mine moved from domain A (www.domainA.com) to domain B (www.domainB.com). 301 redirects are all in place for over a year. But the old domain is still showing in Google when you search for "site:domainA.com" The HTTP Header check shows this result for the URL https://www.domainA.com/company/cookie-policy.aspx HTTP/1.1 301 Moved Permanently =>
Technical SEO | | iQi
Cache-Control => private
Content-Length => 174
Content-Type => text/html; charset=utf-8
Location => https://www.domain_B_.com/legal/cookie-policy
Server => Microsoft-IIS/10.0
X-AspNetMvc-Version => 5.2
X-AspNet-Version => 4.0.30319
X-Powered-By => ASP.NET
Date => Fri, 15 Mar 2019 12:01:33 GMT
Connection => close Does the redirect look wrong? The change of address request was made on Google Console when the website was moved over a year ago. Edit: Checked the domainA.com on bing and it seems that its not indexed, and replaced with domainB.com, which is the right. Just Google is indexing the old domain! Please let me know your thoughts on why this is happening. Best,0 -
Help Setting Up 301 Redirects from Coldfusion Site to Wordpress Site.
I have created a new website and need to redirect all of the previous pages to the new one. The old website was built in coldfusion and the new site is built in wordpress. One of the pages I'm trying to redirect is www.norriseal.com/products.cfm to http://norrisealwellmark.com/products/. This is what I have in my .htaccess file <ifmodule mod_rewrite.c="">Options +FollowSymlinks
Technical SEO | | MarketHubb
RewriteEngine On
RewriteBase /
Redirect 301 /products.cfm http://norrisealwellmark.com/products/</ifmodule> The result of this redirect is http://norrisealwellmark.com/products.cfm How do I prevent the .cfm from appending to the destination URL?1 -
What is the best way to redirect visitors to certain pages of your site based on their location?
One website I manage wants to redirect users to state specific pages based on their location. What is the best way to accomplish this? For example a user enters the through site.com but they are in Colorado so we want to direct them to site.com/colorado.
Technical SEO | | Firestarter-SEO0 -
Redirecting root domain to a page based on user login
We have our main URL redirecting non-logged in users to a specific page and logged in users are directed to their dashboard when going to the main URL. We find this to be the most user-friendly, however, this is all being picked up as a 302 redirect. I am trying to advise on the ideal way to accomplish this, but I am not having much luck in my search for information. I believe we are going to put a true homepage at the root domain and simply redirect logged in users as usual when they hit the URL, but I'm still concerned this will cause issues with Google and other search engines. Anyone have experience with domains that need to work in this manner? Thank you! Anna
Technical SEO | | annalytical0 -
Transfer a Main Domain to a Sub-Domain
My IT department tells me they want to transfer my main site domain, which has been in existence since 1999 as an e-commerce site (maindomain.com) to a sub-domain (www2.maindomain.com) or a completely new domain (newdomain.net). This is because we are launching a new website and B2C e-commerce engine, but we still have to maintain the legacy B2B e-commerce engine which contains hard-coded URLs, and both systems can't use the same domain. I've been researching the issue across SEOmoz, but I haven't come across this exact type of scenario (mostly I've seen a sub-domain to new domain). I see major problems with their proposal, including negative SEO impact, loss of domain authority/ranking and issues with branding. Does anyone know the exact type of impact I can expect to see in this scenario and specific steps I should go about to minimize the impact? Btw, I will be using Danny Dover's guide on properly moving domains where appropriate. Thanks!
Technical SEO | | AscendLearning0 -
301 Redirect with an Exact Domain name Match
My Client had a site that ranked for a pretty competitive two word phrase, but for a variety of reasons had to transfer the site to a different domain name (with none of the previous keywords). We've 301'd everything just fine to the new site, but our traffic for that two word phrase, as well as related long tail traffic, is beginning to drop. Could the drop be related to something that we didn't do well in the transfer? Or is it due to the new domain name now not being an exact match? Sitenote question: Our Google Analytics is still set up for the former domain name and shows data just fine. Is there any reason to switch GA to the new domain? What are the pros/cons? Much thanks in advance!
Technical SEO | | TrevorMcKendrick0 -
301 Redirect vs Domain Alias
We have hundreds of domains which are either alternate spelling of our primary domain or close keyword names we didn't want our competitor to get before us. The primary domain is running on a dedicated Windows server running IIS6 and set to a static IP. Since it is a static IP and not using host headers any domain pointed to the static IP will immediately show the contents of the site, however the domain will be whatever was typed. Which could be the primary domain or an alias. Two concerns. First, is it possible that Google would penalize us for the alias domains or dilute our primary domain "juice"? Second, we need to properly track traffic from the alias domains. We could make unique content for those performing well and sell or let expire those that are sending no traffic. It's not my goal to use the alias domains to artificially pump up our primary domain. We have them for spelling errors and direct traffic. What is the best practice for handling one or both of these issues?
Technical SEO | | briankb0