Forum Moderators: Robert Charlton & goodroi
Each page has a unique URL and the page content was derived from 26 sentences we maintained. e.g. If the location was Paris then there would be 5 paragraphs, each with variables within it replacing parts of the text with words more applicable to whatever country the location is in. The resulting pages (we think) would appear fairly unique in content as the number, order and content of the paragraphs varied from location to location.
Anyway. A couple of months ago we started writing our own unique content having decided to do things 'properly'. Last week we started to go 'supplemental' and realise that it's about time that we got rid of those pages I had automatically generated.
I'm considering doing this by re-generating the pages (they all have the .asp suffix) but this time 301'ing them to their appropriate country using ASP 301 code.
e.g.
Response.Status="301 Moved Permanently"
Response.AddHeader "Location", "http://www.site.com/Country.asp"
Do you think that would be ok and if it is should I leave the existing site map pages that point to those location level pages up there or is it ok to remove the immediatly.
Hope that made sense.
Thanks
Mick