React-helmet: Support for <head> attributes?

Created on 26 Jan 2017  路  1Comment  路  Source: nfl/react-helmet

For the popular Open Graph protocol, namespaces are held in a prefix attribute on <head>, like so:

<head prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article#">

Is it possible to add headAttributes alongside the existing htmlAttributes and titleAttributes props?

enhancement

Most helpful comment

For folks stumbling across this: a temporary workaround is to put the prefix attribute on <html>.

<head> is preferred, but <html prefix="..."> works in a pinch.

>All comments

For folks stumbling across this: a temporary workaround is to put the prefix attribute on <html>.

<head> is preferred, but <html prefix="..."> works in a pinch.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

brokentone picture brokentone  路  4Comments

RichardJECooke picture RichardJECooke  路  4Comments

michaelBenin picture michaelBenin  路  3Comments

mattecapu picture mattecapu  路  4Comments

MiguelMachado-dev picture MiguelMachado-dev  路  4Comments