Skip to content

contao/schema.contao.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

schema.contao.org

This repository contains the schema.org vocabulary for Contao. Use the following Nginx configuration to dispatch it:

location / {
  default_type application/ld+json;
  rewrite ^/$ /index.jsonld break;
  rewrite ^(.+)$ $1.jsonld break;
  expires 1d;
  add_header "Access-Control-Allow-Origin" "*";
}

About

Schema.org vocabulary for Contao

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

 
 
 

Contributors