More on Yahoo! Site Explorer
I had a really good question from a reader about how to check what phrase the competition is using on the sites that show up in the search results with the Yahoo! Site Explorer trick. The problem is that you won’t usually be able to just look at the page and tell exactly where the link is. So what you have to do is actually look at the code of the site to find the link.
To see the code of any website you just need to view the source. You can either do a right click in some empty space on the site and choose “View Source” from the menu, or go to the top of your browser menu and click on the View option and choose Source from there. That will open up a window that shows you the code of the site you are currently looking at.
In order to find the link to the site we’re checking, you just hit Ctrl + F (find command) and search for the domain name of the site. That will find it inside the code. From that part of the code you should be able to see what is going on in that part of the site and that will help you find it on the actual website. This may take a little getting used to because you have to be able to understand some of the basics of HTML. But once you look at this a few times you’ll start to notice little landmarks that will tell you where it is.
Here are a few examples of what you’ll see. Let’s say the site you are looking for is www.whatever.com. So we go to a page listed in the Yahoo! Site Explorer that says they have a link to www.whatever.com. I open that site, then view the source and search for the domain name in the source. If the link is using anchor text, you’ll see something like this: <a href=”http://www.whatever.com”>Cool Site!</a>. So then you would look for the text “Cool Site!” on the page, and that’s the link to whatever.com. Again, this may take a little getting used to, but that’s how you can find the link on the page by looking at the code.
I wouldn’t really spend a lot of time doing this. The main purpose of this trick is to get an idea of what phrases your competition is linking to and also who they are linking to. That way you can start to look for ways of getting links on the same sites.
