| From: | "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org> |
|---|---|
| To: | Daniel Gustafsson <daniel(at)yesql(dot)se>, Magnus Hagander <magnus(at)hagander(dot)net> |
| Cc: | Nils <nils(at)nilsand(dot)re>, pgsql-www(at)lists(dot)postgresql(dot)org |
| Subject: | Re: [PATCH] Change text direction of documentation pages |
| Date: | 2021-11-26 15:09:41 |
| Message-ID: | 31a6c019-83ef-2d12-b9c7-3829ee7977bf@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-www |
On 11/26/21 9:20 AM, Daniel Gustafsson wrote:
> Looking at the precedent set by other documentation sites, I think we should do
> the simpler fix of reversing the order of elements in the title tag like the
> (untested) below:
>
> - <title>PostgreSQL: Documentation: {{page.display_version}}: {{page.title}}</title>
> + <title>{{page.title}} — PostgreSQL {{page.display_version}} Documentation</title>
>
> This will also work in all browsers and across all types of devices.
>
> Shifting the order probably applies to more pages, but I agree that the docs
> are especially interesting to tackle first.
In general this is the preferred way to handle titles for web pages from
a SEO perspective (though that opens up a different topic) and I've
typically seen it done with a "|".
Overall OK with the approach, but would like to see how it renders.
Thanks,
Jonathan
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2021-11-29 09:16:42 | Re: [PATCH] Change text direction of documentation pages |
| Previous Message | Daniel Gustafsson | 2021-11-26 14:20:57 | Re: [PATCH] Change text direction of documentation pages |