Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save louisebolden/4f4ff37e5c4db7a2e02a to your computer and use it in GitHub Desktop.
Save louisebolden/4f4ff37e5c4db7a2e02a to your computer and use it in GitHub Desktop.
Schema Markup + Productontology (Physical Therapy Clinic)
<div itemscope itemtype="http://schema.org/MedicalClinic">
<link itemprop="additionalType" href="http://www.productontology.org/id/Physical_therapy" />
<span itemprop="name">Physical Therapy Clinic</span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">100 High Street</span>
<span itemprop="addressRegion">London</span>
<span itemprop="postalCode">W1A 2BC</span>
</div>
Call us on <span itemprop="telephone">020 1234 5678</span>
Email us at <span itemprop="email">physicaltherapyclinic@example.com</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment