Skip to main content

A problem with my Markup schema

Comments

1 comment

  • KC George

    Hello Nick.

    You have included the blog post content in the Schema Markup code you have generated, which is not necessary. Kindly generate your Schema Markup code at https://technicalseo.com/tools/schema-markup-generator/ and copy paste the code that gets generated to your blog post. 

    Sample schema markup code looks like this

    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "BlogPosting",
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.thebookmarketer.pro/5-critical-signs-you-need-to-hire-a-book-marketer-and-what-to-look-for-when-you-do"
      },
      "headline": "5 Critical Signs You Need to Hire a Book Marketer",
      "description": "Deciding whether to hire a book marketer is a personal choice that depends on your time, budget, and long-term goals. However, if you're facing one or more of the signs mentioned above, professional help could be the key to unlocking your book's potential. It comes with a cost, but you want someone who will collaborate with you, not just sell you a generic one-size-fits-all package. Ultimately, investing in a book marketer is also an investment in your career as an author. It will allow you to focus on what you do best: writing great stories.",
      "image": "",  
      "author": {
        "@type": "Person",
        "name": "Nick Blewitt"
      },  
      "publisher": {
        "@type": "Organization",
        "name": "",
        "logo": {
          "@type": "ImageObject",
          "url": ""
        }
      },
      "datePublished": "2025-06-07"
    }
    </script>

     

    Kindly fill up the details of your blog post as demonstrated at https://jmp.sh/rWHw8apP

    0

Please sign in to leave a comment.