metadata.json

View project on GitHub

Metadata.json

A way of storing data of your site for other sites to get to know about your site


1) Title

This will be the name of your site for example

{
    "Title":"metadata.json"
}


2) Description

This will be the text about your site for example

{
    "Description":"a new way to share data about sites"
}


2) Author

This field should be the company or developer name example

{
    "Author":"s0net"
}


3) Icon

This is the icon of your page this should be a full url not like ./ , / , ../ it should be the full path like https://www.json.org/img/json160.gif note this can also be a svg file

{
    "Icon":"https://www.json.org/img/json160.gif"
}