Plugin info

Total downloads: 135
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 8/3/2025 (202 days ago)
Added to WordPress: 8/3/2025 (0 years old)
Minimum WordPress version: 5.8
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Stale • Last updated 202 days ago

38/100

Is RADAR DSA Metadata abandoned?

Likely maintained (last update 202 days ago).

Compatibility

Requires WordPress: 5.8
Tested up to: 6.8.3
Requires PHP: 7.4

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

RADAR DSA Metadata helps organisation categorise infringement to the European Union’s Digital Services Act (DSA) by adding structured metadata to posts and pages. The plugin integrates with the RADAR framework from Check First to categorise and document potential content infringements.

Key Features:

  • Easy-to-use interface for selecting applicable DSA infringements
  • Automatic metadata generation in multiple formats (meta tags and JSON-LD)
  • Direct integration with RADAR framework from GitHub
  • Per-post/page assessment with date tracking
  • Collapsible categories for better organisation
  • Real-time infringement counting
  • Support for multiple RADAR framework versions
  • Customisable output formats

Why Use RADAR DSA Metadata?

RADAR is a community-driven framework that evolves with the Digital Service Act enforcement landscape. Your contributions help create a comprehensive, practical resource for DSA compliance assessment across Europe. Whether you’re a researcher, civil society organisation, regulatory expert, or platform representative, your insights and experiences make RADAR more robust and useful for everyone.

How It Works:

  1. Install and activate the plugin
  2. Configure your settings (framework version, platform name, output format)
  3. Edit any post or page
  4. Check “Enable RADAR metadata” in the meta box
  5. Select applicable infringements from categorised lists
  6. Save your post – metadata is automatically added to the page

The plugin fetches the latest RADAR framework definitions from the official GitHub repository, ensuring you always have access to up-to-date categorisations.

External Services:

This plugin connects to GitHub’s servers to fetch the RADAR framework definitions:

  • Service: GitHub Raw Content (raw.githubusercontent.com)
  • Purpose: Downloads the official RADAR framework JSON files containing DSA infringement categorizations
  • Data Sent: Only HTTP headers (User-Agent, Accept)
  • Data Received: JSON framework definitions
  • Privacy Policy: https://docs.github.com/en/github/site-policy/github-privacy-statement
  • When: On plugin activation, settings save, and when cached data expires (24 hours)
  • Account Required: No

The plugin does not send any personal or site data to external services. All framework data is cached locally for 24 hours to minimize external requests.

Developer Information

Filters:

  • radar_dsa_post_types – Modify which post types show the RADAR meta box
  • radar_dsa_metadata – Filter the metadata before output
  • radar_dsa_framework_cache_duration – Modify framework cache duration

Actions:

  • radar_dsa_before_metadata – Fired before metadata is output
  • radar_dsa_after_metadata – Fired after metadata is output

Functions:

  • radardsa_get_radar_assessment($post_id) – Get RADAR assessment data for a post
  • radardsa_has_radar_metadata($post_id) – Check if a post has RADAR metadata enabled

Privacy Policy

This plugin does not collect any personal data. All assessment data is stored locally in your WordPress database as post metadata. The plugin fetches framework definitions from GitHub’s public API, which may log your server’s IP address according to GitHub’s privacy policy.

Support

For support, feature requests, or bug reports, please visit:

Credits

This plugin is developed by CheckFirst and is part of the RADAR initiative for Digital Services Act compliance.

Installation

  1. Upload the radar-dsa-metadata folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings > RADAR DSA to configure the plugin
  4. Start adding DSA metadata to your posts and pages

Frequently Asked Questions

What is the RADAR framework?

RADAR is a standardised framework for categorising potential infringements under the Digital Services Act. It’s maintained by CheckFirst and provides a common vocabulary for DSA compliance.

Do I need to manually update the framework?

No, the plugin automatically fetches the latest framework versions from the official GitHub repository. You can choose which version to use in the settings.

Can I use this on custom post types?

Yes, developers can use the radar_dsa_post_types filter to add support for custom post types.

What metadata formats are supported?

The plugin supports both HTML meta tags and JSON-LD structured data. You can choose either format or use both in the settings.

Is the plugin GDPR compliant?

Yes, the plugin doesn’t collect any personal data. All assessments are stored locally in your WordPress database.

Can I export the assessment data?

Currently, the data is stored as post meta. You can access it programmatically or export it using standard WordPress export tools.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.1.0

  • Added support for multiple RADAR framework versions
  • Improved UI with collapsible categories
  • Added real-time infringement counting
  • Enhanced meta box with quick actions (expand/collapse all)
  • Added framework caching for better performance
  • Improved code organisation and security

1.0.0

  • Initial release
  • Basic DSA metadata functionality
  • Integration with RADAR framework
  • Meta tag and JSON-LD output support