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.
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
-
Best redirect destination for 18k highly-linked pages
Technical SEO question regarding redirects; I appreciate any insights on best way to handle. Situation: We're decommissioning several major content sections on a website, comprising ~18k webpages. This is a well established site (10+ years) and many of the pages within these sections have high-quality inbound links from .orgs and .edus. Challenge: We're trying to determine the best place to redirect these 18k pages. For user experience, we believe best option is the homepage, which has a statement about the changes to the site and links to the most important remaining sections of the site. It's also the most important page on site, so the bolster of 301 redirected links doesn't seem bad. However, someone on our team is concerned that that many new redirected pages and links going to our homepage will trigger a negative SEO flag for the homepage, and recommends instead that they all go to our custom 404 page (which also includes links to important remaining sections). What's the right approach here to preserve remaining SEO value of these soon-to-be-redirected pages without triggering Google penalties?
Technical SEO | | davidvogel0 -
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 -
Can anyone tell me why some of the top referrers to my site are porn site?
We noticed today that 4 of the top referring sites are actually porn sites. Does anyone know what that is all about? Thanks!
Technical SEO | | thinkcreativegroup1 -
Correct linking to the /index of a site and subfolders: what's the best practice? link to: domain.com/ or domain.com/index.html ?
Dear all, starting with my .htaccess file: RewriteEngine On
Technical SEO | | inlinear
RewriteCond %{HTTP_HOST} ^www.inlinear.com$ [NC]
RewriteRule ^(.*)$ http://inlinear.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.html
RewriteRule ^(.)index.html$ http://inlinear.com/ [R=301,L] 1. I redirect all URL-requests with www. to the non www-version...
2. all requests with "index.html" will be redirected to "domain.com/" My questions are: A) When linking from a page to my frontpage (home) the best practice is?: "http://domain.com/" the best and NOT: "http://domain.com/index.php" B) When linking to the index of a subfolder "http://domain.com/products/index.php" I should link also to: "http://domain.com/products/" and not put also the index.php..., right? C) When I define the canonical ULR, should I also define it just: "http://domain.com/products/" or in this case I should link to the definite file: "http://domain.com/products**/index.php**" Is A) B) the best practice? and C) ? Thanks for all replies! 🙂
Holger0 -
We have set up 301 redirects for pages from an old domain, but they aren't working and we are having duplicate content problems - Can you help?
We have several old domains. One is http://www.ccisound.com - Our "real" site is http://www.ccisolutions.com The 301 redirect from the old domain to the new domain works. However, the 301-redirects for interior pages, like: http://www.ccisolund.com/StoreFront/category/cd-duplicators do not work. This URL should redirect to http://www.ccisolutions.com/StoreFront/category/cd-duplicators but as you can see it does not. Our IT director supplied me with this code from the HT Access file in hopes that someone can help point us in the right direction and suggest how we might fix the problem: RewriteCond%{HTTP_HOST} ccisound.com$ [NC] RewriteRule^(.*)$ http://www.ccisolutions.com/$1 [R=301,L] Any ideas on why the 301 redirect isn't happening? Thanks all!
Technical SEO | | danatanseo0 -
Delete 301 redirected pages from server after redirect is in place?
Should I remove the redirected old pages from my site after the redirects are in place? Google is hating the redirects and we have tanked. I did over 50 redirects this week, consolidating content and making one great page our of 3-10 pages with very little content per page. But the old pages are still visible to google's bot. Also, I have not put a rel canonical to itself on the new pages. Is that necessary? Thanks! Jean
Technical SEO | | JeanYates0 -
Is it bad (black hat) to have an H1 text as a text indent?
Is it bad practice to use a text indent through CSS for H1 text on a homepage(basically hiding h1 text)? I'm just trying to compensate for the fact that some text that should really be in the h1 tag is actually an image.
Technical SEO | | inc.com1 -
First click on SEO redirecting to a competitor site?
I just experienced something VERY odd and wondered if any of you had an idea of what it might be. When I did a search on Google and clicked the top SEO listing I was taken to a competitor of the number 1 listed site i.e. NOT the site I clicked on. When I clicked the back button and clicked it again, I was taken to the correct site. This happened with two different searches and I was taken to two different sites. Could this be a clever/sinister cookie implemented by the competitor; a site I frequent regularly? Could this be malware implemented by an affiliate? Could this be a Google glitch?
Technical SEO | | Red_Mud_Rookie0