May 2018
Beginner to intermediate
526 pages
11h 57m
English
Django offers internationalization capabilities for URLs. It includes two main features for internationalized URLs:
A reason for translating URLs is to optimize your site for search engines. By adding a language prefix to your patterns, you will be able to index a URL for each language instead of a single URL for all of them. Furthermore, by translating URLs into each language, you will provide search engines with URLs that will rank better for each language.
Read now
Unlock full access