Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting a name attribute on the title tag #26

Open
richardvenneman opened this issue Sep 12, 2015 · 0 comments
Open

Setting a name attribute on the title tag #26

richardvenneman opened this issue Sep 12, 2015 · 0 comments

Comments

@richardvenneman
Copy link

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:

<title itemprop='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.

@richardvenneman richardvenneman changed the title Setting a name property on the title tag Setting a name attribute on the title tag Sep 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant