Example fiboex-5
RDFa (source lint)
<div vocab="http://schema.org" typeof="PaymentCard">
<b><span property="offers" typeof="Offer">
<span property="offeredBy" typeof="http://schema.org/BankOrCreditUnion">
<span property="name">Wells Fargo</span>
</span>
<link property="businessFunction" content="http://purl.org/goodrelations/v1#ProvideService" />
</span>
<span property="name">Platinum Debit Card.</span></b>
<meta property="category" content="Debit Card"/>
<p property="description">
Customers with an eligible Wells Fargo Checking account can make everyday purchases using their Platinum debit card worldwide at participating retailers and service providers – including online or by phone. Pay with confidence knowing your Wells Fargo Debit Card comes with many protection features and is a safe way to pay.
</p>
<a property="feesAndCommissionsSpecification" href="https://www.wellsfargo.com/debit-card/#overview">Overview</a>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/PaymentCard">
<b><span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<span itemprop="offeredBy" itemscope itemtype="http://schema.org/BankOrCreditUnion">
<span itemprop="name">Wells Fargo</span>
</span>
<link itemprop="businessFunction" content="http://purl.org/goodrelations/v1#ProvideService" />
</span>
<span itemprop="name">Platinum Debit Card.</span></b>
<meta itemprop="category" content="Debit Card"/>
<p itemprop="description">
Customers with an eligible Wells Fargo Checking account can make everyday purchases using their Platinum debit card worldwide at participating retailers and service providers – including online or by phone. Pay with confidence knowing your Wells Fargo Debit Card comes with many protection features and is a safe way to pay.
</p>
<a itemprop="feesAndCommissionsSpecification" href="https://www.wellsfargo.com/debit-card/#overview">Overview</a>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "PaymentCard",
"name": "Platinum Debit Card",
"category": "Debit Card",
"offers": {
"@type": "Offer",
"offeredBy": {
"@type": "BankOrCreditUnion",
"name":"Wells Fargo"
},
"businessFunction": "http://purl.org/goodrelations/v1#ProvideService"
},
"description": "Customers with an eligible Wells Fargo Checking account can make everyday purchases using their Platinum debit card worldwide at participating retailers and service providers – including online or by phone. Pay with confidence knowing your Wells Fargo Debit Card comes with many protection features and is a safe way to pay.",
"feesAndCommissionsSpecification": "https://www.wellsfargo.com/debit-card/#overview"
}
</script>
RDFa (source lint)
<div vocab="http://schema.org" typeof="PaymentCard">
<b><span property="offers" typeof="Offer">
<span property="offeredBy" typeof="http://schema.org/BankOrCreditUnion">
<span property="name">Wells Fargo</span>
</span>
<link property="businessFunction" content="http://purl.org/goodrelations/v1#ProvideService" />
</span>
<span property="name">Platinum Debit Card.</span></b>
<meta property="category" content="Debit Card"/>
<p property="description">
Customers with an eligible Wells Fargo Checking account can make everyday purchases using their Platinum debit card worldwide at participating retailers and service providers – including online or by phone. Pay with confidence knowing your Wells Fargo Debit Card comes with many protection features and is a safe way to pay.
</p>
<a property="feesAndCommissionsSpecification" href="https://www.wellsfargo.com/debit-card/#overview">Overview</a>
</div>
microdata (source lint)
<div itemscope itemtype="http://schema.org/PaymentCard">
<b><span itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<span itemprop="offeredBy" itemscope itemtype="http://schema.org/BankOrCreditUnion">
<span itemprop="name">Wells Fargo</span>
</span>
<link itemprop="businessFunction" content="http://purl.org/goodrelations/v1#ProvideService" />
</span>
<span itemprop="name">Platinum Debit Card.</span></b>
<meta itemprop="category" content="Debit Card"/>
<p itemprop="description">
Customers with an eligible Wells Fargo Checking account can make everyday purchases using their Platinum debit card worldwide at participating retailers and service providers – including online or by phone. Pay with confidence knowing your Wells Fargo Debit Card comes with many protection features and is a safe way to pay.
</p>
<a itemprop="feesAndCommissionsSpecification" href="https://www.wellsfargo.com/debit-card/#overview">Overview</a>
</div>
JSON-LD (source lint)
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "PaymentCard",
"name": "Platinum Debit Card",
"category": "Debit Card",
"offers": {
"@type": "Offer",
"offeredBy": {
"@type": "BankOrCreditUnion",
"name":"Wells Fargo"
},
"businessFunction": "http://purl.org/goodrelations/v1#ProvideService"
},
"description": "Customers with an eligible Wells Fargo Checking account can make everyday purchases using their Platinum debit card worldwide at participating retailers and service providers – including online or by phone. Pay with confidence knowing your Wells Fargo Debit Card comes with many protection features and is a safe way to pay.",
"feesAndCommissionsSpecification": "https://www.wellsfargo.com/debit-card/#overview"
}
</script>