{"id":20640626,"url":"https://github.com/nash-ye/wp-article-json-ld","last_synced_at":"2026-04-20T11:35:48.332Z","repository":{"id":72024405,"uuid":"72539976","full_name":"nash-ye/wp-article-json-ld","owner":"nash-ye","description":"A simple and clean solution to add Schema.org microdata as a JSON-LD script on your site posts.","archived":false,"fork":false,"pushed_at":"2020-10-22T17:22:22.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-16T11:56:20.360Z","etag":null,"topics":["wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/article-json-ld/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nash-ye.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"nash1ye"}},"created_at":"2016-11-01T13:42:42.000Z","updated_at":"2024-09-04T13:18:17.000Z","dependencies_parsed_at":"2023-07-08T08:00:24.780Z","dependency_job_id":null,"html_url":"https://github.com/nash-ye/wp-article-json-ld","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/nash-ye/wp-article-json-ld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-ye%2Fwp-article-json-ld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-ye%2Fwp-article-json-ld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-ye%2Fwp-article-json-ld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-ye%2Fwp-article-json-ld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nash-ye","download_url":"https://codeload.github.com/nash-ye/wp-article-json-ld/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-ye%2Fwp-article-json-ld/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32045713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress","wordpress-plugin"],"created_at":"2024-11-16T15:30:08.771Z","updated_at":"2026-04-20T11:35:48.316Z","avatar_url":"https://github.com/nash-ye.png","language":"PHP","funding_links":["https://patreon.com/nash1ye"],"categories":[],"sub_categories":[],"readme":"# Article JSON-LD\n\nArticle JSON-LD is an extendable and straightforward solution to enhance your site SEO by adding Schema.org microdata as a JSON-LD script on your site posts. \n\nIt will automatically insert the JSON-LD script in your site `\u003chead\u003e` tag by using the standard information provided by WordPress, such as the title, description, featured image, publish date, author, categories..etc.\n\nYou can support your custom post types or modify the data easily by using the plugin's hooks.\n\n## Custom-Post-Types Support\nBy default, the plugin supports the `post` post-type. Add support for other custom-post-types using a code snippet as the example below:\n\n```php\nadd_action('init', 'add_article_json_ld_post_type_support', 15);\n\n/**\n * @return void\n */\nfunction add_article_json_ld_post_type_support()\n{\n    add_post_type_support('custom-post-type', 'article-json-ld');\n}\n```\n\n## Plugin's Hooks\n\n- `ArticleJsonLd\\post_json_ld_data` A filter for a post JSON-LD data.\n- `ArticleJsonLd\\post_author_json_ld_data` A filter for a post author JSON-LD data.\n- `ArticleJsonLd\\post_publisher_json_ld_data` A filter for a post publisher JSON-LD data.\n\n## Credits\nThanks to [Arageek](https://www.arageek.com) for the approval to publish this plugin as a free, open-source project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnash-ye%2Fwp-article-json-ld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnash-ye%2Fwp-article-json-ld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnash-ye%2Fwp-article-json-ld/lists"}