Botkibble
AI agents, LLMs, and crawlers have to wade through navigation bars, sidebars, ads, and comment forms to reach the content they want, and every element costs tokens. Cloudflare measured an 80% reduction in token usage when converting a blog post from HTML to Markdown (16,180 tokens down to 3,150). Botkibble adds a Markdown endpoint to every published post and page. Cloudflare offers Markdown for Agents at the CDN edge on Pro, Business, and Enterprise plans. Botkibble does the same thing (for free) at the origin, so it works on any host. GitHub Repository Three ways to request Markdown: .md suffix: append .md to any post or page URL (e.g. example.com/my-post.md) Query parameter: add ?format=markdown to any post or page URL Content negotiation: send Accept: text/markdown in the request header What’s in every response: Structured metadata header with title, date, categories, tags, word count, character count, and estimated token count (in YAML frontmatter format, readable by any AI agent) Clean Markdown converted from fully-rendered post HTML (shortcodes run, filters applied) Content-Type: text/markdown and Vary: Accept response headers Content-Signal header for AI signal declaration — defaults to ai-train=no, search=yes, ai-input=yes — see contentsignals.org X-Markdown-Tokens header with estimated token count Discovery via in the HTML head and Link HTTP header Automatic cache invalidation when a post is updated or deleted Performance: Botkibble writes Markdown to disk on the first request, then serves it as a static file. A built-in Fast-Path serves cached files during WordPress’s init hook, before the main database query runs. No extra configuration needed. Add a web server rewrite rule and Botkibble bypasses PHP entirely, serving .md files the same way a server would serve an image or CSS file: Method Avg. response time Standard HTML 0.97s Markdown (cold, first request) 0.95s Markdown (cached, PHP Fast-Path) 0.87s Markdown (Nginx/Apache direct) 0.11s Serving directly from disk is 88% faster than a full WordPress page load. See the Performance section below for Nginx and Apache configuration. Security: Drafts, private posts, and password-protected content return 403 Forbidden Rate limits cache-miss regenerations (20/min by default) to mitigate DoS abuse X-Robots-Tag: noindex keeps Markdown versions out of search results Link: rel="canonical" points search engines back to the HTML version Cache variants (optional): You can persist alternate cached representations by adding ?botkibble_variant=slim (or any other variant name). Variant caches are stored under: /wp-content/uploads/botkibble/_v/ / .md What it does NOT do: Expose drafts, private posts, or password-protected content Serve non-post/page content types by default Require any configuration. Activate and it works. Why Markdown? HTML is expensive for AI systems to process. Cloudflare measured an 80% reduction in token usage when converting a blog post from HTML to Markdown (16,180 tokens down to 3,150). Cloudflare now offers Markdown for Agents at the CDN edge via the Accept: text/markdown header, available on Pro, Business, and Enterprise plans. This plugin does the same thing at the origin, so it works on any host. It also adds .md suffix URLs, ?format=markdown query parameters, YAML frontmatter, static file caching, and server-level offloading. If you use Cloudflare, both share the same Accept: text/markdown header, Content-Signal headers, and X-Markdown-Tokens response headers. Cloudflare currently defaults to Content-Signal: ai-train=yes, search=yes, ai-input=yes with no way to change it. Botkibble defaults to ai-train=no and lets you override the full signal per site via the botkibble_content_signal filter. Performance & Static Offloading This plugin supports static file offloading by writing Markdown content to /wp-content/uploads/botkibble/. Nginx Configuration To bypass PHP entirely and have Nginx serve the files (including variants) directly: # Variants location ~* ^/(_v/[^/]+/.+)\.md$ { default_type text/markdown; try_files /wp-content/uploads/botkibble/$1.md /index.php?$args; } # Default location ~* ^/(.+)\.md$ { default_type text/markdown; try_files /wp-content/uploads/botkibble/$1.md /index.php?$args; } Apache (.htaccess) Add this to your .htaccess before the WordPress rules: RewriteEngine On # Variants RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads/botkibble/_v/$1/$2.md -f RewriteRule ^_v/([^/]+)/(.+)\.md$ /wp-content/uploads/botkibble/_v/$1/$2.md [L,T=text/markdown] # Default RewriteCond %{DOCUMENT_ROOT}/wp-content/uploads/botkibble/$1.md -f RewriteRule ^(.*)\.md$ /wp-content/uploads/botkibble/$1.md [L,T=text/markdown] Even without these rules, the plugin uses a “Fast-Path” that serves cached files from PHP before the main database query is executed. Credits We thank Cristi Constantin (https://github.com/cristi-constantin) for contributing cache variants, URL and SEO improvements, and fixing important bugs.
Top keywords
- markdown24×3.18%
- md16×2.12%
- botkibble15×1.99%
- text8×1.06%
- text markdown8×1.06%
- uploads8×1.06%
- uploads botkibble8×1.06%
- wp-content8×1.06%
- wp-content uploads8×1.06%
- wp-content uploads botkibble8×1.06%
- content7×0.93%
- header7×0.93%
Chat Support for Telegram – Bubble & Button with Gutenberg, Elementor and Shortcode
Telegram chat is a WordPress plugin that allows website owners to easily add a Telegram chat button to their website. This allows visitors to quickly contact the website owner or support team through the Telegram messaging app. The plugin also includes features such as bubble with a single agent with a pre-filled message, bubble with name and message form, customizable buttons, automatic message pre-fill, offline message support and availability option based on your timezone. By using this plugin can increase the customer support, sales and conversions. 👁️Plugin Demo | 🚀Pro Version | 👩🏼💻Support | 🌟Rate this plugin WHY Chat Telegram Support Telegram has become one of the most popular messaging platforms in the world, with over 700 million active users. As a result, many businesses have begun using Telegram as a customer support channel. The Chat Telegram Support WordPress plugin has emerged as a popular solution for businesses looking to provide Telegram based customer support to their customers. First and foremost, the Chat Telegram Support plugin is incredibly easy to install and use. It is a lightweight plugin that can be installed with just a few clicks. Once installed, you need to configure the bubble from settings panel to show chat bubble in your website as you want, it allows your customers to initiate a chat with you directly from your website. This convenience makes it easier for customers to get in touch with you, and in turn, can lead to higher customer satisfaction rates. The plugin also allows you to customize the appearance and functionality of the Telegram chat button. You can choose from various button styles, sizes, and positions to make it fit seamlessly with your website’s design. Additionally, you can set up automated messages to greet your customers and provide them with helpful information or instructions. Another reason people use the Chat Telegram Support plugin is that it allows businesses to provide instant support to their customers. Unlike email or phone support, Telegram provides instant messaging that allows businesses to quickly respond to customer inquiries. This can lead to faster issue resolution and ultimately, happier customers. In addition to providing instant support, the Chat Telegram Support plugin allows businesses to save time and money. By using Telegram as a customer support channel, businesses can reduce the number of phone calls and emails they receive. This, in turn, can reduce the workload of customer support teams, allowing them to focus on other important tasks. Finally, the Chat Telegram Support plugin allows businesses to build stronger relationships with their customers. By providing fast and efficient customer support, businesses can increase customer satisfaction rates and build a loyal customer base. This can ultimately lead to increased revenue and growth for the business. The Chat Telegram Support plugin is a popular solution for businesses looking to provide Telegram based customer support to your customers. Its ease of use, customization options, instant support capabilities, time and totally free of use, and customer relationship building features make it a powerful tool for businesses of all sizes. CORE FEATURES Single agent support – This option will allow you to add a bubble with a single Telegram channel for receiving customers messages. Different call to action buttons – We provide a set of buttons to use anywhere on your website and all functionalities also can be set with each button. Availability time – You will have available time for a single agent and for the buttons. Set timezone – You will able to set your timezone so your time will work based on your time otherwise it will work from the user’s computer’s time. Let your audience know you’re offline – Based on your available time it will show you offline when you are not available GDPR compliance – You will able to enable GDPR compliance checkbox with your own custom notice/message. Floating bubble animations – We have lots of animations to show the button UI awesomely. Elementor buttons – The plugin provide a Elementor widget which has tons of options for crating amazing Chat Telegram buttons. Gutenberg Block for buttons – The plugin provide a Gutenberg block which has tons of options for crating amazing Chat Telegram buttons. PREMIUM FEATURES 👉 Everything in Free: You will get all the free features in premium version. 👉 Unlimited Chat agents You will able to add unlimited agents for chat in different way. There has several options to preset them like grid, list, search feature and many more. 👉 Premium Support If you face any issue and create a support ticket regarding that we will back to you within 6 hours with solution. 👉 Lifetime update The premium plugin is totally lifetime deal with lifetime new update. There is no need for yearly renewals. OTHER AMAZING PRODUCTS FROM ThemeAtelier ➡️ Better WhatsApp Chat Support – A WordPress plugin that allows website owners to easily add a WhatsApp chat bubble to their website and comes with Gutenberg, Elementor and Shortcode options. ➡️ Eventful – Events Showcase For The Events Calendar – Elevate your event management with this dynamic addon, enhancing ‘The Events Calendar’ with versatile layouts, advanced filtering, and user-friendly features for superior event showcasing. ➡️ Darkify Dark Mode – Lightweight, customizable WordPress dark mode plugin for a sleek, accessible, and eye-friendly experience on both frontend and admin dashboard. ➡️ Eventful for Elementor – Events Showcase For The Events Calendar and Elementor – Elevate your event management with this dynamic addon, enhancing ‘The Events Calendar’ with versatile layouts, advanced filtering, and user-friendly features for superior event showcasing. ➡️ Greet – Video Bubble Warm Welcome Plugin – A powerful and user-friendly video bubble plugin for WordPress that provides website owners with the opportunity to create a dynamic and engaging welcome experience for their visitors. ➡️ Domain For Sale – Transform your unused domain names into cash with this easy-to-use plugin that provides a professional template, customizable options, and a contact form for effortless selling.