Early Access

Meta Tags

publisher

Learn how to use the publisher meta tag to improve your site.

Defines the name of the entity responsible for publishing the content of the web page. It can help provide contextual information to search engines and may contribute to the semantic understanding of the page.

Code Examples

<meta name="publisher" content="Tech Giants Inc." />
Provides a clear and official publisher name, contributing to brand recognition and credibility.
<meta name="publisher" content="TGI" />
An abbreviation used as the publisher name, effective if the abbreviation is more recognized than the full name.
<meta name="publisher" content="Tech G" />
An unclear abbreviation of the publisher name, which might confuse users and search engines about the brand identity.
<meta name="publisher" content="" />
Leaving the publisher meta tag blank misses an opportunity to provide search engines and users with important contextual information about the content publisher.

Recommendations

  • Consistent Publisher Name
    Use a consistent name across your website to help improve brand recognition and trust among users and search engines.
  • Use the Official Publisher Name
    Ensure you're using the official name that your brand is recognized by, rather than abbreviations, unless your abbreviation is more well-known.

Related Documentation

Related Meta Tags

author

name

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">
Specifies a clear, straightforward author name, improving the document's credibility and aiding in content attribution.

charset

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">
Declares UTF-8 as the character encoding for the HTML document, supporting most characters and symbols in use today.

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.">
A well-crafted description for a page about baking cupcakes, incorporating relevant keywords and staying within the recommended character limit.

google

name

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">
Prevents automatic translation of the page, ensuring that content is presented as intended without potential misinterpretation through translation.

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">
Correctly places the verification code in the content attribute, verifying site ownership.