Schema for my website (it's not wordpress)

1

I want to implement Schema org Games on my website, to improve my position in google (SEO) and add those famous "little yellow stars".

But I can not quite understand where I should place the Schema TAGs. For example, a Schema that I found could be like this:

<div itemscope itemtype="http://schema.org/Product">
<span property="brand">Nombre de la marca</span>
<span property="name">Nombre del producto</span>
<img property="image" src="url_producto.jpg" alt="Logo + Nombre del producto" />
<span property="description">Describe aquí el producto Describe aquí el producto Describe aquí el producto Describe aquí el producto Describe aquí el producto Describe aquí el producto Describe aquí el producto
</span>
</div>

My question is where does that div go?

If I have to place it in the HEAD of my Index page, or in the BODY of the Index?

Or should I put it on each of my pages?

    
asked by Oren Diaz 07.07.2018 в 17:16
source

0 answers