xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

SEO & JSON-LD & structured-data

script type="application/ld+json"

script type="application/ld+json"

https://scotch.io/tutorials/build-an-interactive-command-line-application-with-nodejs


<script type="application/ld+json">
{
    "@context": "http://schema.org",
    "@type": "Organization",
    "@id": "https://scotch.io#organization",
    "name": "Scotch.io",
    "url": "https://scotch.io",
    "sameAs": [
        "http://www.facebook.com/scotchdevelopment",
        "http://twitter.com/scotch_io",
        "http://instagram.com/scotch_io",
        "http://www.linkedin.com/in/scotch_io",
        "http://plus.google.com/scotch_io"
    ],
    "legalName": "Scotch.io, LLC",
    "logo": {
        "@type": "ImageObject",
        "url": "https://scotch.io/img/school-logo-sticker.png",
        "width": 37,
        "height": 60
    },
    "founder": {
        "@type": "Person",
        "name": "Chris Sevilleja",
        "image": {
            "@type": "ImageObject",
            "url": "https://scotch-res.cloudinary.com/image/upload/w_300,q_auto:good,f_auto,c_fill,g_face/media/1/w7Vhk81SyClJPlDQPMLh_17795826_10154678250924582_8102840950354615336_n.jpg",
            "width": 300,
            "height": 300
        }
    }
}
</script>

structured-data

https://developers.google.com/search/docs/guides/intro-structured-data

https://search.google.com/structured-data/testing-tool

JSON-LD

https://json-ld.org/

https://en.wikipedia.org/wiki/JSON-LD


refs

https://stackoverflow.com/questions/38670851/whats-a-script-type-application-ldjsonjsonobj-script-in-a-head-sec

https://yoast.com/json-ld/

https://moz.com/blog/json-ld-for-beginners

https://jsonld.com/person/

https://json-ld.org/playground/

https://structuredseo.com/how-to-markup-structured-data-with-json-ld/

https://www.slideshare.net/IsobelSmith10/winning-with-structured-data-and-schemaorg-omlive-2018

https://github.com/nfl/react-helmet/issues/333



©xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


原文地址:https://www.cnblogs.com/xgqfrms/p/10915136.html