Git Product home page Git Product logo

block-four-oh-four's People

Contributors

developersteve avatar

Stargazers

 avatar

Watchers

 avatar  avatar

block-four-oh-four's Issues

Schema

In the block.json you've set the template to:

{
  "@type": "404",
  "head": "This is not the 404",
  "subhead": "You are looking for",
  "image": "image.png"
}

Blockify uses the JSON-LD structure with Schema.org,
In you're code above you set the @type to 404, this isn't a valid Schema.org Type.
In this case a simple Thing has all the properties shown above:

{
  "@type": "Thing",
  "name": "This is not the 404",
  "description": "You are looking for",
  "image": "image.png"
}

By default, Blockify makes any object a Thing, so it's not necessary to state: "@type": "Thing"

If you're wanting to add your own properties that Schema doesn't specify, you can use the Extension Mechanism.

There are a bunch of helpful types already on Schema.org such as: WebPage, WPHeader and EmailMessage. So it's worth checking the Schema.org Type Hierarchy before defining your own.

Now here's why this is helpful, say you have some data in the Schema.org structure, for example a LocalBusiness, you can easily provide this to any block that supports the LocalBusiness structure, without needing to manipulate the data on a per block basis. So once we have a bunch helpful functions to help integrate Blockify/Schema.org with other applications such as WordPress, you can use any suitable block with minimal effort.

Hope this helps :)

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.