SameAs Schema Generator
Verify your identity. Generate the JSON-LD code that links your website to your trusted profiles like Wikipedia, LinkedIn, and Crunchbase.
Start typing to generate schema...
Tip: Paste this code inside the <head> tag of your website's HTML, or use a plugin like "Header and Footer Scripts" if you use WordPress.
Understanding the SameAs Property
Search engines act like databases. They store "Strings" (text) and "Things" (Entities). The sameAs property is a disambiguation signal. It tells the crawler that the entity represented by your domain (e.g., auditgeo.co) is the exact same entity represented by an external URL (e.g., a LinkedIn Company ID).
Without this markup, Google has to guess if your "Acme Corp" is the dynamite manufacturer or the grocery store. With this markup, you explicitly define your identity using third-party authority.
How to Add SameAs Schema to WordPress
WordPress does not support full custom JSON-LD editing out of the box. You have three reliable methods to implement the code generated above.
| Method | Difficulty | Best For... |
|---|---|---|
| Header Injection Plugin (WPCode) | Easy | Users who want a copy-paste solution without editing themes. |
| SEO Plugins (RankMath/Yoast) | Medium | Sites already using these suites (look for "Advanced Schema" settings). |
Theme functions.php | Hard | Developers who want zero plugin overhead. |
Option 1: Using WPCode (Recommended)
1. Install the "WPCode – Insert Headers and Footers" plugin.
2. Go to Code Snippets > Header & Footer.
3. Paste the JSON-LD script from our generator into the Header box.
4. Save changes.
Option 2: Using RankMath
1. Edit your Homepage.
2. Open the RankMath SEO tab.
3. Click on the Schema tab (Icon looks like a list).
4. Select Schema Generator > Custom Schema.
5. Paste the code inside the code block.
Common Implementation Mistakes
❌ Linking to Private Profiles
Do not put a personal LinkedIn profile (e.g., linkedin.com/in/john) as the Organization's sameAs. Only link to the Company Page (linkedin.com/company/auditgeo).
❌ Broken Syntax
A single missing comma or bracket breaks the entire script. Always use our generator to ensure the syntax is valid JSON before pasting.
❌ Using Mobile URLs
Ensure you use the canonical desktop URL (e.g., https://twitter.com/brand), not the mobile version (m.twitter.com).
❌ Forgetting Wikidata
Wikipedia is great, but Wikidata is machine-readable. If you have a Wikidata entry, it is the single strongest signal you can provide.
Technical FAQ
Does this code affect page speed?▼
Can I use this on Shopify or Webflow?▼
theme.liquid file and paste it before the closing </head> tag. On Webflow, use the "Custom Code" project settings.