URL 주소는 올바른 URL이 마크 업에 대한 잘못된 URL을 입력 한 URL이 잘못
type: http://schema.org/product
type: http://schema.org/offer
type: http://schema.org/aggregaterating
것으로, 대소 문자를 구별?
열고 템플릿/카탈로그/제품/view.phtml
div class=”product-essential”: Insert the itemtype
<div class="product-essential" itemscope itemtype="http://schema.org/Product">
div class=”product-name”: Insert the product name
<div class="product-name" itemprop="name">
div class=”std”: Insert the product description
<div class="std" itemprop="description">
열고 템플릿/카탈로그/제품 /보기/media.phtml
img id=”image: Insert the product image type
<img id="image" itemprop="image"
템플릿/카탈로그/제품을 열고/view/type/default.phtml
이 코드 블록을 래핑하는 div가없는 경우, 변경 한 경우 아래에 붙여 넣으십시오.
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
class=”price-block”: Insert the product price
<div class="price-block" itemprop="price">
Comment out “echo $this->__(‘Availability:’)” and insert this before it
<link itemprop="availability" href="http://schema.org/InStock">
당신이 만약 당신의 웹 사이트
에 대한 저자 및 출판사 마크 업이 없기 때문에 또한
<span itemprop="aggregateRating" itemscope
itemtype="http://schema.org/AggregateRating"> <?php if
($this->getReviewsCount()): ?> <meta itemprop="ratingValue"
content="<?php echo $this->getRatingSummary(); ?>"/> <meta
itemprop="reviewCount" content="<?php echo $this->getReviewsCount();
?>" /> <meta itemprop="bestRating" content="100"/> <meta
itemprop="worstRating" content="0"/> …. </span>
내가, 당신이 구글 플러스를 등록 제안 템플릿/리뷰/도우미/summary.phtml 열기 간단한 방법이 필요합니다. Google 웹 마스터 도구를 사용하고 거기에 제품 마크 업을 수정하십시오.