Skip to content

microdata : possibilités de les trouver et de les afficher ?  #80

@al2b

Description

@al2b

[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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions