schema address
As of now the output for address give everything in one block
<p class="address" itemprop="address">22 street name, South City, NY 12546, USA</p>
that will be great if apptheme decide to update it
so we can output it with correct schema for postal address like this one
<span itemprop="streetAddress">22 street name</span>,
<span itemprop="addressLocality">South city</span>,
<span itemprop="addressRegion">NY</span>
<span itemprop="postalCode">12546</span>,
<span itemprop="addressCountry">USA</span></li>
Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.