Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#11736 closed (duplicate)

title tag - put 'Django |' to the end

Reported by: rissko@… 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 anonymous, 15 years ago

Component: UncategorizedDjango Web site

comment:2 by Russell Keith-Magee, 15 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #10209 and #1380.

comment:3 by James Bennett, 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.

Note: See TracTickets for help on using tickets.
Back to Top