#11736 closed (duplicate)
title tag - put 'Django |' to the end
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | *.djangoproject.com | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Change
<title>Django | {% block title %}The Web framework for perfectionists with deadlines{% endblock %}</title>
to
<title>{% block title %}The Web framework for perfectionists with deadlines{% endblock %} | Django</title>
Main reason for this that in current state it's pretty hard to find the tab you are looking for. If you have multiple tabs open all you can see is 'Django | D...' or 'Django | T...' and it's impossible to distinguish between them.
Second reason is SEO, as it's far better to have brand or so at the end of title.
Change History (3)
comment:1 by , 15 years ago
Component: | Uncategorized → Django Web site |
---|
comment:2 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 by , 15 years ago
Seeing as this is something that's been brought up again and again, and the decision and rationale are easily spotted, I'll once again throw out a reminder: please search existing tickets before filing new ones.
Duplicate of #10209 and #1380.