We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prioritizeSeoTags
priority
1 parent f671185 commit b54917cCopy full SHA for b54917c
index.d.ts
@@ -39,6 +39,7 @@ declare module 'react-helmet-async' {
39
title?: string;
40
titleAttributes?: Object;
41
titleTemplate?: string;
42
+ prioritizeSeoTags?: boolean;
43
}
44
45
export class Helmet extends React.Component<HelmetProps> {
@@ -55,6 +56,7 @@ declare module 'react-helmet-async' {
55
56
style: HelmetDatum;
57
title: HelmetDatum;
58
titleAttributes: HelmetDatum;
59
+ priority: HelmetDatum;
60
61
62
export interface HelmetDatum {
0 commit comments