Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.19 KB

File metadata and controls

32 lines (30 loc) · 1.19 KB

Semantic JSON-LD Metadata

This file contains the optimized semantic mapping block. It establishes a SoftwareApplication (identifying your interactive tools), verifies authorship via the ORCID identifier, and definitively links the Haus of Dignity organization to its complete digital social graph (YouTube, Tumblr, Reddit, and X) via the sameAs array.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Coherence + Unconditional Love Download Tools For Free",
  "applicationCategory": "EducationalApplication",
  "author": {
    "@type": "Person",
    "name": "Leo",
    "identifier": "https://orcid.org/0009-0002-5686-5532"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Haus of Dignity",
    "url": "https://www.hausofdignity.com/",
    "sameAs": [
      "https://unifiedfieldmechanics.github.io/UnifiedFieldMechanics/Interactive-Tools.html",
      "https://www.youtube.com/@HausOfDignity",
      "https://www.tumblr.com/hausofdignity",
      "https://www.reddit.com/user/Happy-Mud8709",
      "https://x.com/HausofDignity"
    ]
  },
  "url": "https://www.hausofdignity.com/coherence-for-dummies/"
}
</script>