+ {canonical + ? "Page Moved" + : alternative + ? "Page Removed" + : "Page Not Found"} +
+ {canonical ? ( ++ You can find the new location here. +
+ ) : alternative ? ( +The page you were looking for has been removed.
+ ) : ( +We could not find what you were looking for.
+ )} + {alternative && ( +
+ Alternative pages
+
+ {alternative.map((alt, index) => (
+ // eslint-disable-next-line react/no-array-index-key
+
+
+ Please contact the owner of the site that linked you to the + original URL and let them know their link{" "} + {canonical + ? "has moved." + : alternative + ? "has been removed." + : "is broken."} +
+