Skip to content

Commit

Permalink
change meta description count to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhasilva committed Feb 7, 2025
1 parent 5dda177 commit 94269d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const useMetaDescriptionStep = ( { keywords }: { keywords: string } ): St
type: 'seo-meta-description',
content: postContent,
keywords: keywords.split( ',' ),
count: 1,
},
},
],
Expand Down

0 comments on commit 94269d4

Please sign in to comment.