Schema Markup Examples - Softyfier
Schema Markup Examples Schema markup that we use on this website Example of WebPage markup <script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "WebPage", "name": "Softyfier" } </script> Example of Organization markup <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "softyfier", "url": "https:// softyfier .com/", "logo": " https://play-lh.googleusercontent.com/4iwVzZS0uR1VKII7TzQPLjIFVhRXwCj87rhTwY9xGlsJVT-Twq2Hd33z0_SwdmwmoA", "contactPoint": { "@type": "ContactPoint", "telephone": "+923172118049", "contactType": "customer service", "availableLanguage": ["English","Urdu"] }, "sameAs": [ "https:...