Will google follow forms

The Game

New Member
Anyone aware of google following formsEGform name="form1" method="post" action="newpage.asp" onSubmit="return validate(this)"So far I am not seeing Google following forms. At least the status pages following my forms are not being assigned page rank, and they do not show up in the site: query.I am not sure this would benefit Google. Most forms would lead to shopping carts, email programs, or dynamic web pages.These would not provide relevant results to search users.Same here...no PR and not in the index. I wonder if you were to use a "get" instead of "post" would that make a difference.Still comes down to the same problem ... What useful information can Google expect to find if it follows forms?"What useful information can Google expect to find if it follows forms?" ...I guess they will never knowWhat can Google SUBMIT to forms? Nothing. I've never seen any evidence that it follows them. It would be pointless for it to do so.What if you created a link to a form handler using the get method and passed the arguments in the link...wouldn't google follow that....although I agree it would be usless for users...they would land on a page that had already been submitted....only benefit could be attaining PR and passing that back to other pages in the site.If you created a link with parameters, Google may follow it. It seems to ignore excessive parameters on a URL string, but one or two params it should follow.The thing is though, even if you passed PR to a URL that accepted form submissions, Google wouldn't know where to send that PR back to.A form is generally going to give different output depending on what you type into it. For example, take the "Search" form on php.net.Let's say you're looking for the file_exists() function, but you're not exactly sure if the _ is in there, so you type "fileexists". The resulting page gives you 20 links, suggestions to what you may be looking for.Then you want to look for a function for timestamping, so you type "timestamp", and click the same search button. There's 20 completely different links to 20 other pages.How would Google know where to pass the PR to? It wouldn't, because there's no way for it to know what you're going to type into a form, or what results are going to come up.Also, if you have a page that receives input from a regular form, even if Google can submit and see the resulting page, what URL does Google index and display in SERPS? it can't index one, because it has no way of letting you submit to that page see what Google saw from just a URL string.In most cases I have a default header and footer that print out when a form script is accessed without parameters. These would normally contain links back to the form and the home page.So technically if the script is accessed directly, the page is the script and the output is an HTML page with two links. This could be indexed and page ranked... but never is. Google does follow 'some' of my script links, so I usually play it safe for future developments."How would Google know where to pass the PR to? It wouldn't, because there's no way for it to know what you're going to type into a form, or what results are going to come up."..but you're thinking of a form that returns links to other resources...what if the form returned items from the site it self...say like real estate listings or just a plain site search....google views this as just another dynamic url. Here's two examples of urls generated from a form:Real Estate Seach: http://www.nathanbedard.com/listings/re ... on1=SearchSite Seach:http://www.telluride.net/index.cfm?fuse ... seed=38169Both have links to other internal pages and the second has links to external pages....the second one passes PR and gives backlink credit to the external pages.You could build a page with pre-determined urls that access the form handler and return unique results.But if you pre-built URLs with all the GET information on them as parameters, that wouldn't be a form would it? I don't think we are talking about the form...right? We are discussing if the se's will follow a form...by passing the args to a form handler via the url would be the same as filling out the form and submitting.....of course the se's aren't gong to know what to choose in the form so the url is helping them out. As for the form itself they get crawled and receive PR and give backlink credit.A URL with pre-filled-in parameters is not a form. It's an anchor, same as a regular link. Surprisingly, Google can follow those. Google does not, and cannot, put text in an input, or a textarea, or select from a dropdown listbox, and submit a form. It will index the page that the form is on, if a URL links to it somewhere, but it will not follow the URL that the form posts to.I have to agree with Axe ...The original question was:Quote:yeah...I agree...but you can't blame me for tryin It's good to think...even if it's out loud
 
Back
Top