0

내 웹 사이트에이 온라인 교사 인 http://www.creare.co.uk/magento-product-schema의 richsnippet 코드를 추가했습니다. 그러나 여기에 나타나는 스키마 코드가 어떻게 나타나는지 예가 나와 있습니다. http://www.google.com/webmasters/tools/richsnippets?q=http%3A%2F%2Fbangbang.kz%2Fguitars%2Fukulele%2Fbajtursynova-159.htmlMagento에 스키마가 적용됨 richsnippet 도구에 나타나는 내용 없음

문제가 있는지 알 수 있습니까?

어떤 문제가 있다면 편집해야 할 파일과 추가 할 코드에 관해 생각해 볼 수 있습니다.

type: http://schema.org/Product 
type: http://schema.org/Offer 
type: http://schema.org/AggregateRating 

당신이 차이를 볼 않았다

답변

0

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 웹 마스터 도구를 사용하고 거기에 제품 마크 업을 수정하십시오.