How do i properly combine these two schema's from schema.org
-
So we're redoing our reviews/testimonials page on our website right now and moving over to the schema.org format as described here:
But we would like to combine each of our reviews with a location for which it was reviewed using this:
http://schema.org/LocalBusiness
What i can't wrap my head around would be the correct syntax? is it just the first block and then the next block? or is there a way of putting the actual physical address within the review page itself?
So is this the correct way to do a page full of reviews that are reviewing various physical locations?
* <div< span="">itemprop="reviews" itemscope itemtype="http://schema.org/Review"></div<>* <span< span="">itemprop="name">Value purchase</span<> -* by <span< span="">itemprop="author">Lucas</span<>,* <meta< span="">itemprop="datePublished" content="2011-03-25">March 25, 2011</meta<>* <div< span="">itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"></div<>* <meta< span="">itemprop="worstRating" content = "1"/></meta<>* <span< span="">itemprop="ratingValue">4</span<>/* <span< span="">itemprop="bestRating">5</span<>stars* <span< span="">itemprop="description">Great microwave for the price. It is small and</span<>* fits in my apartment.1. <div< span="">itemscope itemtype="http://schema.org/LocalBusiness"></div<> 2. # <span< span="">itemprop="name">Beachwalk Beachwear & Giftware</span<> 3. <span< span="">itemprop="description"> A superb collection of fine gifts and clothing</span<> 4. to accent your stay in Mexico Beach. 5. <div< span="">itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"></div<> 6. <span< span="">itemprop="streetAddress">3102 Highway 98</span<> 7. <span< span="">itemprop="addressLocality">Mexico Beach</span<>, 8. <span< span="">itemprop="addressRegion">FL</span<> 10. Phone: <span< span="">itemprop="telephone">850-648-4200</span<>- <div< span="">itemprop="reviews" itemscope itemtype="http://schema.org/Review"></div<>* <span< span="">itemprop="name">Value purchase</span<> -* by <span< span="">itemprop="author">Lucas</span<>,* <meta< span="">itemprop="datePublished" content="2011-03-25">March 25, 2011</meta<>* <div< span="">itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"></div<>* <meta< span="">itemprop="worstRating" content = "1"/></meta<>* <span< span="">itemprop="ratingValue">4</span<>/* <span< span="">itemprop="bestRating">5</span<>stars* <span< span="">itemprop="description">Great microwave for the price. It is small and</span<>* fits in my apartment.
-
<div< span="">itemscope itemtype="http://schema.org/LocalBusiness"></div<>
-
<span< span="">itemprop="name">Beachwalk Beachwear & Giftware</span<>
-
<span< span="">itemprop="description"> A superb collection of fine gifts and clothing</span<>
-
to accent your stay in Mexico Beach.
-
<div< span="">itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"></div<>
-
<span< span="">itemprop="streetAddress">3102 Highway 98</span<>
-
<span< span="">itemprop="addressLocality">Mexico Beach</span<>,
-
<span< span="">itemprop="addressRegion">FL</span<>
-
Phone: <span< span="">itemprop="telephone">850-648-4200</span<>
-
Sorry, ignore my question, the answer was on the page all along, guess i need another coffee.
If someone finds this, the answer is here: