{"id":20312471,"url":"https://github.com/kaminoweb/json-ld-article","last_synced_at":"2026-05-04T20:39:55.672Z","repository":{"id":262724652,"uuid":"888154392","full_name":"kaminoweb/json-ld-article","owner":"kaminoweb","description":"Automatically generates a JSON-LD schema for blog posts and saves it to a custom field for better SEO.","archived":false,"fork":false,"pushed_at":"2024-11-17T21:24:54.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T21:47:50.822Z","etag":null,"topics":["json-schema","wordpress"],"latest_commit_sha":null,"homepage":"https://kaminoweb.com","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/kaminoweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-11-13T22:56:15.000Z","updated_at":"2024-11-17T21:24:58.000Z","dependencies_parsed_at":"2024-11-14T00:17:33.086Z","dependency_job_id":"555e1040-ee11-4011-aa5c-7452103dc97b","html_url":"https://github.com/kaminoweb/json-ld-article","commit_stats":null,"previous_names":["kaminoweb/json-ld-article"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaminoweb/json-ld-article","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaminoweb%2Fjson-ld-article","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaminoweb%2Fjson-ld-article/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaminoweb%2Fjson-ld-article/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaminoweb%2Fjson-ld-article/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaminoweb","download_url":"https://codeload.github.com/kaminoweb/json-ld-article/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaminoweb%2Fjson-ld-article/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32624682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: 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":["json-schema","wordpress"],"created_at":"2024-11-14T18:06:14.327Z","updated_at":"2026-05-04T20:39:55.641Z","avatar_url":"https://github.com/kaminoweb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Article JSON-LD Generator\n\n**Contributors:** KAMINOWEB INC  \n**Tags:** SEO, JSON-LD, schema, blog post, structured data  \n**Requires at least:** 5.0  \n**Tested up to:** 6.7  \n**Stable tag:** 1.1  \n**License:** GNU General Public License v3.0  \n**License URI:** https://www.gnu.org/licenses/gpl-3.0.html\n\nAutomatically generates a **JSON-LD** schema for blog posts and saves it to a custom field for better SEO.\n\n## Description\n\nThe **Article JSON-LD Generator** plugin for WordPress automatically generates a **JSON-LD** schema for each blog post and stores it in a custom field for improved SEO. By adding structured data, the plugin helps search engines better understand the content of your posts, potentially improving search rankings.\n\n### Key Features:\n\n- **Automatic JSON-LD Schema**: Generates structured data for blog posts automatically.\n- **Custom Field Storage**: Saves the generated JSON-LD schema in a custom field (`article-JSON-LD`).\n- **Schema Details**: Includes key details like post title, featured image, author, dates, and description.\n- **Optimized for SEO**: Helps improve SEO by providing structured data in the form of JSON-LD.\n- **Easy Integration**: The plugin works automatically when a post is saved.\n\n## Installation\n\n### 1. Upload the Plugin:\n\n- Download the **Article JSON-LD Generator** plugin from GitHub.\n- Upload the `article-json-ld-generator` folder to the `/wp-content/plugins/` directory on your WordPress installation.\n\n### 2. Activate the Plugin:\n\n- Go to the **Plugins** menu in WordPress and click **Activate** under the **Article JSON-LD Generator** plugin.\n\n### 3. Using the Plugin:\n\n- The plugin automatically adds JSON-LD schema to each post when it is saved.\n- The schema is stored in a custom field called `article-JSON-LD`. You can use this custom field in your theme or with other plugins to display or use the JSON-LD data.\n\n## Frequently Asked Questions\n\n### How does the plugin generate the JSON-LD schema?\n\nThe plugin automatically generates a JSON-LD schema for blog posts by gathering information such as the post title, URL, publication date, author, featured image, and custom descriptions. It then stores this schema in a custom field for easy access.\n\n### Can I edit the generated JSON-LD data?\n\nThe plugin generates the JSON-LD data based on the available information from your posts, but you can customize or extend it using hooks or by manually editing the custom field `article-JSON-LD`.\n\n### Does the plugin require an API key or third-party service?\n\nNo, the plugin does not require an API key or external services. It generates the JSON-LD schema based on data already available in WordPress.\n\n### What kind of structured data does the plugin generate?\n\nThe plugin generates **BlogPosting** schema type, including:\n- Title (headline)\n- Featured image (image)\n- Author (name)\n- Publication date\n- Modification date\n- Post URL\n- Description\n\n## Changelog\n\n### 1.1\n- Updated version for better compatibility with WordPress 6.7.\n- Minor fixes to the description handling.\n\n### 1.0\n- Initial release of the plugin.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaminoweb%2Fjson-ld-article","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaminoweb%2Fjson-ld-article","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaminoweb%2Fjson-ld-article/lists"}