You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have interviewed several editors, and the behavior of "Title" vs. "Title Override" is for non-developers completely unclear. This makes sense, since it's not explained and an integration detail. SEO experts I talked to recommend to set both with different namens, but "override" sounds like you are doing something dangerous.
Recommended Behavior
Let's change the labels and also use the same placeholder logic as in the open graph data:
The title placeholder generation might need to be adjusted, see #186
Code override to test
'Neos.Neos:Document':
properties:
title:
ui:
label: 'Title in menus'
'Neos.Seo:TitleTagMixin':
properties:
titleOverride:
ui:
label: 'Title in the browser window'
help:
message: 'This title is displayed in the browser window and in search engines. It is set as the <title> tag in the HTML.'
inspector:
editorOptions:
placeholder: 'ClientEval: node.properties.title'
'Neos.Neos:Document':
properties:
title:
ui:
label: 'Seitentitel im Menü'
'Neos.Seo:TitleTagMixin':
properties:
titleOverride:
ui:
label: 'Seitentitel im Browserfenster'
help:
message: 'Dieser Titel wird im Browserfenster und in Suchmaschinen angezeigt. Dazu wird er im HTML als <title> Tag gesetzt.'
inspector:
editorOptions:
placeholder: 'ClientEval: node.properties.title'
Open questions
Should we override the document title in the SEO package or where to put this change?
The text was updated successfully, but these errors were encountered:
rolandschuetz
changed the title
Improve confusing UX for title and titleOverride
ENHANCEMENT: Improve confusing UX for title and titleOverride
Mar 29, 2024
When I discuss with editors what labels they want to have adjusted we usually chose "SEO Title" for this. Because that's what they care about. In a small tab you anyway cannot read anything beside the hostname. I think in WP it's the same label.
Current Behavior
I have interviewed several editors, and the behavior of "Title" vs. "Title Override" is for non-developers completely unclear. This makes sense, since it's not explained and an integration detail. SEO experts I talked to recommend to set both with different namens, but "override" sounds like you are doing something dangerous.
Recommended Behavior
Let's change the labels and also use the same placeholder logic as in the open graph data:
The title placeholder generation might need to be adjusted, see #186
Code override to test
Open questions
Should we override the document title in the SEO package or where to put this change?
The text was updated successfully, but these errors were encountered: