I am new to working with Webflow and need a little help.
I needed to update my services page so I duplicated the page, renamed the original page ‘Services Old’ and changed the name of new page from ‘Services Copy’ to ‘Services’,
After publishing, I can only see my old page. Even if I type the correct URL in the browser, it automatically opens the old page. Is there a redirect I need to delete?
When you have two pages competing for the same URL, you’ll need to resolve this conflict first. Here are your options for handling the ‘Services Old’ page:
Delete the page if you no longer need it
Save it as a draft to preserve the content while removing it from your live site
Change its slug to something different (e.g., ‘services-archive’)
After handling the old page, set up a 301 redirect to ensure visitors reaching the old URL are automatically directed to your new services page:
Go to Site settings
Navigate to Publishing > 301 redirects
Click “Add redirect”
Enter the old URL path in the “From” field
Enter the new services page URL in the “To” field
Save the redirect
This approach maintains your SEO value and provides a seamless experience for your visitors.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.