A question about search engines.

AI Thread Summary
Search engines may fail to find existing entries on a website for several reasons. One common issue is that the content may have been added after the search engine's last crawl, meaning it hasn't been indexed yet. Additionally, the website's structure could hinder search engine spiders from accessing the content, particularly if it relies on technologies like JavaScript, which may not be fully crawlable. Even if search engines can access the content, they might choose not to index it due to directives from the site owner, such as those outlined in the robots exclusion standard, or if the content is deemed to contain stolen or illegal material.
mech-eng
Messages
825
Reaction score
13
Can you explain me why search engines sometimes can not find existing entries. I can find them in the site, I can see them but Google and Bing can not find them.

Best Regards.
 
Technology news on Phys.org
Maybe the search engines simply haven't found that content yet. The content might have been added after the search engine spiders last visited the site. Or the site might be structured in such a way as to make the content inaccessible (or at least not easily accessible) to the spiders. For example, it used to be the case that Google couldn't crawl links inside Javascript code; I haven't kept up with this so I don't know if it's still true.
 
What you see and what the search engine sees are sometimes two different things.

Even when the search engine sees something it may choose to not index it. Sometimes per the owner site request - http://en.wikipedia.org/wiki/Robots_exclusion_standard, sometimes because it decides site contains stolen/illegal material.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top