Posts

Showing posts with the label landing-page

Mass redirects to landing pages after site redesign

Mass redirects to landing pages after site redesign - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Mass redirects to landing pages after site redesign error on your web browser.  Problem : I am working on a site redesign which is moving from one CMS system to another, with thousands of old pages being moved to a new structure. Some pages have a 1-to-1 mapping from old to new, but thousands of other pages have no exact equivalent, just a general topic landing page. I...

Redirecting all traffic to an HTML landing page

Redirecting all traffic to an HTML landing page - If a page has internal and external outgoing links to redirecting URLs, it’s returning 3xx (301, 302, etc.) HTTP status codes standing for redirection. This issue means that the page does not exist on a permanent or temporary basis. It appears on most of the popular web browsers, usually caused by a misconfigured website. However, there are some steps you can take to ensure the issue isn’t on your side. You can find more details about redirecting URLs by reading the Google Search Central overview. In this article, we’ll go over how you can fix the Redirecting all traffic to an HTML landing page error on your web browser.  Problem : We are currently redirecting all website traffic to a static html page using javascript in the header of each page (the site will be like this for 4 days). I'm concerned about the potential SEO impact. The static HTML page currently has index 'no follow' and the other pages do sti...