Skip to content

Commit

Permalink
Merge pull request #112 from canopas/fix-json-ld-syntax-error
Browse files Browse the repository at this point in the history
Fix syntax error in json-ld
  • Loading branch information
cp-jagruti-a authored Aug 22, 2023
2 parents b08ed78 + a88b53c commit c8ce556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ const Seo = ({
"description": "${description}",
"author": {
"@type": "Person",
"name": "${authorName}",
}
"name": "${authorName}"
},
"mainEntityOfPage": {
"@type": "Blog Website",
"@id": "https://canopas.com/resources"
Expand Down

0 comments on commit c8ce556

Please sign in to comment.