Page is a not externally linkable
JeremyL - 4:42 am on Mar 12, 2003 (gmt 0)
So in an external javascript file I have Then the url's look like this Is there any chance that a SE spider would be able to understand that thePage='http://www.domain.net/' +page On a side not, I thought about putting all my css and js files in thier own dir and having a robots.txt file saying not to spider it. What would googlebot and other se spiders think of this? Would they think I was trying to spam with css colored text and such?
Maybe Im parinoid but it's just my nature. I want to keep all se spiders from following sorting links on directory pages. It would basically see duplicate content on different urls if it did, just resorted.
function locate(page)
{
thePage='http://www.domain.net/' +page
window.location=thePage
}
<a href="#" onclick="locate('page.php'); return false;">Send</a>
means
[domain.net...]