Pointalize – WordPress Plugins & Docs

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.

WordPress Plugin Collection

Pointalize FAQ Markup

Generate valid FAQPage JSON-LD from native HTML <details>/<summary> blocks. Zero config, zero bloat.

· Source on GitHub

Quick Start

  1. Download pointalize-faq-markup.zip
  2. WordPress → Plugins → Add New → Upload
  3. 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:

  1. Download the plugin ZIP (e.g., pointalize-faq-markup.zip).
  2. In WordPress, go to Plugins → Add New → Upload Plugin.
  3. Upload, install, and activate.

License

All Pointalize plugins are released under the GPLv2 or later.

Author

Developed by Phillip Rosenheinrichpointalize.com