Skip to content

Commit

Permalink
Initial work for schema markup gh-10
Browse files Browse the repository at this point in the history
  • Loading branch information
easterncoder committed Jan 23, 2021
1 parent 9fd7128 commit ed4f550
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 0 deletions.
21 changes: 21 additions & 0 deletions features/schema-markup/config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
/**
* Feature name
*
* @var string
*/
$name = 'Schema Markup';

/**
* Feature ID
*
* @var string
*/
$id = 'schema-markup';

/**
* Feature description
*
* @var string
*/
$description = 'Automatically add JSON-LD Schema Markup to your site';
Loading

0 comments on commit ed4f550

Please sign in to comment.