Skip to content

Commit

Permalink
Add site verificaiton meta tag for AHREF service.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvanderlip committed Jul 22, 2024
1 parent beff95f commit 4a261ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/head-metadata/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ export default function HeadMetadata(props: HeadMetadataProps) {
name="google-site-verification"
content="zRQZqfAsOX-ypXfU0mzAIzb5rUvj5fA4Zw2jWJRN-JI"
/>
<meta
name="ahrefs-site-verification"
content="9d739b21c466a84dae91df1c79396081a9072152e64f765c9390fed6f249fb84"
/>
{/**
* Note that `key` values here are necessary, as NextJS de-dupes
* `meta` tags based on `name`.
Expand Down

0 comments on commit 4a261ee

Please sign in to comment.