I have run into a problem:
I have a page that will be processed many times a week by my customers and each time it will have a different identifier
example
compshop.php?Shopid=2252&sub=s
compshop.php?Shopid=2520&sub=se
compshop.php?Shopid=3152&sub=n
etc....
problem is if possible I don’t want all of these to save to the persons history so every time they start typing my url these show as the primary result instead of my home page.
is there a way to stop this
I thought the cache meta tag would deal with this but it appears the cache tag is only for SE indexing
any ideas?
If you add a randomly generated parameter, it’s extremely unlikely any page will be visited more than once, but your page can still be accessed by URL alone.
For example,
It’s not hiding the pages from the history, but it is mostly ensuring that the page is only entered into the history once, so your homepage should still show up first.