Code Monkey home page Code Monkey logo

knowledge-graph's Introduction

Knowledge-Graph

WordPress plugin to add Knowledge Graph meta data in LD-JSON format to <head />

https://developers.google.com/structured-data/customize/overview

uses: [Admin Page Class] (https://github.com/bainternet/Admin-Page-Class)

Bug Report

  • Noticed that "TollFree" staying on in a ContactPoint (opened an issue).

#Aim have form to create as hand coded this example:

<script type="application/ld+json">
{"@context": "http://schema.org",
    "@type": "RealEstateAgent",
     "name": "Real Estate Intelligence Agency",
    "logo": "http://www.realestate-huntsville.com/wp-content/uploads/2012/12/real-estate-intelligence-agency-logo.png",
"description": " A real estate brokerage specializing in back-to-basics residential and commercial real estate sales and marketing services.",
    "address": {
     "streetAddress": "107 Clinton Ave W",
   "addressLocality": "Huntsville",
     "addressRegion": "AL",
        "postalCode": "35801",
    "addressCountry": "USA"
    },
    "telephone": "+1-256-457-0804",
      "contactPoint" : [
      { "@type" : "ContactPoint",
      "telephone": "+1-256-682-0383",
      "contactType" : "Sales and Marketing",
      "areaServed" : "US",
       "availableLanguage" : ["English", "Finnish"]
       }
       ],
      "url": "http://www.RealEstate-Huntsville.com",
  "sameAs" : ["https://www.facebook.com/RealEstateIntelligenceAgencyInc",
              "http://twitter.com/REIA007",
              "https://plus.google.com/115551206707821669279",
              "https://www.youtube.com/channel/UCJ_pqfxGw6hhSMuJxIPQHZg",
              "https://www.linkedin.com/company/real-estate-intelligence-agency"
              ]
}
</script>	

ToDo

  • Company name
  • Logo
  • URL
  • Description
  • Social Links et al. (sameAs)
  • Contact info
  • contactPoint(s)/ContactPoint
  • Lint/Validate
  • Search, try and be compatiable with [Google Analytics by Yoast] (https://github.com/Yoast/wordpress-seo)
  • Modify admin-page-class to validate repeater block
  • Modify admin-page-class so that can delete repeater fields

knowledge-graph's People

Contributors

davidengland avatar

Watchers

James Cloos avatar Nathan Brown avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.