Schema & Validator

Schema (Structured Data Markup):
In summary, schema is a way to provide structured data about your web content, making it more understandable to search engines and other applications. This can lead to enhanced search results, better SEO, and an improved user experience for your web application.
1.Open this side generate your schema code with this link https://schema.org/docs/schemas.html .
      {
   "type":"application/ld+json",
   "json":{
      "@context":"https://schema.org",
      "@type":"WebPage",
      "name":"101 seo list item",
      "description":"Seo list for nuxtJS",
      "url":"https://seo101.vercel.com",
      "inLanguage":"en-EN",
      "isFamilyFriendly":true
   }
}
  
2.Check your codes on this website https://validator.schema.org/ .
3.Make sure you don't see an error here.