seo - Schema.org setup for related products? -


i setup schema.org markup related products.

i have tried code have doubt in mind:

itemprop="isrelatedto" itemscope itemtype="http://schema.org/product" 

my product page https://www.amigotrekking.com/everest-base-camp-trek.html

so related product, microdata example be:

<article itemscope itemtype="http://schema.org/product">   <aside>     <article itemprop="isrelatedto" itemscope itemtype="http://schema.org/product"></article>   </aside> </article> 

Comments

Post a Comment

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -