=== EffortLess Custom Meta Tags ===
Contributors: domclic
Donate link: https://id7.dev/donate/?plugin=effortless-custom-meta-tags
Tags: meta tags, SEO, Content-Security-Policy, Open Graph, social media
Requires at least: 6.2
Tested up to: 7.0
Requires PHP: 7.4
Stable tag:        1.0.16
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A simple and lightweight plugin to easily manage meta tags including Content-Security-Policy, description, Open Graph, and Twitter Cards.

== Description ==
EffortLess Custom Meta Tags provides a simple interface to manage essential meta tags for your WordPress site without the bloat of larger SEO plugins.

Features:
- Meta Description: Set a custom meta description for your site.
- Content-Security-Policy: Add CSP headers for enhanced security.
- Open Graph Tags: Enable Facebook sharing with custom title, description, image, and URL.
- Twitter Cards: Configure Twitter sharing with custom title, description, image, and card type.
- Clean Interface: Simple, intuitive admin panel.
- Lightweight: Minimal impact on site performance.
- Conditional Loading: Social media fields are only shown when enabled.

Perfect for:
- Developers who need basic meta tag functionality.
- Sites that don't need a full SEO suite.
- Projects requiring custom CSP implementation.
- Clean, minimal WordPress installations.

== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/effortless-custom-meta-tags` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Go to Settings > Meta Tags in your WordPress admin to configure the plugin.

== Frequently Asked Questions ==

= How do I set up Open Graph tags? =
1. Go to Settings > Meta Tags in your WordPress admin.
2. Check "Enable OpenGraph Tags".
3. Fill in the Facebook fields that appear.
4. Save your settings.

= What CSP format should I use? =
Enter your Content Security Policy directives one per line, for example:

== Changelog ==

= 1.0.16 =
* Change: moved the settings page from a standalone "EffortLess" top-level menu to Settings > Meta Tags.
