Site entity tag = with Organization The main Schema JSON-LD code is placed on the front page of the website and declares to the AI/search engine that your company is a unique and independent "entity", define who, where, what, and official identity this foreign trade factory is, and establish a unified brand identity for the entire network.
The format is generally JSON-LD, embedded in the web page
<head>,It will not be displayed on the front-end page, but will be specially read by Gemini, Perplexity, and Google Knowledge Graph..
Distinctions:
- llms.txt: AI readableSite Content Catalog(Text list)
- Organization Schema:Brand ID card, define the business entity itself
- Product Schema: Product page tags describe the combination of a single product entity and are the two basic technical components of GEO.
<script type="application/ld+json">
{
"@context": "[https://schema.org](https://schema.org)",
"@type": "Organization",
"@id": "shturl.cc/GcmouK72EUpthJ8XndqIuqjIGc",
"name": "ABC Machinery Co., Ltd",
"legalName": "ABC Machinery (Xiamen) Co., Ltd",
"url": "shturl.cc/ATIZJZduXv09",
"logo": "shturl.cc/ATIZJZduXv09/logo.png",
"description": "China manufacturer of industrial pumps, OEM & ODM, ISO9001, CE certified, export worldwide",
"foundingDate": "2010",
"address": {"@type":"PostalAddress","addressCountry":"CN","addressLocality":"Xiamen"},
"telephone": "+86-xxx",
"sameAs": [
"[https://linkedin.com/company/xxx](https://linkedin.com/company/xxx)",
"[https://youtube.com/@xxx](https://youtube.com/@xxx)"
],
"areaServed": ["Europe","Southeast Asia","USA"],
"knowsAbout": ["industrial pump","water treatment equipment"]
}
</script>
Key field descriptions:
sameAs: Point to LinkedIn, Youtube, overseas social media, and overseas B2B platform homepages, and tell AI: These external materials,All from the same company, used to eliminate confusion among brand names (entity disambiguation, which is most needed by foreign trade factories).knowsAbout: Tell AI that the product/industry the company is good at directly establishes the connection between entities and business themes.legalName: The full legal company name in English to avoid confusion caused by inconsistency between brand name and registered name.GeographyThe goal: When overseas buyers ask AI to find suppliers, the AI can accurately recognize your brand and include you in the AI answer. Site Entity Tag ResolutionEntity recognition and disambiguationThis isGEO's most basic capabilities:
@id。AI understands relationships:These product/project cases all belong to this China factory, rather than a bunch of isolated pages.llms.txt = For AI to seesite directory; Site entity tag = company ID card shown to AI, tell the big model who you are and what your only identity is, solve brand confusion, and build the physical foundation of GEO.