Deskripzioa
Indepth Analytics Structured Metadata adds structured metadata tags to the <head> section of WordPress pages. The plugin outputs information about posts, pages, taxonomy archives, and search pages using custom indepth:* meta properties.
The plugin can also load an optional external header script configured by administrators from the WordPress dashboard.
Supported metadata includes:
- Post or page ID
- Content type and post type
- Publication date
- Estimated reading time
- Featured image URL
- Categories and taxonomy terms
- Authors and author avatars
- Collaborators and collaborator avatars
- Current language
- Available translations when using Polylang
The plugin works with standard WordPress APIs and follows WordPress coding and security practices.
Features:
- Outputs
indepth:*metadata tags in the document head - Supports posts, pages, archives, and search results
- Optional taxonomy selection for category metadata
- Optional external header script loader
- Compatible with Polylang translations
- Translation-ready
- Compatible with PHP 8.2 and newer
Instalazioa
- Upload the
indepth-analytics-structured-metadatafolder to the/wp-content/plugins/directory. - Activate the plugin through the Plugins screen in WordPress.
- Open Settings Indepth Metadata Settings.
- Select the taxonomies to include in metadata output.
- Optionally configure a header script URL.
MEG
-
The plugin outputs metadata tags inside the
<head>section using thewp_headaction. -
Does the plugin require Polylang?
-
No. Polylang support is optional. Translation metadata is only added when Polylang is active.
-
How is reading time stored?
-
Reading time is loaded from the
indepth_analytics_reading_durationpost meta field. -
Additional authors can be stored in the
indepth_analytics_authorspost meta field as an array of user IDs. -
How are collaborators stored?
-
Collaborators are stored in the
indepth_analytics_contributionspost meta field. -
Is the external script URL sanitized?
-
Yes. The URL is sanitized and validated before saving.
-
What PHP version is required?
-
PHP 8.2 or newer.
Berrikuspenak
Ez dago berrikuspenik plugin honentzat.
Laguntzaileak eta Garatzaileak
“Indepth Analytics Structured Metadata” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.
LaguntzaileakItzul zaitez Indepth Analytics Structured Metadata zure hizkuntzara.
Garapena interesatzen zaizu?
Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.
Aldaketen loga
1.0.0
- Initial release.
- Added structured metadata output for WordPress content.
- Added taxonomy metadata support.
- Added optional external header script support.
- Added Polylang translation support.
- Added translation-ready language files.