301 redirects don't work

Hello everyone! We are transferring content from one domain to another, but the redirects do not work, what is the problem?

[{
    "from": "https://blog.cindicator.com/the-ultimate-guide-to-stoics-long-only-crypto-strategy/",
    "to": "https://blog.stoic.ai/the-ultimate-guide-to-stoics-long-only-crypto-strategy/",
    "permanent": true
  },

  {
    "from": "https://blog.cindicator.com/crypto-dollar-cost-averaging-with-stoic-cindicators-multi-million-case-study/",
    "to": "https://blog.stoic.ai/crypto-dollar-cost-averaging-with-stoic-cindicators-multi-million-case-study/",
    "permanent": true
  },

  {
    "from": "https://blog.cindicator.com/stoics-long-only-strategy-key-things-to-understand/",
    "to": "https://blog.stoic.ai/stoics-long-only-strategy-key-things-to-understand/",
    "permanent": true
  },

  {
    "from": "https://blog.cindicator.com/how-to-make-money-with-1000-best-investments-in-crypto-stocks-and-gold-in-2021/",
    "to": "https://blog.stoic.ai/how-to-make-money-with-1000-best-investments-in-crypto-stocks-and-gold-in-2021/",
    "permanent": true
  },

  {
    "from": "https://blog.cindicator.com/how-stoics-automated-crypto-trading-strategy-works/",
    "to": "https://blog.stoic.ai/how-stoics-automated-crypto-trading-strategy-works/",
    "permanent": true
  },

  {
    "from": "https://blog.cindicator.com/5-reasons-to-try-auto-crypto-trading-with-stoic/",
    "to": "https://blog.stoic.ai/5-reasons-to-try-auto-crypto-trading-with-stoic/",
    "permanent": true
  },

  {
    "from": "https://blog.cindicator.com/stoic-q-a-everything-you-wanted-to-know-about-deposits-fees-and-performance/",
    "to": "https://blog.stoic.ai/stoic-q-a-everything-you-wanted-to-know-about-deposits-fees-and-performance/",
    "permanent": true
  },

  {
    "from": "https://blog.cindicator.com/3commas-vs-pionex-an-in-depth-review/",
    "to": "https://blog.stoic.ai/3commas-vs-pionex-an-in-depth-review/",
    "permanent": true
  },

  {
    "from": "https://blog.cindicator.com/3commas-vs-bitsgap-an-in-depth-review/",
    "to": "https://blog.stoic.ai/3commas-vs-bitsgap-an-in-depth-review/",
    "permanent": true
  },

  {
    "from": "https://blog.cindicator.com/shrimpy-vs-3commas-an-in-depth-review/",
    "to": "https://blog.stoic.ai/shrimpy-vs-3commas-an-in-depth-review/",
    "permanent": true
  }
]

I’d use the form:

{
    "from": "^/the-ultimate-guide-to-stoics-long-only-crypto-strategy",
    "to": "https://blog.stoic.ai/the-ultimate-guide-to-stoics-long-only-crypto-strategy/",
    "permanent": true
}

This should be added to redirects.json on the blog.cindicator.com instance. Also, I’d use temporary redirects until you’re satisfied everything works.

1 Like