Skip to content

Commit

Permalink
Repair FAQ JSON-LD
Browse files Browse the repository at this point in the history
  • Loading branch information
CodastickFantastic committed Mar 28, 2024
1 parent 73ead40 commit b288fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/seo/seoQaPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function seoQaPage({ title, description, url }) {
url,
jsonLd: {
'@context': 'https://schema.org',
'@type': 'QAPage',
'@type': 'FQAPage',
name: title,
description: description,
url: url,
Expand Down

0 comments on commit b288fc8

Please sign in to comment.