How To Add “Publisher” Schema As Structured Data

How can I add “Publisher” schema for my website’s structured data

Here is the example of “Publisher” structured data

<div itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
    <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
        <meta itemprop="url" content="http://softwarehtec.com/logo.png">
        <meta itemprop="width" content="400">
        <meta itemprop="height" content="60">
    </div>
    <meta itemprop="name" content="SoftWareHtec">
</div>
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments