Yes. Wee Schema is built to leverage the power of ACF to manage your structured data. You can use either the Free or Pro/Premium version of ACF. The plugin will create the necessary field groups for you to populate your schema data.
Can I use my existing ACF fields to populate schema data?
Yes. We understand many sites already have custom fields for things like "Price" or "Review Rating." Each schema field in Wee Schema includes a PHP filter, allowing you to hook in and map an alternative ACF field source to the schema output.
[Link to Developer Documentation/Examples]
Wee Schema currently supports the following Google-recommended JSON-LD types:
No. Wee Schema is "wee" (small) by design. It doesn't load heavy CSS or JavaScript on the frontend. It simply outputs a small block of JSON-LD text in the head of your document, which is the fastest way to provide schema to search engines.
After configuring your fields and saving a post, we recommend testing your URL using the Google Rich Results Test or the Schema Markup Validator.
Can I disable specific schema types?
Yes. If you only want to use the plugin for Products and Reviews but want to keep Organization schema disabled to avoid conflicts with another plugin, you can toggle these off within the Wee Schema settings page.
We focus primarily on the core "Rich Result" types favored by Google. However, because our WebPage schema is extensible via filters, you can add additional properties via PHP if required.
Your data remains safe in your database because it is stored in standard ACF fields. However, the JSON-LD code will no longer be generated in the
of your website, and search engines will stop seeing the structured data.As a free utility, support is provided on a best-effort basis. We focus on: