Skip to content

Differentiate HTML <TITLE>s #364

@jidanni

Description

@jidanni

Here we observe browser tab names all looking the same,
Image
despite one being the homepage, the other being Search by Location results.

That's because each page's HTML <TITLE> is the same.

P.S., when you implement this, I would do
<title>Search by Location - BeWelcome</title>, or even
<title>Location - BeWelcome</title>
not
<title>BeWelcome - Search by Location</title>
because the stuff on the right gets covered up first when the tabs become many.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions