# How to Let Google Know of Other Languages in Your Django Site

DevFeed: [How to Let Google Know of Other Languages in Your Django Site](<https://devfeed.tech/articles/how-to-let-google-know-of-other-languages-in-your-django-site-33898.md>)

Original publisher: [Read original article](<https://hakibenita.com/django-multi-language-site-hreflang>)

Author: Haki Benita

Published: 2019-05-06T21:00:00Z

Content type: tutorial

Language: en

Sources: [Haki Benita](<https://devfeed.tech/sources/haki-benita.md>)

Topics: [Django](<https://devfeed.tech/topics/django.md>), [Internationalization (i18n)](<https://devfeed.tech/topics/i18n.md>), [Code](<https://devfeed.tech/topics/code.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [articles](<https://devfeed.tech/tags/articles.md>), [code](<https://devfeed.tech/tags/code.md>), [django](<https://devfeed.tech/tags/django.md>), [google](<https://devfeed.tech/tags/google.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [i18n](<https://devfeed.tech/tags/i18n.md>), [language](<https://devfeed.tech/tags/language.md>), [seo](<https://devfeed.tech/tags/seo.md>), [translation](<https://devfeed.tech/tags/translation.md>)

## AI overview

A tutorial on configuring a multilingual Django site and adding hreflang links so Google and other search engines can identify localized versions of pages. It covers Django internationalization setup, localized URLs, absolute URLs, query parameters and hashes, and limitations when translating non-localized URLs.

## Source excerpt

If you have a public facing Django site in multiple languages, you probably want to let Google and other search engines know about it.