Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Improve title tags to remove duplication in Google #539

@mattstratton

Description

@mattstratton

According to Google:

Duplicate title tags
Your title provides users and search engines with useful information about your site. Text contained in title tags can appear in search results pages, and relevant, descriptive text is more likely to be clicked on. We recommend reviewing the list and updating the title tags wherever possible.

We have 355 pages in the index with duplicate titles. This is because the default titles for pages are things like "propose", etc.

Suggestion is that we prepend/appends CITY YEAR - title to the title of the elements.

For example, instead of the title of a propose page being "propose", it would be "devopsdays Ponyville 2017 - propose"

The tricky bits here are forcing this in; if someone sets a "good" title, you could end up with something like "devopsdays Ponyville 2017 - devopsdays Ponyville Proposals!"

What we could do is a check to see if the title is set to one of the standards (there aren't that many) and only prepend it if needed.

I also see this duplication in talks, since the talks are named after the person, so we have several title duplications of something like "Adam Jacob", but that only happens when they don't actually make a good title.

Another way to do this is to see if the title matches the filename in a way...

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions