![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
For example, let's say that "GOD LOVES JOKES" has negative connotations. Someone could create: http://mazes.com/asp-maze/godloves.asp?firstname=jokes and visiting the page reveals a headline "God Loves Jokes". |
#3
| |||
| |||
|
|
Several days after adding personalized URLs to my "amazing" collection of "God Loves (yourname)" mazes, it occurred to me that if someone were to create an offcolor term, then copy the URL to his own web page, that I might be penalized because my page would include that text on the resulting page. For example, let's say that "GOD LOVES JOKES" has negative connotations. Someone could create: http://mazes.com/asp-maze/godloves.asp?firstname=jokes and visiting the page reveals a headline "God Loves Jokes". |
|
Could I hurt my search engine rankings by giving people the ability to create a personalized URL like this? Of course, what's the likelihood that someone would abuse such a link? |
|
Which brings up yet another question? Can I, in my ASP program, tell what page contained the link that the person just visited? |
#4
| |||||
| |||||
|
|
You can easily stop this by fixing your asp script to respond to POST data only. If you detect a GET request, just send out a default name or a welcome page. This will also solve the search engine indexing problem (their robots don't send POST data, so they'll never see the results). |
|
You should read up on META robots tags anyway, since you'll probably find them useful: http://www.google.com/search?q=meta+robots |
| http://mazes.com/asp-maze/godloves.asp?firstname=jokes and visiting the page reveals a headline "God Loves Jokes". |
|
Could I hurt my search engine rankings by giving people the ability to create a personalized URL like this? Of course, what's the likelihood that someone would abuse such a link? You never know when someone might find it and make some sort of a joke out of it. When that happens it could spread like wildfire. |
|
Which brings up yet another question? Can I, in my ASP program, tell what page contained the link that the person just visited? Maybe I am misunderstanding your question, but can't you just examine the HTTP-Referer value? |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |