-
Notifications
You must be signed in to change notification settings - Fork 133
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
Add meta tag for algolia search #754
Comments
We could just include the tag on all MarkBind generated pages anyway, since its part of HTML5. We could also include the version number eg. |
Yes let's do that. We can do it for all pages regardless of whether they use Algolia or not. |
I'm OK with that too 👍 |
The Agolia team has requested that we add <meta name="generator"> (#754) tags to identify pages generated by MarkBind. Since this tag is part of HTML5 [1] and can be used by other external providers to identify MarkBind generated sites, we can include this tag in all MarkBind pages. We can also include the version number to allow tracking the use of different MarkBind versions, as other projects have done [2, 3]. Let's include the <meta name="generator"> tag to identify MarkBind pages, as well as including the version number to track the use of different MarkBind versions. [1]: https://www.w3.org/TR/html5/document-metadata.html#generator [2]: hexojs/site#649 [3]: gatsbyjs/gatsby#8221
Algolia team has asked if we can include the following meta tag in MarkBind sites that has Algoli plugin enabled.
<meta name="generator" content="markbind">
The text was updated successfully, but these errors were encountered: