Last active
July 29, 2016 04:49
-
-
Save mistergraphx/87c2afe68cbc790601319217342ba36d to your computer and use it in GitHub Desktop.
micro-data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<article itemscope="" itemtype="http://schema.org/Thing"> | |
<div class="banner-block-image js-lazyload"> | |
<img itemprop="image" data-src="dummy.jpg" alt="" /> | |
</div> | |
<div class="banner-block-text"> | |
<div class="text-title entry-title"> | |
<h3 itemprop="name">Article title</h3> | |
</div> | |
<a itemprop="url" href="#"><span>Ça m'interresse</span></a> | |
</div> | |
</article> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="footer-bloc-infos" itemscope="" itemtype="http://schema.org/LocalBusiness"> | |
<div class="wrapper"> | |
<div class="contact"> | |
<span class="phone-number"> | |
<span class="icon-phone" aria-hidden="true"></span> | |
<span itemprop="telephone">TEL. :<a href="tel:0134185507">01 34 18 55 07</a></span> | |
</span> | |
<span class="schedule">7 Days a week from 9:00 am to 7:00 pm</span> | |
</div> | |
<div class="brand text--center"> | |
<div class="brand-name" itemprop="name"> | |
My Company | |
</div> | |
<div class="brand-address" itemprop="address"> | |
8, typing monkeys street - Orlando | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment