Search
 
SCRIPT & CODE EXAMPLE
 

HTML

json-ld for portfolio site

   <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Article",
      "name": "x y z",
      "url": "Website",
      "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "Website"
      },
      "headline": "My Name",
      "keywords": "Keywords",
      "description": "Description",
      "articleBody": "Body",
      "image": {
        "@type": "ImageObject",
        "url": "/img/private/Bonjour.jpg",
        "width": "517",
        "height": "517"
      },
      "author": {
        "@type": "Person",
        "name": "x y z",
        "email": "x@gmail.com"
      },
      "datePublished": "2021-06-12",
      "dateModified": "2021-08-05",
      "about": {
        "@type": "Person",
        "email": "x@gmail.com",
        "name": "x y z",
        "alternateName": "alternate name",
        "givenName": "x",
        "familyName": "y",
        "additionalName": "z",
        "owns": [
          {
            "@type": "Website",
            "url": "Website"
          }
        ],
        "nationality": "Bangladeshi",
        "jobTitle": "Student",
        "birthDate": "2004-09-09",
        "weight": "60",
        "height": "70",
        "gender": "Male",
        "knowsLanguage": [
          "en",
          "en-US",
          "bn",
          "hi"
        ],
        "description": "Description.",
        "alumniOf": [
          {
            "@type": "Organization",
            "name": "x Elementary School",
            "sameAs": "Schools Site"
          }
        ],
        "image": [
          {
            "@type": "ImageObject",
            "url": "/img/private/Bonjour.jpg",
            "width": "517",
            "height": "517"
          },
          {
            "@type": "ImageObject",
            "url": "/img/private/Devil.jpg",
            "width": "1138",
            "height": "1138"
          },
          {
            "@type": "ImageObject",
            "url": "/img/private/Rooftop-Candid.jpg",
            "width": "408",
            "height": "408"
          }
        ],
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "My City",
          "postalCode": "4000",
          "addressCountry": "Country"
        },
        "birthPlace": {
          "@type": "Place",
          "address": {
            "@type": "PostalAddress",
            "addressLocality": "City",
            "postalCode": "4000",
            "addressCountry": "Country"
          }
        }
      }
    }
    </script>
Comment

PREVIOUS NEXT
Code Example
Html :: Website Navbar / Menu Links with Sub menu odoo 
Html :: nuxt cursor focus 
Html :: Hoow to open a css property in css 
Html :: how to make circle button in bootstrap 
Html :: <meta name="viewport" content="width=device-width, initial-scale=1.0" 
Html :: tfoot renders after thead and before tbody 
Html :: vue for loop if last 
Html :: how to check where was the changes in a perticuler commit git 
Html :: filter in v-html 
Html :: if else handlebars 
Html :: see line from table html 
Html :: is input readonluy submit ? 
Html :: type phone number html 
Html :: how to make an input not focusable in html 
Html :: html link favicon 
Html :: html bottom right corner 
Html :: remove underline from a tag 
Html :: disable autocomplete on input 
Html :: vue select v-for 
Html :: mat-tab-group change 
Html :: ion input date 
Html :: change icon html 
Html :: html import script 
Html :: stop website from letting you overscroll 
Html :: abbreviations in html 
Html :: convert string to boolean js 
Html :: html input date min 
Html :: html select option disabled selected 
Html :: inspect google remote device disable screencast 
Html :: add svg to html 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =