I have a question regarding how to perform a 301 redirect on a dynamic page.

I have a question regarding how to set up 301 redirects on dynamic pages.

I have created pages using dynamic pages. CMSs are connected to them, and there are over 1,000 CMSs in total. For example, if there is a dynamic page named ‘A’, the pages created via CMS within it could be ‘a-100’.

However, I am trying to change all the URLs recently. The problem is that while I can redirect the main dynamic page, I am unable to change the posts below it. What should I do in this situation? Currently, Google Search Console indicates that indexing is not working due to the redirects.

I’m not sure I’m following the question :sweat_smile:

301 redirects will redirect either a full page path, or a prefix to another location.

For example:

  • /about-us → /about
  • /places/[dynamic-pages] → /places/[dynamic-pages]

Can you explain a little further what you’re trying to achieve?