Skip to content

Instantly share code, notes, and snippets.

@thierrypigot
Created February 9, 2023 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thierrypigot/88a6b7bae98c36df5531d007f2671843 to your computer and use it in GitHub Desktop.
Save thierrypigot/88a6b7bae98c36df5531d007f2671843 to your computer and use it in GitHub Desktop.
Microformat ou donnée structurée
<div class="vcard">
<h2>Nom de l'entreprise</h2>
<p>
Adresse : <span class="street-address">123 Main St</span>
<span class="locality">Ville</span>,
<span class="region">État</span>
<span class="postal-code">Code postal</span>
</p>
<p>
Téléphone : <span class="tel">(555) 555-5555</span>
</p>
<p>
Courriel : <a class="email" href="mailto:info@nomdelentreprise.com">info@nomdelentreprise.com</a>
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment