Mobile app version of vmapp.org
Login or Join
BetL925

: SEO for a list of products with filters I am a wondering if there is a recommended "best practice" for a product search SEO. I know to create a dynamic sitemap file that lists links to

@BetL925

Posted in: #Filtering #Seo

I am a wondering if there is a recommended "best practice" for a product search SEO. I know to create a dynamic sitemap file that lists links to all products in the site. However, I want to implement a bookmark-able "advanced search". Should I let search engines index any of the results? Take the following parameters for a search on a make believe used car website:


minprice (minimum price in dollars)
maxprice (maximum price in dollars)
make (honda, audi, volvo)
model (accord, A4, S40)
minyear (minimum model year)
maxyear (maximum model year)
minmileage (minimum mileage)
maxmileage (maximum mileage)


Given these parameters, there could be an infinite number of search combinations:


Price Between ,000 and ,000

/search?minprice=10000&maxprice=20000

Audis with less than 50k miles

/search?model=audi&maxmileage=50000

More than 100,000 miles and less than ,000

/search?minmileage=100000&maxprice=5000

etc.


Over time, there may be inbound links to a variety of these types of searches, yet they are all slices of the same data. Should I allow for all of these searches to be indexed?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @BetL925

1 Comments

Sorted by latest first Latest Oldest Best

 

@Dunderdale272

Google's Webmaster Guidelines state very clearly that they don't want you trying to get search results pages indexed:


Use robots.txt to prevent crawling of search results pages or other auto-generated pages that don't add much value for users coming from search engines.


If you have an "Advanced Search" page then it's probably okay to let that be indexed, but including a Disallow: /results line in your robots.txt file or a <meta name="robots" content="noindex"> in the head tag of results pages is recommended.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme