Tickets JIRA — Rapport #8304609f
1 tickets generes.
1
Total
1
P0 Critique
0
P1 Important
0
P2 Secondaire
0
P3 Backlog
[SD][P0] Implementer WebSite, Organization sur HomePage
P0
structured-data
seo
p0
Template : HomePage | URL : https://www.fnac.com
Template : HomePage
Categorie : Homepage
URL exemple : https://www.fnac.com
Types Schema.org manquants
WebSite— requis pour ce templateOrganization— requis pour ce template
Proprietes WebSite
| Propriete | Couche | Type | Signal | Description | Valeur detectee |
|---|---|---|---|---|---|
| url | URL | requis | URL du site | ||
| name | Text | Nom du site | |||
| potentialAction | SearchAction | Action de recherche (Sitelinks Searchbox) | |||
| description | llm | Text | semantique | Description du site | |
| inLanguage | llm | Text | filtre | Langue principale | |
| publisher | llm | Organization | E-E-A-T | Organisation editrice |
Modeles JSON-LD — WebSite
// IMPORTANT : Les valeurs entre {{...}} sont des placeholders a remplacer { "@context": "https://schema.org", "@type": "WebSite", "name": "Fnac", "url": "https://www.fnac.com/", "potentialAction": { "@type": "SearchAction", "target": { "@type": "EntryPoint", "urlTemplate": "https://www.fnac.com/SearchResult/ResultList.aspx?Search={search_term_string}" }, "query-input": "required name=search_term_string" } }
Proprietes Organization
| Propriete | Couche | Type | Signal | Description | Valeur detectee |
|---|---|---|---|---|---|
| name | Text | requis | Nom de l'organisation | ||
| url | URL | requis | URL du site | ||
| logo | ImageObject | Logo officiel | |||
| sameAs | URL | Profils reseaux sociaux | |||
| description | llm | Text | semantique | Description de l'entreprise | |
| foundingDate | llm | Date | temporalite | Date de creation | |
| founder | llm | Person | E-E-A-T | Fondateur(s) | |
| 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 | |
| legalName | llm | Text | confiance | Raison sociale | |
| taxID | llm | Text | confiance | Numero de TVA/SIREN |
Modeles JSON-LD — Organization
// IMPORTANT : Les valeurs entre {{...}} sont des placeholders a remplacer { "@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" ] }
// IMPORTANT : Les valeurs entre {{...}} sont des placeholders a remplacer { "@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" ] }
Action
Implementer les blocs JSON-LD correspondants dans le template.