Early Access
google-site-verification
Used for verifying ownership of a website within Google Search Console, a crucial step for accessing detailed reporting and configuring how Google interacts with your site.
Code Examples
<meta name="google-site-verification" content="your_verification_code" />
<meta name="google-site-verification" content="" />
Recommendations
- Keep Verification Codes SecretExposing your verification code publicly can lead to unauthorized access to your Google Search Console. Treat it like a password.
- Use One Verification Meta Tag Per Google AccountIf multiple Google accounts need verification, use separate meta tags for each. Combining them into one can create conflicts and verification failures.
Related Documentation
Related Meta Tags
Used for verifying ownership of a website within Google Search Console, a crucial step for accessing detailed reporting and configuring how Google interacts with your site.
<meta name="google-site-verification" content="your_verification_code">
This meta tag is utilized to specify how Google should interact with your site. Primarily, it's used to enable or disable Google's site translation feature on a per-page basis.
<meta name="google" content="notranslate">
description
Provides a brief and concise summary of a web page’s content. This summary is often used by search engines to display snippet previews in search results, influencing click-through rates.
<meta name="description" content="Learn how to bake delicious, moist cupcakes with our easy-to-follow guide. Featuring tips and tricks for beginners.">
charset
Defines the character encoding standard for the HTML document. Character encoding is essential for rendering text correctly in browsers.
<meta charset="charset" content="UTF-8">
author
Specifies the name of the author of the document or webpage. This is used by search engines to understand authorship information, which can influence search rankings and visibility.
<meta name="author" content="Jane Doe">
Community