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
-
Keywords are indexed on the home page
Hello everyone, For one of our websites, we have optimized for many keywords. However, it seems that every keyword is indexed on the home page, and thus not ranked properly. This occurs only on one of our many websites. I am wondering if anyone knows the cause of this issue, and how to solve it. Thank you.
Technical SEO | | Ginovdw1 -
Do Meta Keywords matter?
I am a firm believer in the fundamentals of SEO but is there any data to support its impact positively or negatively towards a sites rank?
Technical SEO | | Brandonp0 -
Redirect root domain to www
I've been having issues with my keyword rankings with MOZ and this is what David at M0Z asked me to do below. Does anyone have a solution to this? I'm not 100% sure what to do. Does it hurt ranking to have a domain at the root or not? Can I 301 redirect a whole site or do I have to do individual pages. "Your campaign is looking for rankings for the www version of the campaign but the URL resolves as a root domain. This would explain the discrepancy. Since there is no re-direct between the two, you can have brickmarkers.com 301 re-direct to www.site.com which will prevent you from re-creating your campaign to track the root domain. Once the re-direct is in place it will take a while for Google to show the www version in the results in which your campaign rankings will be accurate." Thanks
Technical SEO | | SeaDrive0 -
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 -
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 -
Site disappearing from search for a certain keyword
I was wondering if someone has encountered the same problem as me. I was doing some changes on the frontpage of one of my clients' website, especially some redirections, and my site has disappeared from Google for the main keyword on the page. So, if I look for my page on Google, instead of seeing my page first, I no longer see my page, at all. All I've done was a 301 redirection from index.html to the domain name. Now, I changed everything back to how it was before. More precisely, I've done that 2 weeks ago. But, no change in Google. I checked Bing and Yahoo, my site appears first when I search for that specific keyword. Any ideas how long will it take for Google to see that I am not doing anything wrong with redirections? Or any idea at all?
Technical SEO | | webmasterles0 -
How to 301 multiple domain names to a single domain
Hey, I tried to find and answer to this seemingly simple question, but no luck. So, I have one domain name with a website attached to it. I also registered all the other domain names that are similar to it or have different extensions - I want to redirect all the other domain names to my one main domain name without getting penalised by the big G. It looks like this: www.mainsite.com - this is my main domain I also have www.mainsite.com.au, www.mainsite.org, and www.mainsite.org.au which I all want to just redirect to www.mainsite.com I have been told that the best way to do this is a 301 redirect, but to do that you need to make a CNAME for all the other domains that points to www.mainsite.com. My problem is that I cannot seem to create a CNAME record for http://mainsite.com - I have it working for http://www.mainsite.com but not the non www record. What should I be doing differently? Is it just my DNS provider is useless? Thanks, Anthony
Technical SEO | | Grenadi0 -
Outranking a competitor when their domain name is the keyword
Hi I'd just like to ask the opinion of my fellow members here : We are currently ranking second for a very important keyword and would obviously like the top spot on the SERP - the site that is ranking first has the domain name as the keyword phrase(along with a good amount of quality links from a variety of domains) - now I know it is possible to outrank them since I do remember reading about this in one of Rands posts(I think it was the whole white hat black hat one he posted recently) - bascially we have more domain authority, slightly less links but from double the amount of root domains and a higher page authority too! Does having the keyword as your domain make THAT much of a difference when we are(imo) quite close in terms of great content and link profiles(and all the onpage factors) ? Thanks!
Technical SEO | | DanHill0