Mobile app version of vmapp.org
Login or Join
Shelton105

: How to make sure crawlers and Google use an HTML search form? I'm trying to make crawlers reference the results of a search form on a website. The form itself is written in AngularJS and

@Shelton105

Posted in: #AngularJs #Forms #GoogleSearch #Seo #WebCrawlers

I'm trying to make crawlers reference the results of a search form on a website. The form itself is written in AngularJS and the various filters trigger a jsonp call towards a solr server. The form is working fine.

A few weeks ago, an SEO expert audited the website and found that Google was not crawling the results of this page. According to him, the issue was that the form was not valid despite having the form tag, valid input checkboxes and a submit button (but no action and method attributes). The suggestion he made was to replace the input checkboxes by link elements (href).

The only literature I found was this article from Google (2008) and I'm a bit unsure about the best way to approach this.

How do you make sure that crawlers actually crawl your AngularJS forms?

EDIT: I'm not looking for google to actually input text data in the text field but rather to make google crawlers use the filters on the left panel. This page is the entry point to index the thousands of offers that the website has and I can't think of any other methods to get them indexed.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Shelton105

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme