473,387 Members | 3,821 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

how can i get keywords by which user is visiting my site.

3
Can u please tell me how can i get keywords by which user is visiting my site.
I read some where by using Request.ServerVariables we can get keywords.
But not sure how can i do that...
please help me
Oct 16 '07 #1
6 1220
Plater
7,872 Expert 4TB
What do you mean "keywords" ?
Oct 16 '07 #2
ddeme
3
what i mean is...

if a customer is visting my site by typing few words in any search engine
how can i get that words using server variable....("request.serverVariable")
Oct 16 '07 #3
Plater
7,872 Expert 4TB
You should be able to read some basic statistics for your site at search engines. Pretty sure google provides it's list free of charge.
A lot of places will charge you.

It's possible that there will be a "referer" header in the server varriables that might tell you where they came from, but unlikly it will tell you what they put in the search box at a search engine.
Oct 16 '07 #4
ddeme
3
hey thats what i want "what words a user puts in search engine to reach my site"

It would be great if uyou can tell me which server variable can give the words.
Oct 16 '07 #5
Frinavale
9,735 Expert Mod 8TB
hey thats what i want "what words a user puts in search engine to reach my site"

It would be great if uyou can tell me which server variable can give the words.
I don't think that Plater meant that there is a Server variable available in your application to determine what key words were used in a search engine to reach your site.

Plater was implying that Google has a service that you can use (free of charge) to allow you to access to this information.
Oct 16 '07 #6
Plater
7,872 Expert 4TB
Indeed.

The best I can offer is the "Referer" header variable like I mentioned before. Have a look at it and maybe it can help you some.
14.36 Referer
The Referer[sic] request-header field allows the client to specify, for the server's benefit, the address (URI) of the resource from which the Request-URI was obtained (the "referrer", although the header field is misspelled.) The Referer request-header allows a server to generate lists of back-links to resources for interest, logging, optimized caching, etc. It also allows obsolete or mistyped links to be traced for maintenance. The Referer field MUST NOT be sent if the Request-URI was obtained from a source that does not have its own URI, such as input from the user keyboard.

Referer = "Referer" ":" ( absoluteURI | relativeURI )
Example:

Referer: http://www.w3.org/hypertext/DataSources/Overview.html
If the field value is a relative URI, it SHOULD be interpreted relative to the Request-URI. The URI MUST NOT include a fragment. See section 15.1.3 for security considerations.
From: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
Oct 16 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

133
by: Jane Withnolastname | last post by:
I have a web page that uses an unordered list (<UL>) and the LH (list header) tag. I know LH is a valid tag because it is clearly defined by the W3C here:...
5
by: Wladimir Borsov | last post by:
Assume I declare at the top of a HTML page: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> This refers to english HTML content/syntax. Later then I declare: <META...
10
by: minchu | last post by:
Hello, I have used CSS in HTML page (font-verdana size-8pt), looks fine in windows but in linux the fonts are corrupt and its too small. Kindly help me and tell what is the solution to correct...
5
by: Greg Smith | last post by:
I have been using the following to get the client IP address: Request.ServerVariables All of a sudden it has started returning 127.0.0.1 all the time. Does anybody have any idea why this...
24
by: Rob R. Ainscough | last post by:
VS 2005 I have: ClickOnce deployment User's that hate and or don't want to use an IE Client (don't blame them) I don't see how ASPX web pages are going to survive? With .NET 2.0 and clickonce...
9
by: Nenad Loncarevic | last post by:
I am a geologist, and over the years I've accumulated quite a number of proffesional papers on the subject, in various publications. I would like to make a database that would help me find the...
1
by: Leszek | last post by:
Hi. I've written a litle script that should count how many users visited the site each day. The problem is that now i can see over hundred different ip number in database but on the web site of...
7
by: Inny | last post by:
Hello, Im trying To create A code In php That Does the Following: A. detects visiting users real ip address B. detects city and country C. detects browser type and version D. detects referrer...
7
by: microgolf | last post by:
Hey, i have a question. i'm about to run an multilangual (if that even is a word) site and i would like to adjust the language of the site depending on what region the user lives... is there a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.