seo html redirect code example
Example 1: 301 redirect
301, "Moved Permanently"—recommended for SEO
302, "Found" or "Moved Temporarily"
Meta Refresh
Example 2: Which of the following is the correct way to redirect a user to a new page?
window.location = "http://new-website.com";