Can I tell sitecrawlers to visit a certain page?
Posted
by Ace
on Stack Overflow
See other posts from Stack Overflow
or by Ace
Published on 2010-06-14T13:49:46Z
Indexed on
2010/06/14
13:52 UTC
Read the original article
Hit count: 164
Hi there!
I have this drupal website that revolves around a document database. By design you can only find these documents by searching the site. But I want all the results to be indexed by Googlebot and other crawlers, so I was thinking, what if I make a page that lists all the documents, and then tell the robots to visit the page to index all my documents..?
Is this possible, or is there a better way to do it?
© Stack Overflow or respective owner