{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) => (
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.'}