Skip to content

Commit 8a702d0

Browse files
small fix
1 parent a7e3015 commit 8a702d0

1 file changed

Lines changed: 10 additions & 33 deletions

File tree

src/components/seo.jsx

Lines changed: 10 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ import { useStaticQuery, graphql } from 'gatsby';
1212
import favicon from './../images/favicon-new.ico';
1313

1414
function SEO({ lang,
15-
meta,
16-
title,
17-
slug,
18-
canonical,
19-
metadesc,
20-
keywords,
21-
social_share_summary,
22-
social_share_desc,
23-
social_share_image,
24-
noindex
15+
meta,
16+
title,
17+
slug,
18+
canonical,
19+
metadesc,
20+
keywords,
21+
social_share_summary,
22+
social_share_desc,
23+
social_share_image,
24+
noindex
2525
}) {
2626
const { site } = useStaticQuery(
2727
graphql`
@@ -169,29 +169,6 @@ function SEO({ lang,
169169
<script src="https://polyfill.io/v3/polyfill.min.js?features=Promise%2CObject.entries%2CObject.assign" />
170170
<script async defer type='text/javascript' charSet='utf-8' src='https://js.hsforms.net/forms/embed/v2.js' />
171171
<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/23341221.js"></script>
172-
<script type="application/ld+json">
173-
{'{'+
174-
'"@context": "https://schema.org/",'+
175-
'"@type": "BreadcrumbList",'+
176-
'"itemListElement":'+ '['+'{'+
177-
'"@type":'+ '"ListItem",'+
178-
'"position":'+ '1,'+
179-
'"name":'+ '"Testsigma",'+
180-
'"item":'+ '"https://testsigma.com/"'+
181-
'},'+ '{'+
182-
'"@type":'+ '"ListItem",'+
183-
'"position":'+ '2,'+
184-
'"name":'+ '"Tutorials",'+
185-
'"item":'+ '"https://testsigma.com/tutorials/"'+
186-
'},'+ '{'+
187-
'"@type":'+ '"ListItem",'+
188-
'"position":'+ '3,'+
189-
'"name":'+ '"'+title+'"'+',' +
190-
'"item":'+ '"https://testsigma.com'+ slug +'"'+
191-
'}'+']'+
192-
'}'
193-
}
194-
</script>
195172

196173
</Helmet>
197174
{loadGTM && (

0 commit comments

Comments
 (0)