Title: Deviser AI Search Booster &#8211; Site Context Manager for llms
Author: Vishnu Malhotra
Published: <strong>Август 31, 2026</strong>
Last modified: Сентябрь 8, 2026

---

Search plugins

![](https://ps.w.org/deviser-ai-search-booster/assets/banner-772x250.png?rev=3686478)

![](https://ps.w.org/deviser-ai-search-booster/assets/icon-256x256.png?rev=3686480)

# Deviser AI Search Booster – Site Context Manager for llms

 By [Vishnu Malhotra](https://profiles.wordpress.org/vishnutechno/)

[Download](https://downloads.wordpress.org/plugin/deviser-ai-search-booster.1.0.5.zip)

 * [Details](https://os.wordpress.org/plugins/deviser-ai-search-booster/#description)
 * [Reviews](https://os.wordpress.org/plugins/deviser-ai-search-booster/#reviews)
 *  [Installation](https://os.wordpress.org/plugins/deviser-ai-search-booster/#installation)
 * [Development](https://os.wordpress.org/plugins/deviser-ai-search-booster/#developers)

 [Support](https://wordpress.org/support/plugin/deviser-ai-search-booster/)

## Description

Deviser AI Search Booster is a powerful WordPress site optimization plugin designed
to help websites become easier for AI tools, search engines, and AI agents to understand
and discover.

The plugin provides an integrated set of tools for generating and managing llms.
txt, creating a dynamic XML sitemap, configuring JSON-LD structured data, and managing
FAQ schema — all directly from the WordPress dashboard.

With Deviser AI Search Booster, website owners can provide AI systems with structured
information about their website, control which content is exposed through llms.txt
and XML sitemaps, and add structured data to help search engines better understand
their content.

#### Key Features

 * Generate a structured `llms.txt` URL for your website.
 * Add business profile details, including project name, email, summary, services,
   and industry.
 * Define AI content usage, training, and citation preferences.
 * Include or exclude selected pages, posts, categories, and custom post types.
 * Use searchable selection fields to manage content exclusions more easily.
 * Preview the generated `llms.txt` Content from the WordPress dashboard.
 * Download the generated `llms.txt` from the WordPress dashboard.
 * Dynamic XML Sitemap – Generates a robust `sitemap.xml` with advanced exclusion
   controls for Pages, Posts, Categories, and Custom Post Types (CPTs).
 * JSON-LD Schema Markup – Easily configure Organization or LocalBusiness schema
   to be injected into your site’s `<head>`.
 * FAQ Schema Manager – Create and manage per-page FAQ schemas with a simple repeater
   interface to earn rich snippets in search results.

### Privacy & Data

Deviser AI Search Booster stores plugin settings in your WordPress database and 
dynamically serves the generated llms.txt, XML sitemap, XSL sitemap stylesheet, 
and schema markup on your website.

The plugin does not send your settings, content, or website data to any external
API or third-party service.

Only the information you choose to publish through your website’s generated files
and structured data will be publicly accessible.

### How It Works

After activation, go to Deviser AI Search Booster in your WordPress dashboard.

From there, you can:

 * Configure your llms.txt business or website profile.
 * Define AI content usage and citation preferences.
 * Select content to exclude from llms.txt.
 * Preview and download your generated llms.txt.
 * Configure XML sitemap settings and exclusions.
 * Manage global Organization or LocalBusiness schema.
 * Create FAQ schema for individual pages.
 * Save your settings and allow the plugin to dynamically generate the required 
   files and markup.

The plugin dynamically manages the following resources:

 * yourdomain.com/llms.txt
 * yourdomain.com/sitemap.xml
 * yourdomain.com/sitemap.xsl

Schema markup is dynamically injected into the site’s where configured.

## Screenshots

[⌊LLMS Setting Page⌉⌊LLMS Setting Page⌉[

LLMS Setting Page

[⌊Sitemap Setting Page⌉⌊Sitemap Setting Page⌉[

Sitemap Setting Page

[⌊Schema & FAQ Setting Page⌉⌊Schema & FAQ Setting Page⌉[

Schema & FAQ Setting Page

[⌊Preview Page⌉⌊Preview Page⌉[

Preview Page

## Installation

 1. Upload the plugin folder to the /wp-content/plugins/ directory, or install it through
    the WordPress Plugins screen.
 2. Activate the plugin through the Plugins menu in WordPress.
 3. Go to Deviser AI Search Booster in the WordPress dashboard.
 4. Configure your LLM, sitemap, schema, and FAQ settings.
 5. Save your settings.
 6. Verify the generated llms.txt and sitemap.xml URLs on your website.

## FAQ

### What is llms.txt?

llms.txt is an emerging file format designed to provide AI tools and language models
with a structured overview of a website’s important public content.

### Where is the llms.txt file created?

The plugin generates the file at your site’s root URL, such as `yourdomain.com/llms.
txt`.

### Can I exclude specific posts or pages?

Yes. You can use the exclusion settings to select specific posts, pages, categories,
and custom post types that should not be included in the generated file.

### Does this plugin send my data to an external service?

No. The plugin does not send your settings, content, or website data to an external
API or third-party service.

### Does this plugin affect SEO?

The plugin does not directly change traditional SEO rankings. It creates a structured`
llms.txt` file that compatible AI tools may use to understand your public website
content.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Deviser AI Search Booster – Site Context Manager for llms” is open source software.
The following people have contributed to this plugin.

Contributors

 *   [ Vishnu Malhotra ](https://profiles.wordpress.org/vishnutechno/)
 *   [ vishnumalhotra ](https://profiles.wordpress.org/vishnumalhotra/)
 *   [ technodeviser ](https://profiles.wordpress.org/technodeviser/)

[Translate “Deviser AI Search Booster – Site Context Manager for llms” into your language.](https://translate.wordpress.org/projects/wp-plugins/deviser-ai-search-booster)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/deviser-ai-search-booster/),
check out the [SVN repository](https://plugins.svn.wordpress.org/deviser-ai-search-booster/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/deviser-ai-search-booster/)
by [RSS](https://plugins.trac.wordpress.org/log/deviser-ai-search-booster/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.1

 * Initial release with llms.txt generation, business profile settings, AI policy
   fields, content exclusions, and file preview.

#### 1.0.3

 * Added downloadable llms.txt content.
 * Added llms.txt download button.

#### 1.0.4

 * Removed the inline script block and the created a dedicated file for handling
   preview file copy and download actions.
 * Properly enqueued the new script using `wp_enqueue_script()` on the `admin_enqueue_scripts`
   hook.
 * Completely removed inline `json_encode()` execution from the template script 
   context. The enqueued script now safely reads preview text directly from the 
   DOM element (`#svmrb-preview-content`).
 * Audited and updated all PHP template files to ensure strict late-escaping on 
   all output using appropriate WordPress escaping functions.

#### 1.0.5

 * Added the sitmap setting page.
 * Added dynamic generation of `sitemap.xml` and `sitemap.xsl`.
 * Added global schema and FAQ schema settings page.
 * Added dynamic generation of global schema and FAQ schema.

## Meta

 *  Version **1.0.5**
 *  Last updated **3 боны ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/deviser-ai-search-booster/)
 * Tags
 * [AI](https://os.wordpress.org/plugins/tags/ai/)[ai agents](https://os.wordpress.org/plugins/tags/ai-agents/)
   [discovery](https://os.wordpress.org/plugins/tags/discovery/)[LLM](https://os.wordpress.org/plugins/tags/llm/)
   [llms.txt](https://os.wordpress.org/plugins/tags/llms-txt/)
 *  [Advanced View](https://os.wordpress.org/plugins/deviser-ai-search-booster/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/deviser-ai-search-booster/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/deviser-ai-search-booster/reviews/)

## Contributors

 *   [ Vishnu Malhotra ](https://profiles.wordpress.org/vishnutechno/)
 *   [ vishnumalhotra ](https://profiles.wordpress.org/vishnumalhotra/)
 *   [ technodeviser ](https://profiles.wordpress.org/technodeviser/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/deviser-ai-search-booster/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://technodeviser.com/)