Site logo

[Support request] Adding schema markup at the wp_head with Elements

Home Forums Support [Support request] Adding schema markup at the wp_head with Elements

Home Forums Support Adding schema markup at the wp_head with Elements

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2471774
    nvc

    Hi,
    I am trying to add Author schema markup to all of my pages and posts. I found that Google best practices are to have a code like that one:
    “author”: [

    {

    “@type”: “Person”,

    “name”: “Willow Lane”,

    “url”: “#”

    }

    ]
    So I assume that it will be enough if I put that with Hook Element at the wp_head at the entire site?
    And then at the end of every article I will add one of the Patters Blocks for team where I will have the Author Box. Is this gonna work?
    Or it’s better to do it like Leo did it in that video but he didn’t add schema markup.

    #2471861
    Leo
    Staff
    Customer Support
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.