|
#1
|
|||
|
|||
|
Problem with image rating and yahoo slurp
Hi
YahooSlurp, the web spider from yahoo usually visit my site for indexing, but the spider follow the url likes ?showimage=23&rating=2 , so, whe it try to follow the link ,it insert a vote that is not true is any manner to stop this, so the site can be indexing but no insert false votes ?? thx
__________________
reflectingmyself photoblog :: reflejandome fotoblog [ http://www.reflejandome.com ] |
|
#2
|
|||
|
|||
|
I added rel='nofollow' to all of the tags so that search engines would not follow the links, so if yahoo is, then they are not paying attention to the tags :evil:
The only other way I can think of doing it is to add the URL for the tags to a robots.txt file in the root of your website. I am not sure if Yahoo supports wildcards, but if they do (google does), the robots.txt would look like; Code:
User-agent: * Disallow: /?showimage=*&rating=* Disallow: /index.php?showimage=*&rating=* Anyone have better ideas? |
|
#3
|
|||
|
|||
|
Version 1.2 has rel='nofollow' but 1.1 , version i was using perhaps not, i am using now version 1.2 , i hope it works so human vote my images, not only yahoo and google
__________________
reflectingmyself photoblog :: reflejandome fotoblog [ http://www.reflejandome.com ] |
|
#4
|
|||
|
|||
|
I hope it works too. Let me know if you notice any search engines crawling those links because it is something that worries me
|
|
#5
|
|||
|
|||
|
I tried with only rel='nofollow' with version 1.2 and it doesn't work
, now i am goin to try with robots.txt to see what happen now....
__________________
reflectingmyself photoblog :: reflejandome fotoblog [ http://www.reflejandome.com ] |
|
#6
|
||||
|
||||
|
what if yahoo tries to crawl my site too?
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#7
|
|||
|
|||
|
:cry: i dont know why yahoo craw mi syite so many times, but i think robots.txt doesnt work. I read that Yahoo! Slurp adheres to the 1994 Robots Exclusion Standard and so dont like the *. And it ignores rel='nofollow' (perhaps by the ' not " ??).
Any idea ??
__________________
reflectingmyself photoblog :: reflejandome fotoblog [ http://www.reflejandome.com ] |
|
#8
|
|||
|
|||
|
If we modified the addon to reverse the order of the parameters, then we should be able to write a robots.txt that will work, although it will take more lines.
Code:
User-agent: * Disallow: /?rating= Disallow: /index.php?rating= |
|
#9
|
|||
|
|||
|
thx , i will try it to see what happen, if yahoo webcrawel will give me only five stars ...
__________________
reflectingmyself photoblog :: reflejandome fotoblog [ http://www.reflejandome.com ] |
|
#10
|
|||
|
|||
|
Quote:
__________________
reflectingmyself photoblog :: reflejandome fotoblog [ http://www.reflejandome.com ] |
| Post Reply |
| Thread Tools | |
|
|