Jump to content
  • 0

schema.org -> brakujące elementy: price


danieloxs

Question

Standardowy szablon, presta 1.6.0.9, po dodaniu sklepu do Google Webmaster Tools pojawiło się szereg błędów danych strukturalnych:

Brakujące elementy: price

 

Czy macie u siebie podobną sytuację?

 

Przykładowe pole 'price' wygląda następująco: 199,75 zł

 

 

Pierwsze co rzuca się w oczy to waluta 'zł' a raczej nie powinno jej

tam być, od tego jest pole 'priceCurrency'.

 

Jak to można naprawić?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Hej rzeczywiście jest element do po prawy kiedyś pisałem do teamu o to ale niestety milczenie.

Kwestia problematyczna jest listing produktów w produkcie dali strukturę oferty pomijając  price który dali w ofercie nie strukturze product stad te problemy wiec tutaj est problem który trzeba naprawić jakaś 1 h  roboty na 1 rzut oka .

Ale ciągle coś innego wpada

Link to comment
Share on other sites

  • 0

Witam wszystkich użytkowników Forum. Jestem nowym członkiem od niedawna na prestashop wcześniej gekosale. Faktycznie dane strukturalne w narzędziach dla webmastera pokazują błąd

"Brakujące elementy: price" - strasznie wkurzające.
Rozwiązanie jakie u siebie zastosowałem to w pliku product-list.tpl zamiana
 
67 <div class="content_price" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
-> <div class="content_price" >
69 <span itemprop="price" class="price product-price">
-> <span class="price product-price">
72 <meta itemprop="priceCurrency" content="{$currency->iso_code}" /> - całkowicie wyciąć
113 <div itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="content_price">
-> <div class="content_price">
115 <span itemprop="price" class="price product-price">
-> <span iclass="price product-price">
118 <meta itemprop="priceCurrency" content="{$currency->iso_code}" /> - całkowicie wyciąć

.

172 <span itemprop="offers" itemscope itemtype="http://schema.org/Offer" class="availability">

dodać:

<meta itemprop="price" content="{$product.price}" />

<meta itemprop="priceCurrency" content="{$currency->iso_code}" />

 

W skrócie wyciąć wszystkie wystąpienia offer poza pozycją gdzie występuje dostepność i dodać w niej itemprop price i priceCurrency.

 

Pozdrawiam ;)

Edited by gizignom (see edit history)
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...