Forum Moderators: open

Message Too Old, No Replies

Quick question

How do you find out your rank on search engines?

         

Junanagoh

9:47 pm on Dec 11, 2005 (gmt 0)

10+ Year Member



Hey all,

Just wondering how you find out your rank on yahoo and google. Also I want to know if the search engines are indexing my forum. Its a basic phpbb forum with a slight mod. Thanks.

tedster

10:03 pm on Dec 11, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How a site ranks is always related to a specific search -- so the most basic way is to do a search using a phrase that you care about. This can be a manual search, or you can an application based on the API that these engines make available. (I do both, all the time.)

Note that the big search engines have many data centers and different people may get slightly different results, depending on their geo-location and also their browser software. This kind of "personalization" is relatively new, and will probably become even more common going forward, and potentially can include many other personalized factors.

You can see if the search engines are SPIDERING your forums by checking your server logs -- but this would not mean that your site is in the index. For that you can use a special search query that both Yahoo and Google currently support -- the site: operator (note the colon on the end)

So you can do a search for site:yourdomain.com and the result will show all the pages that engine currently has in their index.

You can also use your server logs to discover what search terms are actually bringing people to your pages -- a very good practice, IMO.