
Manage SEO titles, meta descriptions and Open Graph tags with live SERP preview, character counter and social media sharing optimization.
Super Duper SEO Title and Description is a lightweight yet powerful SEO plugin that gives you full control over how your pages appear in search engines and on social media platforms.
This plugin is pre-translated by the author in German (DE, AT, CH – informal and formal), English, French, Spanish, Italian and Dutch. All translations are bundled with the plugin and loaded automatically – no additional language packs or manual setup required.
Key Features
- SEO Title & Meta Description – Set custom titles and meta descriptions for every page, post, and custom post type.
- Live SERP Preview – See exactly how your page will look in Google search results, for both desktop and mobile.
- Character Counter with Progress Bar – Visual feedback with color-coded progress bars (green = optimal, orange = borderline, red = too long/short).
- Open Graph Tags – Control how your content appears when shared on Facebook, LinkedIn, XING, and other OG-compatible platforms.
- X / Twitter Cards – Dedicated Twitter Card meta tags for optimal appearance on X (formerly Twitter).
- Custom Social Media Texts – Optionally define separate titles and descriptions for social media sharing.
- Social Media Preview – See a preview of how your content will look when shared on Facebook/LinkedIn.
- Modular Feature Toggles – Enable or disable individual features from the settings page.
- WooCommerce Compatible – Full support for WooCommerce products with HPOS compatibility.
- Multilingual Ready – Fully translated by the author: German (DE, AT, CH – Du/Sie), English, French, Spanish, Italian, Dutch. Translations load automatically.
Supported Platforms
The plugin generates optimized meta tags for:
- Google & Search Engines – SEO title tags and meta descriptions
- Facebook – Open Graph tags (og:title, og:description, og:image, og:type, etc.)
- LinkedIn – Uses Open Graph tags for link previews
- XING – Uses Open Graph tags for link previews
- X / Twitter – Dedicated Twitter Card tags (twitter:card, twitter:title, twitter:description, twitter:image)
Perfect For
- Website owners who want simple SEO control without bloat
- Developers who need a clean, well-structured SEO solution
- WooCommerce shops that need social sharing optimization
- Multilingual DACH-region websites
Screenshots

Settings – Feature toggles for SEO, Open Graph, Twitter Cards & Social Media Preview

Title settings – Default separator and title format configuration

Content types & social media defaults – Post type selection and default OG image

Indexing & AI Crawlers – Block AI bots and enable llms.txt

SEO Data Import – One-click import from Yoast SEO, Rank Math, SEOPress and All in One SEO

SEO tab – Live SERP preview with title, description and character counter

Keywords tab – Focus keyword analysis with 10-point SEO scoring

Social Media tab – Open Graph and Twitter Card fields with live preview

Schema tab – Schema.org type selection and JSON-LD info

Indexing tab – noindex, nofollow, canonical URL and AI crawler status

Sitemap admin – live status with warnings, migration hint and copy-ready URLs

Sitemap content selection – choose which post types, archives and taxonomies to include

Sitemap submission – direct links to Google Search Console, Bing Webmaster Tools, Yandex and IndexNow
FAQ
Does this plugin conflict with Yoast SEO or other SEO plugins?
We recommend using only one SEO plugin at a time to avoid duplicate meta tags. If you’re switching from another SEO plugin, deactivate it before activating Super Duper SEO Title and Description.
What are the recommended character lengths?
- SEO Title: 30–60 characters (desktop), max 55 for mobile
- Meta Description: 80–160 characters (desktop), max 120 for mobile
- OG Title: max 60 characters
- OG Description: max 200 characters
Does this plugin support WooCommerce?
Yes! The plugin fully supports WooCommerce products and is compatible with HPOS (High-Performance Order Storage).
Which image formats are supported for Social Media?
JPG and PNG are the recommended formats for og:image. LinkedIn and XING support only JPG and PNG reliably. WebP and AVIF may cause issues on these platforms – LinkedIn may show no preview image or only a tiny thumbnail. The plugin automatically converts WebP and AVIF images to JPG for maximum compatibility across all social media platforms.
- Facebook: JPG, PNG, WebP (AVIF only limited)
- LinkedIn: JPG, PNG only (WebP/AVIF not reliable)
- XING: JPG, PNG only
- X / Twitter: JPG, PNG, WebP
- WhatsApp / Slack: JPG, PNG, WebP
Recommended size: 1200×630 pixels, max 5 MB.
What Open Graph tags are generated?
The plugin generates: og:title, og:description, og:image, og:image:secure_url, og:image:width, og:image:height, og:image:type, og:image:alt, og:url, og:type, og:site_name, og:locale, article:published_time, article:modified_time, article:author, and optionally fb:app_id.
ChangeLog
1.3.3 – 07.05.2026
- Improved: Plugin Check compliance – all output values in
class-sdstd-llms-txt.php are now properly escaped (16 fixes in the llms.txt / llms-full.txt generator).
- Improved: XSL stylesheet output in
class-sdstd-sitemap.php now uses explicit esc_html() on all interpolated values for full Plugin Check compliance.
- Improved: Translator comments added to all i18n strings containing placeholders (
%d, %1$d etc.) in class-sdstd-admin-assets.php for accurate translation context.
- Improved: Ordered placeholders (
%1$d instead of %d) for the multi-value import-result message so translators can reorder them per locale.
- Improved: Removed
suppress_filters => true from sitemap query – plugin filters now run as expected.
- Improved: Documented direct database queries and slow meta/tax queries in
class-sdstd-sitemap.php with phpcs annotations and rationale (all results are cached in the sitemap transient for 1 hour).
- Improved: phpcs annotations on the importer’s
prepare() calls explaining the safe use of dynamically-built %s placeholder lists.
- Improved: Annotated the WordPress core
the_content filter usage in the FAQ schema generator (this is intentionally not a plugin-owned hook).
- Note: No functional or user-facing changes. All fixes are static-analysis cleanup for the WordPress.org Plugin Check.
1.3.2 – 05.05.2026
- New: Per-post AI crawler override – set “Block” or “Allow” individually for each page in the Indexing tab. Use cases: block AI on premium/member content, or explicitly allow AI on marketing pages even when blocking is global.
- New: Tristate dropdown “Use global setting / Block / Allow” replaces the previous read-only AI status display in the meta box.
- New: Live preview in the meta box now shows the effective AI-blocking meta tag based on per-post override + global setting.
- New: Post meta
_sdstd_ai_bots_override available via REST API for headless setups.
- Improved: AI crawler logic in
class-sdstd-indexing.php respects per-post override on singular pages, falls back to global setting elsewhere.
- Improved: llms.txt and llms-full.txt now exclude posts where AI override is set to “Block” (in addition to the existing noindex filter). Setting a page to block AI now keeps it out of both meta tags AND the llms.txt feed consistently.
1.3.1 – 05.05.2026
- New: Filter
sdstd_schema_author_url – allows other plugins or themes to override or remove the author URL in Schema.org Article markup. Return an empty string to omit the author URL entirely.
- New: Filter
sdstd_sitemap_author_url – allows other plugins or themes to override the author archive URL in the XML sitemap. Return an empty string to skip the author entirely.
- Improved: Compatibility with security plugins that block author archives (e.g. Super Duper Two-Factor Login). When author archives are blocked and redirected, the new filters prevent dead URLs from appearing in structured data and sitemaps.
- Note: No breaking changes. Default behaviour is unchanged unless a filter is explicitly hooked.
1.3.0 – 27.04.2026
- New: XML Sitemap – generates a single /sitemap.xml file containing all public content
- New: Image Sitemap extension – featured and OG images included for better Google Image Search visibility
- New: Granular content selection – Posts, Pages, Products, Custom Post Types, Author archives and Date archives included by default; Categories and Tags optional
- New: Respects per-page noindex – pages marked as noindex are automatically excluded from the sitemap
- New: WordPress core sitemap (/wp-sitemap.xml) automatically disabled to avoid duplicates
- New: Dedicated “Sitemap” submenu under SEO & Title with submission links to Google Search Console, Bing Webmaster Tools, Yandex and IndexNow
- New: Browser-readable XML stylesheet (/sitemap.xsl) for human-friendly sitemap viewing
- New: Smart caching via transient (1 h, auto-invalidated on content changes) for fast response times
- Note: The classic sitemap ping endpoints have been discontinued by Google (26.06.2023) and Bing (2022). The plugin uses webmaster tools and IndexNow instead.
1.2.1 – 06.04.2026
- New: REST API support – all SEO meta fields readable and writable via the WordPress REST API
- New: SEO Data Importer – import from Yoast SEO, Rank Math, SEOPress and All in One SEO with data detection and overwrite protection
- New: Focus Keyword Analysis – live 10-point SEO check (title, description, URL, content density, headings, image alt tags, text length, links)
- New: Schema.org JSON-LD – automatic Article, WebPage, Product, BreadcrumbList and WebSite schemas with per-page type override
- New: FAQPage schema auto-generated from H2/H3 headings in content
- New: Indexing tab – noindex/nofollow per page with live robots meta tag preview
- New: Canonical URL override per page (replaces WordPress default canonical)
- New: AI Crawler Blocker – block GPTBot, Google-Extended, CCBot, Anthropic, Bytespider, FacebookBot and Applebot-Extended
- New: llms.txt – generates /llms.txt and /llms-full.txt with site summary for AI systems
- New: 5-tab layout (SEO, Keywords, Social Media, Schema, Indexing)
- New: Respects WordPress “Discourage search engines” setting – never overrides, warns in UI
- New: Import safety – original data from other plugins is never deleted or modified
- Changed: Minimum PHP version raised to 8.2
- Note: Versions 1.0.33 through 1.2.0 were internal development releases for feature development and testing.
1.0.32 – 02.04.2026
- First public release on WordPress.org
- SEO title and meta description management with live SERP preview
- Open Graph tags for Facebook, LinkedIn, XING, WhatsApp and Slack
- X / Twitter Card meta tags
- Custom social media texts and preview
- Automatic WebP/AVIF to JPG conversion for social media images
- Character counter with color-coded progress bar
- Modular feature toggles
- WooCommerce HPOS compatibility
- Fully translated: German (DE, AT, CH – Du/Sie), English, French, Spanish, Italian, Dutch
- Note: Versions 1.0.0 through 1.0.31 were internal development releases used for bug fixing, platform compatibility testing and WordPress.org review compliance.