Organic search terms in url (Full Version)

All Forums >> [Web Development] >> Search Engine Optimization and Web Business



Message


malky800 -> Organic search terms in url (11/15/2006 16:41:05)

When someone searchs for something in google, and then clicks into my site, is there a way I can track in my parameter, what was their search term?




Mojo -> RE: Organic search terms in url (11/15/2006 17:10:19)

Yes, as long as the search engine uses get and not post....

You need to grab the HTTP Referer. Since this information is comeing from the client you will not have 100% accuracy - probably more like 50% - depending on your industry.

In ASP you could print out the referer like so: <%=Request.ServerVariables("HTTP_Referer")%>

EDIT: Typos




Reflect -> RE: Organic search terms in url (11/16/2006 9:23:18)

You can also get a log file analyzer program. This will parse your server log files and present the data in a organized layout. They can, most, tell you how many page views, how many unique visitors. What SE are showing you love. What the searcher is coming in on for keywords and what SE. Among a slew of other things.

Take care,

Brian




Tailslide -> RE: Organic search terms in url (11/16/2006 9:36:35)

AWSTATS is free and gives pretty good information about the SE terms used




jaybee -> RE: Organic search terms in url (11/16/2006 10:22:25)

That's the one I use.




malky800 -> RE: Organic search terms in url (11/17/2006 12:57:41)

quote:

<%=Request.ServerVariables("HTTP_Referer")%>


I tried using this from google, but I did not get my search term that I used to search from google.

Which search engines should this work from?




Mojo -> RE: Organic search terms in url (11/17/2006 14:05:44)

It works in Google, Yahoo, MSN and most others. If you had a problem it may be due to a browser setting. Are you passing referer information? What does your code look like?




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
4.492188E-02