powered by UserVoice

General Forum

Log in or Sign up |

42 votes

Put "Stack Overflow" at the end of the title element

When you have a lot of Stack Overflow-pages open in tabs in your browser, they all have the same name, because the title element has "Stack Overflow - " before the title of the question.

Swapping the title of the question with the website name would improve the tabbed browsing user exp... more

Status: completed

good point, but labor intensive

Image?id=46746 codinghorror Admin
  1. Comments
  1. 3 Default-avatar

    Wait, are you sure the "labor intensive" comment wasn't a joke?

    (If this change requires more than one line of code (template) to be edited, I would say something is wrong and refactoring is in order.)

  2. 1 Default-avatar

    This is also more beneficial from a SEO point of view.

  3. Default-avatar

    It would be very little work if he uses mater pages where there is, perhaps, a function that sets the browser title, which can be called from the child page. Then, he could just switch the order in the function and be done.

  4. Default-avatar

    Marxidad: That's not the problem at all. He isn't going to spend a lot of time changing the constant on a dozen pages (which is what you are trying to solve). Instead, he will spend a lot of time rearranging the order of the constant and the titlename. This would be the exact same amount of work whether or not he used a variable for the " - StackOverflow" string.

  5. 3 Default-avatar

    The devil is in the details :-)

  6. 3 Default-avatar

    The title tags should just have TitleName <%= SiteName %> where SiteName is a constant of " - StackOverflow".

  7. 2 Default-avatar

    You have a favicon, so I don't need the words "Stack Overflow" to tell me what site it is.

  8. Default-avatar

    Definately agree as you just get useless page or tab titles when you have multiple questions open

Log in to leave a comment

powered by UserVoice