Skip to content

A WordPress plugin that adds an alternate link HTTP header to provide a JSON-LD context at the website root url.

License

Notifications You must be signed in to change notification settings

datafoodconsortium/wordpress-context-jsonld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Context Jsonld

This is a WordPress plugin that adds an alternate link HTTP header to provide a JSON-LD context at the website root url.

The Apache headers module must be enabled.

Deploy to a WordPress instance

WARNING: be sure to include the .htaccess file.

To deploy the plugin just copy-paste the folder wordpress-context-jsonld into the wp-content/wp-plugins folder of your WordPress site. Then go to the "plugins" menu in your administration panel and enable the plugin.

You can also create a Zip of the wordpress-context-jsonld folder and upload it with the "Add plugin" button available in the "plugins" menu of your WordPress administration panel.

Developement

docker compose up -d

Log in the container to enable the Apache headers module:

docker exec -it <container> /bin/bash
a2enmod headers
service apache2 restart
exit

About

A WordPress plugin that adds an alternate link HTTP header to provide a JSON-LD context at the website root url.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages