Generate Schema.org JSON-LD for codechecker pages
Source:R/utils_build_metadata.R
generate_codechecker_schema_org.RdCreates structured metadata using @graph to represent the codechecker as a Person and their Reviews (codechecks). Uses the proper Schema.org relationship where each Review has an "author" property pointing to the Person, rather than Person having a "review" property (which doesn't exist in Schema.org). Enables better discoverability by search engines and tools that consume schema.org metadata.
Usage
generate_codechecker_schema_org(
codechecker_orcid,
codechecker_name,
codechecker_github = NULL,
register_table
)