Just managed to get our company’s webflow site up and running! Really happy with it, just having a problem with the 301 redirects. On google search when you type in the company name (eSight) the site structure comes up as per the old website. but certain pages when clicked just come straight to the new webflow site’s 404 error page even though we’ve changed the 301 redirects to go to the corresponding new pages!
Looks like it’s not letting you add /faq/ as a redirect because there is already a page in your site called ‘/faq’ (without slashes). Two options that I can think of to resolve this…
a) rename /faq in your Webflow page to something else… (like ‘/frequently-asked-questions’)
b) Use the google webmaster tools and ask them to recrawl your website
Not sure if option B would fix it right away but the minimum you’ll tell Google that you have a new site structure and they can update their search results to reflect that.
Hi @brryant. I’m encountering this same issue and none of my redirect pages have identical matches on the new site. Most have a trailing / though. We need this working ASAP otherwise people will be getting 404 errors and we will drop in search rankings.
HTTP/1.1 301 Moved Permanently
Content-Type: text/html
Location: http://www.eshots.com/solutions-technology
Server: openresty
Content-Length: 178
Accept-Ranges: bytes
Date: Tue, 11 Aug 2015 22:02:14 GMT
Via: 1.1 varnish```
Have you published your site? You will need to in order for changes to take effect.
It seems the 301 Redirect feature has changed. The Redirect TO Page is now a open field, instead of a dropbox. How can I redirect pages to my Home Page now if I can’t leave the Redirect to Page as “/”?