I specifically mean a dynamic page that depends on GET variable. My website holds most of the data in a database, and depending on GET variable, it prints different results. How do I make it so that Google can see all results in database and index them?
I specifically mean a dynamic page that depends on GET variable. My website holds
Share
The same way as any other page
If you have a single variable, then it probably won’t cause any issues. Having lots of parameters in the query string can cause Google to decide it is probably not a useful page to crawl.
Link to them.