neos / neos-seo

A package to bundle SEO-related functionality for Neos.
GNU General Public License v3.0
13 stars 36 forks source link

DISCUSS: Are breadcrumb-style titles still recommended? #186

Open rolandschuetz opened 7 months ago

rolandschuetz commented 7 months ago

I got feedback from SEO experts that breadcrumb-style titles are not recommended. I did some research, and most websites just use a title; in some cases, a brand name was attached after a separator, but never the full breadcrumb.

If this is not state-of-the-art anymore, I would recommend changing this with the next major release.

mficzel commented 7 months ago

Also got this feedback in the past. I think we should move to a simpler default and make the current behavior an option.

jonnitto commented 7 months ago

@rolandschuetz Could you create a PR for this?

rolandschuetz commented 7 months ago

Sure, I would just need to know if we should make it just the page title or page title + separator + site name.

jonnitto commented 4 months ago

I would make it configurarable

ahaeslich commented 4 months ago

page title + separator + site name

That's at least how we set it since, well ages, in our projects 😅. Never realised the Neos.Seo:TitleTag actually generates a breadcrumb. Explains why we actually set the titleTag ourselfs.

If this is not state-of-the-art anymore, I would recommend changing this with the next major release.

This will then probably only be available starting with Neos 9 as neos/seo 4.x is already incompatible with Neos 8.

Sebobo commented 4 months ago

We already have the case thing in there so making it dependent on a config with a new default and turning the suffix thing into a process would make sense IMO.