You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked into Google Search Console and out of 1000 404s there are a few links heading to the older domain with www, especially on YouTube. Problem is that currently we are not able to handle redirects across domains in TwigYard so everything from the www domain is redirected to / on the non-www (primary) domain.
I clearly remember the moment in Basecamp when we decided to prefer non-www domain over www but I'm afraid nobody was aware of consequences 😀. (And I think the old website was running on both domains in parallel…)
Solutions are:
switch back to the www version
manually change links on YouTube and ignore external links 🐼
extend twigyard/twigyard to handle cross-domain redirects – it's opensource, meldet sich jemand? 🐳
Some links that worked on the previous site stopped working. These links might be laying around the web on third party sites.
Especially, links to the past events, e.g. http://www.frontendisti.cz/predchozi-srazy/#reactjs could easily be just redirected (
/predchozi-srazy
to/archiv-akci
).The text was updated successfully, but these errors were encountered: