Search code examples
phpmysqlseoquery-stringsearch-engine

How do i let search engines to display products from my website?


I am not talking about search engine indexing of static pages like about.html, services.html. Let's say i sell products and each product is displayed by going to link: domain.com/product.php?id=343.

Is there something i have to do coding-wise to achieve this or is it more of a search engine specific thing? I use PHP/MYSQL.


Solution

  • Search engines can crawl and index pages with query strings just fine so you don't have to do anything special for them. Just make sure they can find those pages either through HTML links or an XML sitemap.

    See our sister site Pro Webmasters for more on SEO and query strings