[Fixed]-Redirect *.appspot.com to custom domain: Google app engine (Django)

1👍

If your custom domain is working, add a canonical tag to your pages. This should notify search engines which domain you prefer when same content is available from multiple domains.

<link rel="canonical" href="https://example.com/" />

https://en.wikipedia.org/wiki/Canonical_link_element

Leave a comment