Forum Moderators: coopster
Right now I have index.html page with meta-refresh tag which allows to set delay before users redirected. This way users can read message that URL has been changed. At the same time I don't like meta-refresh option, because website search engine reankings will go down.
Is that possible to do something in between and satisfy both - search engines AND users who need to be notified about the URL change?
Maybe it is possible to write php function (some kind of "if, else") which makes distinction between crawlers and regular browser request.
Ganga