Open-source, clean-PHP utilities for WordPress. Technical-SEO friendly, performance-conscious, and easy to extend.
This site hosts documentation for the Pointalize plugins. It is independent from pointalize.com and contains usage notes, examples, and changelogs.
Purpose
Pointalize provides small, focused plugins that solve practical problems: structured data, content hygiene, and lightweight automation. Each plugin is documented here with setup steps and examples.
Credit-card points & miles utilities (calculators, data helpers)
Structured-data helpers and content formatting
Editorial workflows and technical-SEO tooling
WordPress Plugin Collection
Pointalize FAQ Markup
Generate valid FAQPage JSON-LD from native HTML <details>/<summary> blocks. Zero config, zero bloat.
Activate. It auto-detects <details> blocks and injects JSON-LD.
Example Markup
<details>
<summary>What is an annual fee?</summary>
Many premium cards charge an annual fee for perks and rewards.
</details>
Repository Structure
/pointalize
├─ README.md ← You are here
├─ pointalize-faq-markup/ ← First public plugin
│ ├─ pointalize-faq-markup.php
│ ├─ readme.txt
│ └─ assets/
└─ (future plugins)/
Installation
Each plugin installs independently:
Download the plugin ZIP (e.g., pointalize-faq-markup.zip).
In WordPress, go to Plugins → Add New → Upload Plugin.
Upload, install, and activate.
License
All Pointalize plugins are released under the GPLv2 or later.