How to rank a Domain Name???

Vegeta379

Newbie
Joined
Mar 9, 2011
Messages
46
Reaction score
5
Hey guys!

I have a question. I was thinking about how some people rank their domain names on Google. For example, suppose that I have a keyword that no one searches for, such as "extreme potato cables". I purchase the domain name extremepotatocables dot com and I want it to rank as the first result on Google for when I search for the keyword "extreme potato cables". The domain name I purchased would be redirecting to a website, so it's only a domain name with a redirection, no website of my own.

My question is, how do I make the domain name rank on the top of page 1 of Google? It should be easy because there is no competition. I would also want the domain to appear with a meta-tag below with a description that I want. But since it's a redirection, how do I do all of this? I have seen many do it, but I can't contact them because I can't find them. Can someone help me?
 
I Think I understand now. If I create a wordpress page writing an article about it and then at the same time redirect the domain name to website redirection, it will rank on Google with the description, but it will redirect it to the website that I forwarded, right?
 
Lol the blind leading the blind.. If you set up a redirection on your "extreme potato cables" website / domain.. even if it was ranked number one on google, eventually and not so long after you setup the redirect, the extreme potatoes website will start showing the website you have redirected to's meta description and title, before eventually disappearing from the serps..

So it's not worth your while doing it in other words
 
Out of interest, would it still work if you had google friendly content on the website that you want to rank/redirect,
but redirect all traffic except googlebot to the other domain using php?

Cloaking like that worked a few years ago, im wondering does it still work though? (obviously it would not pass a manual review)

Im guessing but this code in the php for your site (in the index.php before any other output)...
Code:
<?php
$browser = $_SERVER['HTTP_USER_AGENT'];
if(!preg_match('/Google[bot]/i',$browser))
{
  # redirect...
  header( 'Location: http://www.yoursite.com/new_page.html' ) ;
}


 #rest of code for googlebot onlt?
?>

These days probably a quick route to getting deindexed. Interested to know if this still works though as it gives me an idea to do with dropping links in forums etc.
 
check download section of this forum! there are hundreds on eBooks on how to rank a domain
 
Back
Top