|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Can this be Google bomb?
<html><head><title></title>
</head><body> <script type='text/javascript'> if(document.referrer.match("/google\.com/")) { window.location.href='uri_target'; } else if(!navigator.userAgent.match("/Googlebot/")) { window.location.href='uri_dummy'; </script> <a href='uri_1'>the most famous keyword</a> <a href='uri_2'>the most famous keyword</a> <a href='uri_3'>the most famous keyword</a> ... </body></html> "uri_target" is the page into which I want to drive people. "uri_dummy" is a dummy page which is seen when visited directly. "uri_1", "uri_2", ... are pages whose sources are like the above. They are linked to each other and contains repeated words scattered over the page. Of cource they are located in many different domains. I hate the bomb or spam. This is just for curiosity.
__________________
Add This to |
|
#2
|
|||
|
|||
|
To me, it looks like you are attempting to spam google. This could cause problems for your site. I must say, that is an interesting idea. I would highly recommend AGAINST doing it, but it's interesting nontheless.
__________________
Jeff Fetting |
|
#3
|
||||
|
||||
|
I said "I hate the bomb or spam.".
|
|
#4
|
|||
|
|||
|
Arent you assuming that google actually executes your javascript code?
I mean maybe a php version might work somehow, or you might be able to piss off google, but I doubt the google crawler executes javascript... |
|
#5
|
||||
|
||||
|
There's no need for Google crawler to execute JavaScript.
JavaScript is there for redirecting those who came from Google search results or directly form web browers. If you read my codes carefully, you will realize it. |
|
#6
|
|||
|
|||
|
Quote:
If it DIDN'T execute the JavaScript, the link would go nowhere. If you read your code carefully, you will realize that. |
|
#7
|
||||
|
||||
|
If the referrer is "http://www.google.com/search?hl=en&q=webmark&btnG=Google+Search",
the visitor would be redirected to "uri_target". If the referrer is null(if the visitor input "uri_1" in the address bar and "go"), the visitor would be redirected to "uri_dummy". Am I wrong? |
|
#8
|
||||
|
||||
|
Quote:
your page is Code:
<html><head><title></title> </head><body> <a href='uri_1'>the most famous keyword</a> <a href='uri_2'>the most famous keyword</a> <a href='uri_3'>the most famous keyword</a> ... </body></html>
__________________
Support requests via PM will be ignored! |
|
#9
|
||||
|
||||
|
Yes, what I intended to show the Gooble bot is:
<html><head><title></title> </head><body> <a href='uri_1'>the most famous keyword</a> <a href='uri_2'>the most famous keyword</a> <a href='uri_3'>the most famous keyword</a> ... </body></html> After more researches on SEO, I found the method I suggested is 'page redirects' or 'cloaking', a kind of spamdexing and if I use the method the Google bot may remove my site from its search list. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Search Engine Optimization > Can this be Google bomb? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|