Schema Plugin How To and OLD Template
NEW WAY with Plugin
OLD WAY
Copy and Paste into https://dan.hersam.com/tools/smart-quotes.html to convert curly quotes to straight quotes.
<div style=”display: table; margin: 0 auto; text-align: center;”>
<div itemscope itemtype=”http://schema.org/LocalBusiness”>
<span itemprop=”name”>BIZ NAME</span>
<div itemprop=”address” itemscope itemtype=”http://schema.org/PostalAddress”>
<span itemprop=”streetAddress”>STREET ADDRESS</span>
<span itemprop=”addressLocality”>CITY</span>
<span itemprop=”addressRegion”>STATE</span>
<span itemprop=”postalCode”>ZIP</span>
</div>
Phone: <span itemprop=”telephone”>PHONE</span>
<div itemprop=”image” itemscope itemtype=”http://schema.org/ImageObject”>
<img src=”LOGO” width=”100px” itemprop=”url”></div><br>
<em><span itemprop=”priceRange”>CATEGORY</span></em>
</div>
</div>
Test here: https://search.google.com/structured-data/testing-tool