Skip to content

Commit

Permalink
Metadata hotfix
Browse files Browse the repository at this point in the history
Removed comment from speculation rules JSON
  • Loading branch information
chrisblakley authored Oct 30, 2024
1 parent 5e5a8f5 commit 47279bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
{"not": {"href_matches": "logout"}},
{"not": {"href_matches": "nonce"}},
{"not": {"href_matches": "cart"}},
{"not": {"href_matches": "#"}}, //Exclude in-page anchors
{"not": {"href_matches": "#"}},
{"not": {"href_matches": "mailto:"}},
{"not": {"href_matches": "tel:"}},
{"not": {"href_matches": "\\.(pdf|docx?|xlsx?|pptx?|xml|zip|rar|7z|csv|cal|exe|dmg|iso|mp4|mp3|wav|avi|mov|css|js|json)$"}},
Expand Down Expand Up @@ -494,4 +494,4 @@
nebula()->timer('JSON-LD', 'end');
nebula()->timer('Metadata', 'end');
do_action('nebula_metadata_end');
?>
?>

0 comments on commit 47279bd

Please sign in to comment.