google-site-identity

Configure WebSite and Organization schema with Open Graph metadata for Google branding.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/edhumbling/luminaoracles --skill google-site-identity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-site-identity
Source: https://github.com/edhumbling/luminaoracles/tree/main/.agent/skills/google-site-identity
Command: npx skills add https://github.com/edhumbling/luminaoracles --skill google-site-identity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google often shows the domain name instead of your brand in search results, and site logos or favicons may fail to render. This Skill explains how to configure structured data and metadata so branding is consistently displayed.

Core Features & Use Cases

  • WebSite structured data to declare the primary site name and alternate names.
  • Organization structured data to provide the logo and branding details.
  • Open Graph image and metadata to guarantee branded previews on social platforms.

Quick Start

Audit the homepage for the presence of WebSite and Organization JSON-LD, add a WebSite entry with your brand name and alternateName variations, ensure the Organization schema includes a logo pointing to /public/logo.png, and make sure an OG image exists at /og-image.png with appropriate dimensions. Update your Next.js layout metadata or static HTML head to reference the OG image and site name.

Frequently Asked Questions about google-site-identity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I use WebSite and Organization schema across my product pages for consistent branding?

You can apply WebSite and Organization schema across homepages and product pages, enabling correct branding through structured data and Open Graph metadata to meet Google's and social platforms' expectations consistently.

Why does Google show my domain name instead of my brand name in search results?

Google shows your domain instead of your brand name when WebSite structured data is missing or misconfigured. Adding WebSite JSON-LD schema with your brand name and alternateName variations to your homepage ensures Google displays your correct site name.

How do I fix my site logo not rendering in Google search results?

Fix your site logo not rendering by adding Organization structured data with a logo property pointing to a properly configured image in your public assets, such as /public/logo.png, so Google can accurately fetch and display your branding.

What structured data is required for Google to display my correct site name and logo?

The required structured data includes WebSite schema to declare your primary site name and alternate names, alongside Organization schema to provide specific logo and branding details to meet Google's search result expectations.

Do I need Next.js metadata configuration to set up Open Graph images for social platforms?

You need Next.js metadata configuration or static HTML head updates to reference an OG image, such as /og-image.png, ensuring appropriate dimensions are set to guarantee branded link previews on social platforms.

Can I use WebSite and Organization schema across my product pages for consistent branding?

You can apply WebSite and Organization schema across homepages and product pages, enabling correct branding through structured data and Open Graph metadata to meet Google's and social platforms' expectations consistently.