Skip to main content

find-faq-page-wrong-type

Find entities with schema:mainEntity but missing schema:FAQPage type. Optionally patch.

Usage

  • worai find-faq-page-wrong-type <file.ttl> [--dry-run|--patch] [--replace-type]

Arguments

ArgumentTypeDescription
file.ttlstringPath to Turtle RDF file.

Options

OptionTypeDefaultDescription
--patchboolfalseExecute live API patch calls.
--dry-runboolfalsePrint sample patch payloads without executing.
--replace-typeboolfalseRemove existing types before adding FAQPage.

Examples

  • worai find-faq-page-wrong-type ./data.ttl
  • worai find-faq-page-wrong-type ./data.ttl --dry-run --replace-type
  • worai find-faq-page-wrong-type ./data.ttl --patch --replace-type

Notes

  • --patch requires WORDLIFT_KEY (or wordlift.api_key in config).