Skip to content

Commit

Permalink
fix: detected tags structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dipratap committed Sep 30, 2024
1 parent 0a7b268 commit 1db87f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/metatags/seo-checks.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class SeoChecks {
constructor(log) {
this.log = log;
this.detectedTags = {
[TITLE]: [],
[DESCRIPTION]: [],
[H1]: [],
[TITLE]: {},
[DESCRIPTION]: {},
[H1]: {},
};
this.allTags = {
[TITLE]: {},
Expand Down

0 comments on commit 1db87f9

Please sign in to comment.