=== Contentifizer AI Processor ===
Contributors: Samiur6688
Tags: content-processing, faq, summary, heading-generator, gemini
Requires at least: 5.6
Tested up to: 6.9
Requires PHP: 7.2
Stable tag: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Process WordPress post and page content using Google AI Studio (Gemini API) to generate summaries, FAQs, and heading suggestions.

== Description ==

Contentifizer AI Processor helps WordPress users process post and page content using Google AI Studio (Gemini API).

The plugin adds a metabox inside the WordPress editor with dedicated buttons for different AI-powered content processing tasks.

Using the plugin, you can:

* Generate concise summaries from post or page content.
* Convert content into FAQ format with structured FAQ schema.
* Suggest relevant headings based on the content of the article.

The plugin uses Google AI Studio's Gemini API to analyze content and generate useful outputs directly inside the WordPress editor.

Features include:

* AI-powered summary generation.
* AI-powered FAQ generation.
* AI-generated heading suggestions.
* Dedicated metabox with separate buttons for each task.
* Works with WordPress posts and pages.
* Simple API key configuration.

== Installation ==

1. Upload the `contentifizer-ai-processor` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to Settings ? Contentifizer AI Processor and enter your **Google AI Studio API key**.
4. Open any post or page in the editor.
5. Use the metabox buttons to generate summaries, FAQs, or heading suggestions.

== Frequently Asked Questions ==

= Do I need a Google AI Studio account? =

Yes. You must have an API key from Google AI Studio (Gemini API).

= Which AI model does this plugin use? =

The plugin uses **Google AI Studio's Gemini 2.5-flash model** for content processing tasks.

= Does it work with both posts and pages? =

Yes. The plugin works with both WordPress posts and pages.

= What can the plugin generate? =

The plugin can generate:

* Content summaries
* FAQ questions and answers
* Heading suggestions based on content

= Does the plugin automatically publish generated content? =

No. The generated content is shown inside the editor so you can review and use it as needed.

== External services ==

Service provider: Google LLC

This plugin connects to Google Gemini API (Google Generative Language API) to generate AI-based summaries, FAQs, and heading suggestions for posts and pages.

It sends the post or page content when the user manually triggers the generation using the plugin buttons (such as Generate Summary, Generate FAQ, or Suggest Headings).

Service links:
Terms of Service: https://policies.google.com/terms
Privacy Policy: https://policies.google.com/privacy 


== Changelog ==

= 1.0 =
* Initial release.