Descripcion
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:
- Install and activate the plugin
- Configure your settings (framework version, platform name, output format)
- Edit any post or page
- Check « Enable RADAR metadata » in the meta box
- Select applicable infringements from categorised lists
- 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 boxradar_dsa_metadata– Filter the metadata before outputradar_dsa_framework_cache_duration– Modify framework cache duration
Actions:
radar_dsa_before_metadata– Fired before metadata is outputradar_dsa_after_metadata– Fired after metadata is output
Functions:
radardsa_get_radar_assessment($post_id)– Get RADAR assessment data for a postradardsa_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.
Installacion
- Upload the
radar-dsa-metadatafolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to Settings > RADAR DSA to configure the plugin
- Start adding DSA metadata to your posts and pages
FAQ
-
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_typesfilter 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.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“RADAR DSA Metadata” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “RADAR DSA Metadata” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
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
