Organization
Une organisation (entreprise, association, etc.).
Documentation Schema.org — Google Search Central
Resultat Enrichi Google
Knowledge Graph LLM
Organisation (Logo)
✅ Actif
Type : Organization Knowledge Panel
— Features visuelles : Logo dans le Knowledge Panel, Liens reseaux sociaux, Informations de contact
Proprietes (14)
| Propriete | Couche | Type | Signal | Description | Exemple Fnac |
|---|---|---|---|---|---|
| name requis | Text | Nom de l'organisation | Fnac |
||
| url requis | URL | URL du site | https://www.fnac.com |
||
| logo | ImageObject | Logo officiel | |
||
| sameAs | URL | Profils reseaux sociaux | [Facebook, Twitter, LinkedIn, YouTube, Instagram] |
||
| description | llm | Text | semantique | Description de l'entreprise | |
| foundingDate | llm | Date | temporalite | Date de creation | 1954 |
| founder | llm | Person | E-E-A-T | Fondateur(s) | Andre Essel, Max Theret |
| numberOfEmployees | llm | QuantitativeValue | qualite | Nombre d'employes | |
| contactPoint | llm | ContactPoint | confiance | Point de contact (service client) | |
| areaServed | llm | Place | ciblage | Zone de service | |
| slogan | llm | Text | attribut | Slogan | |
| parentOrganization | llm | Organization | contexte | Organisation parente | Fnac Darty |
| legalName | llm | Text | confiance | Raison sociale | |
| taxID | llm | Text | confiance | Numero de TVA/SIREN | |
| Propriete | Type | Requis | Description |
|---|---|---|---|
| name | Text | Oui | Nom de l'organisation |
| url | URL | Oui | URL du site |
| logo | ImageObject | Non | Logo officiel |
| sameAs | URL | Non | Profils reseaux sociaux |
| Propriete | Signal | Description | Cas d'usage LLM |
|---|---|---|---|
| description | semantique | Description de l'entreprise | Contextualise l'organisation pour les LLM |
| foundingDate | temporalite | Date de creation | |
| founder | E-E-A-T | Fondateur(s) | |
| numberOfEmployees | qualite | Nombre d'employes | |
| contactPoint | confiance | Point de contact (service client) | Repond a 'comment contacter la Fnac' |
| areaServed | ciblage | Zone de service | |
| slogan | attribut | Slogan | |
| parentOrganization | contexte | Organisation parente | |
| legalName | confiance | Raison sociale | |
| taxID | confiance | Numero de TVA/SIREN |
Modeles JSON-LD
Version minimale : conformite Google Rich Results uniquement.
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Fnac",
"url": "https://www.fnac.com/",
"logo": "https://www.fnac.com/logo.png",
"sameAs": [
"https://www.facebook.com/Fnac",
"https://twitter.com/Fnac",
"https://www.instagram.com/fnac/",
"https://www.youtube.com/user/FnacTV"
]
}
Version enrichie : Google + Knowledge Graph LLM pour visibilite GenAI/SGE.
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Fnac",
"url": "https://www.fnac.com/",
"logo": "https://www.fnac.com/logo.png",
"description": "Fnac, enseigne culturelle et high-tech en France.",
"foundingDate": "1954",
"founder": {
"@type": "Person",
"name": "Andre Essel"
},
"sameAs": [
"https://www.facebook.com/Fnac",
"https://twitter.com/Fnac",
"https://www.instagram.com/fnac/",
"https://www.youtube.com/user/FnacTV"
]
}