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.
Beating a keyword Domain
-
Has anyone here managed to beat a keyword/exact match domain to top spot?
I am currently second and wondering if it is worth the time and effort to knock it off the top spot. How hard is it to get these very annoyingly favoured domains off 1st?
Any help and advice much appreciated.
-
Keyword domains used to be a lot more powerful than they are right now. Based upon watching a lot of their rankings, I believe that Google turned down their value in early 2011 - shortly after Matt Cutts said that their value would likely be turned down. Maybe they will do that again, I don't know.
I agree that some of these sites rank well with very little content and poor user experience. That generally occurs where competition is rather low in Google or where it is low to moderate in Bing. Where competition is high a domain only makes a fractional contribution to the rankings. So when you see them ranking well for highly competitive terms they are doing the same type of SEO as any other site with poor onsite assets.
-
Thankyou for the reply.
Forgive me if i am a little unsympathetic but time after time i see keyword domains ranking for huge terms but the site itself offers very little in terms of quality content and user experience.
Yes it is annoying to many online search marketers who try very hard and provide natural quality content to be out ranked by a keyword domain because a particular search engine has a bias towards exact match.
No offence but in my opinion the sooner we see keyword domains getting treated the same as any - the sooner we will see a better quality of results.
Forgive me if you are one of the people who produce quality sites on your keyword domain, i respect you if you do.
-
I own several keyword domains. Some of them have top rankings for their exact match query and some of them don't. There is no special formula for beating them. Just compete against them as you would any other domain.
If you ask me the bigger problem is google giving easy top rankings to weak content on ehow, about, wikipedia and other powerful sites.
How hard is it to get these very annoyingly favoured domains off 1st?
This really seems to bother you. But if you turn that around you would consider them to be a huge asset. So, maybe you should just go out and buy one. Find the guy who owns one and ask "what will it take for you to sell it to me?"... or hire a pro to do that for you. I've done it a few times and am happy with most of the results. They seem to produce a higher conversion rate too.
-
It's one of those domains setup for that keyword only by the looks of it.
The keyword is pretty much their brand term.
-
It really depends on how competitive the keyword is and how strong your competitor is aside from just the exact match aspect. Of course it's possible to beat an exact match domain, and these will probably hold less and less value by Google in the future.
Overall, I would say that fact that it's an exact match domain doesn't change much of anything for me in terms of if it can be outranked. Looking at all the factors holistically is much more important.
-
Social Media presence has been actively influencing the SERPS. I have seen the impact both on local as well as global search. Even if the links from those websites are nofollowed or are not links at all, just URL mentions (or citations) they help. So I would just analyze their backlink profile and get better links. Also, are you outranking them for other keywords, keyword variants and other long tail keywords which are essentially beyond their exact match domain? How is your Domain Strength and Page Strength vs them ?
-
Thankyou for the reply.
One of our big competitors has a huge youtube presence. I alwayus wondered how much of an affect having an active youtube channel can have. What do you think to that?
Thankyou for your advice.
-
Just because the top site is an exact match doesn't mean you can't dislodge them from their #1 spot.
Without knowing all that you have done for your site, the best advice I can give is to look at what they are doing, and then think about other ways to beat them. For the sake of this discussion, let's say that they have a great youtube channel and are very active on twitter. First, you will have to make sure you have a presence on those two sites as well.
Then, you need to take it to the next level - make sure you have a Pinterest, LinkedIn, FB, StumbleUpon, reddit and delicious accounts. Make sure you have the google +1 button on your site and a Google plus page where you link back to your site from.
Simply put, you will have to do more than them in order to take the top spot.
In regards to if it's worth it or not, only you can determine that.
Good luck!
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
-
Lost ranking after domain switch
I recently migrated from https://whitefusemedia.com to https://whitefuse.com. The website URL structure and content remained the same and I followed all the best practice guidance regarding checks on the new domain and appropriate 301 redirects. I have seen traffic drop by about 50% and the traffic that is still coming through is mainly coming through links still listed by Google under the old domain (https://whitefusemedia.com). Is this normal? Should I expect to see this bounce back, or is there anything I can do now to regain the rankings?
Technical SEO | | wfm-uk0 -
We switched the domain from www.blog.domain.com to domain.com/blog.
We switched the domain from www.blog.domain.com to domain.com/blog. This was done with the purpose of gaining backlinks to our main website as well along with to our blog. This set us very low in organic traffic and not to mention, lost the backlinks. For anything, they are being redirected to 301 code. Kindly suggest changes to bring back all the traffic.
Technical SEO | | arun.negi0 -
Are .clinic domains effective?
We acquired a .clinic domain for a client, they are right now running under a .ca and I was just wondering if there were any cons to making the switch. On the flip side are there any pros? I've tried to search for the answer but couldn't seem to come across anything, thank you if you have any knowledge or could point me to a resource.
Technical SEO | | webignite0 -
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 -
Checkout on different domain
Is it a bad SEO move to have a your checkout process on a separate domain instead of the main domain for a ecommerce site. There is no real content on the checkout pages and they are completely new pages that are not indexed in the search engines. Do to the backend architecture it is impossibe for us to have them on the same domain. An example is this page: http://www.printingforless.com/2/Brochure-Printing.html One option we've discussed to not pass page rank on to the checkout domain by iFraming all of the links to the checkout domain. We could also move the checkout process to a subdomain instead of a new domain. Please ignore the concerns with visitors security and conversion rate. Thanks!
Technical SEO | | PrintingForLess.com0 -
Any way around buying hosting for an old domain to 301 redirect to a new domain?
Howdy. I have just read this QA thread, so I think I have my answer. But I'm going to ask anyway! Basically DomainA.com is being retired, and DomainB.com is going to be launched. We're going to have to redirect numerous URLs from DomainA.com to DomainB.com. I think the way to go about this is to continue paying for hosting for DomainA.com, serving a .htaccess from that hosting account, and then hosting DomainB.com separately. Anybody know of a way to avoid paying for hosting a .htaccess file on DomainA.com? Thanks!
Technical SEO | | SamTurri0 -
What is the best method to block a sub-domain, e.g. staging.domain.com/ from getting indexed?
Now that Google considers subdomains as part of the TLD I'm a little leery of testing robots.txt with something like: staging.domain.com
Technical SEO | | fthead9
User-agent: *
Disallow: / in fear it might get the www.domain.com blocked as well. Has anyone had any success using robots.txt to block sub-domains? I know I could add a meta robots tag to the staging.domain.com pages but that would require a lot more work.0 -
Using hyphenated sub-domains or non-hyphenated sub-domains? What is the question! I Any takers?
For our corporate business level domain, we are exploring using a hyphenated sub-domain foir a project. Something like www.go-figure.extreme.com I thought from a user perspective it seems cluttered. The domain length might also be an issue with the new Algorithm big G has launched in recent past. I know with past experience, hyphenated domains usually take longer to index, as they are used by spammers more frequently and can take longer to get out of the supplementary index. Our company site has over 90 million viewers / year, so our brand is well established and traffic isn't an issue. This is for a corporate level project and I didn't have the answer! Will this work? anyone have any experience testing this. Any thoughts will help! Thanks, Rob
Technical SEO | | RobMay0