Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

ParserPlugin: data-sd="!Product.name" #2

@alexprut

Description

@alexprut

As for data-sd="Product.name" which means that the name property should be used only if the current schema type is Product, there should be also the possibility to specify in which schema type to not use one property data-sd="!Product.name" which means to not use the name property if the current schema type is Product.
Below shown an example where this implementation may help:

<div itemscope itemtype="https://schema.org/Product">
    <h2 itemprop="name">
        Welcome to your blog
    </h2>
    Written by <span itemprop="name">Joomla</span>
</div>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions