-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
Here we observe browser tab names all looking the same,

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.
Reactions are currently unavailable