schema help

schema help

tacomaforce
Excursionist
22 0 6

hello, im trying to add article schema and author schema to my blog posts on my website. Can someone please help walk me through what to do? the site is www.Bestgundogs.com

Replies 2 (2)

DaisyVo
Shopify Partner
2719 327 375

Hi @tacomaforce 

 

If you have some knowledge of theme coding, you can refer to the following pages:

If you are not familiar with coding, you may consider using our SEO app, which provides support for adding schema settings as well. Here is a detailed guide for your reference: https://help.seoon.io/seo/google-structured-data

 

Here is the app link if you are interested in: https://apps.shopify.com/seoon-blog 

 

Thank you!

 

Best,

Daisy - Avada Support Team. 


Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

HHenry
Shopify Partner
27 4 7

You can follow the instruction below:

1. Go to Shopify > Theme > Customize

2. Create section Custom liquid and paste this code on Template > Blog posts

<script type="application/ld+json">
    {{ article | structured_data }}
  </script>

Done

If this is helpful, please Like and Accept the solution.