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
The Google Structured Data documentation describes that it's possible to have your site name show up as the first child of a breadcrumbs list in the search results.
This requires to add a name attribute to the title tag:
<titleitemprop='name'>Your WebSite Name</title>
Looking at the gems source, it didn't exactly became clear how to achieve this. How can this be done with metamagic?
EDIT: While I know it's possible to use the JSON-LD format in a script tag, I think it would still be nice to use the title tag approach.
The text was updated successfully, but these errors were encountered:
richardvenneman
changed the title
Setting a name property on the title tag
Setting a name attribute on the title tag
Sep 12, 2015
The Google Structured Data documentation describes that it's possible to have your site name show up as the first child of a breadcrumbs list in the search results.
This requires to add a
name
attribute to thetitle
tag:Looking at the gems source, it didn't exactly became clear how to achieve this. How can this be done with metamagic?
EDIT: While I know it's possible to use the JSON-LD format in a script tag, I think it would still be nice to use the title tag approach.
The text was updated successfully, but these errors were encountered: