wanze / SeoMaestro

🧙‍♂️A ProcessWire module helping you to manage SEO related tasks like a boss.
MIT License
34 stars 9 forks source link

Add possibility to always include the website name in the meta title #11

Closed wanze closed 5 years ago

wanze commented 5 years ago

The meta title often includes the website's name at the end, typically separated by a character. For example: This is a very important meta title | acme.com. Currently, this can be achieved in two ways:

  1. The content editor includes the information when writing the title (bad)
  2. We can use a hook to add the information at rendering time (better, but still bad)

Proposal Introduce a new setting on field level which controls how the meta title gets rendered. The most flexible solution is probably to define a string that contains a placeholder for the meta title, e.g. {meta_title} | acme.com.

wanze commented 5 years ago

Implemented with 0.8.0.