-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
[Section SEO]
Regarder s'il y a un moyen de savoir s'il y a des microdata dans la page, et si oui, afficher un tableau avec :
- nom de l'itemscope (+ afficher la balise complète)
- le type (+ afficher la balise complète)
- est ce qu'on affiche tous les itemprop ?
- voir si on peut ajouter un bouton "envoyer l'html pour tester si l'implémentaiton est correct " vers https://validator.schema.org/
/!\ un itemsecope peut en contenir plusieurs :
<div itemscope itemtype="https://schema.org/SoftwareApplication">
<span itemprop="name">Angry Birds</span> -
NÉCESSITE <span itemprop="operatingSystem">ANDROID</span><br>
<link itemprop="applicationCategory" href="https://schema.org/GameApplication"/>
<div itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating">
ÉVALUATION :
<span itemprop="ratingValue">4.6</span> (
<span itemprop="ratingCount">8864</span> notes )
</div>
<div itemprop="offers" itemscope itemtype="https://schema.org/Offer">
Prix : <span itemprop="price">1.00</span>$
<meta itemprop="priceCurrency" content="USD" />
</div>
</div>
Metadata
Metadata
Assignees
Labels
No labels