I have a dynamic website which generates the product pages dynamically from imported data. And after few days the product is expired. Now my question is that i want that the search engine recognize this and removes it from index.
For that i want to create a Template in IIS and want that if a product is no more active then coldfusion should generate a 410 Error Code and IIS should call the default 410 template.
如何执行?
增 编