The "?" in a URL

admin

Administrator
Staff member
Okay, here goes...I had 2 different stories on the "?" (w/no quotes--duh) in a URL (like for a tracking code or whatever) isn't easily seen by spiders--is that true? I'm getting a little bogged down w/all the conflicting info so any help would be truly appreciated. BTW, if that question made absolutely no sense, please ask for clarification instead of ignoring it--I really need to know this! Thanks, ya'll! :D<!--content-->Originally posted by deborah2002 <br />
if that question made absolutely no sense, please ask for clarification instead of ignoring <br />
<br />
Will you please elaborate ..:p<!--content-->I was told to put a "?" after the domain name in a url for tracking purposes (<!-- w --><a class="postlink" href="http://www.domain.com/?...">www.domain.com/?...</a><!-- w -->.). I also was told that as soon as a spider comes across the symbol, they freak and won't index it. If that's the case, how are you supposed to track stuff? Geez, this "clarification" isn't much better than the original question, huh?;)<!--content-->Hunmm..<br />
<br />
try this link.it might help you.<br />
<!-- m --><a class="postlink" href="http://www.robotstxt.org/wc/robots.html">http://www.robotstxt.org/wc/robots.html</a><!-- m --><!--content-->What exactly do you think adding a ? after the URL is supposed to track???? I don't see what thats tracking?<br />
Or did you mean something like<br />
<!-- m --><a class="postlink" href="http://domain.com?refferer=othersite.com">http://domain.com?refferer=othersite.com</a><!-- m --><!--content-->Brendan, that's EXACTLY what I mean (thank you for being better at explaining my question better than I am!:p ). Again, is this one of those "darned if you do and darned if you don't" things? I need to have a fairly simple way to track some links and I'm not sure how to go about it. Like I said earlier, I have gotten so much conflicting info I don't know what to believe anymore:confused: . Thanks for the reply!<br />
<br />
<br />
deb<!--content-->If you use a url such as <!-- m --><a class="postlink" href="http://www.domain.com?referrer=othersite.com">http://www.domain.com?referrer=othersite.com</a><!-- m -->, you can then parse off the query string (information after the '?') using server side code. I'm guessing if you are using it as a way to keep track of referals, you will want to write the data to either a database or a flatfile... What exactly are you trying to do?<!--content-->Well, I have been told by my supervisor to "get better tracking methods" and I'm trying to do just that. He needs tracking on EVERYTHING, and I'm trying to find the easiest way to accomplish this. They have tons of links to track, Overture stuff, etc. Is there a way to track all of this (all this stuff was set up way before I jumped on board!)? Easy would be great--I'm not all that jazzy on HTML stuff yet (but I'm tryin' to get there!) Thanks!<br />
<br />
deb<!--content-->You might want to look at some free scirpts:<br />
<br />
PHP (my personal favorite): <!-- m --><a class="postlink" href="http://php.resourceindex.com/Complete_Scripts/Logging_Accesses_and_Statistics/">http://php.resourceindex.com/Complete_S ... tatistics/</a><!-- m --><br />
<br />
CGI/Perl: <!-- m --><a class="postlink" href="http://cgi.resourceindex.com/Programs_and_Scripts/Perl/Logging_Accesses_and_Statistics/">http://cgi.resourceindex.com/Programs_a ... tatistics/</a><!-- m --><!--content-->Pyro, you are a doll! Thanks for all the help (that goes for the repliers from yesterday, too!). Have a great Memorial Day Weekend (look out for check points :cool: <br />
<br />
<br />
<br />
deb<!--content-->
 
Back
Top