Title: itdatex SEO
Author: itdatex
Published: <strong>August 27, 2026</strong>
Last modified: August 27, 2026

---

Search plugins

![](https://ps.w.org/itdatex-seo/assets/banner-772x250.png?rev=3668270)

![](https://ps.w.org/itdatex-seo/assets/icon-256x256.png?rev=3668270)

# itdatex SEO

 By [itdatex](https://profiles.wordpress.org/itdatex/)

[Download](https://downloads.wordpress.org/plugin/itdatex-seo.0.1.1.zip)

 * [Details](https://wordpress.org/plugins/itdatex-seo/#description)
 * [Reviews](https://wordpress.org/plugins/itdatex-seo/#reviews)
 *  [Installation](https://wordpress.org/plugins/itdatex-seo/#installation)
 * [Development](https://wordpress.org/plugins/itdatex-seo/#developers)

 [Support](https://wordpress.org/support/plugin/itdatex-seo/)

## Description

**itdatex SEO** is a deliberately lean alternative to the large SEO suites: no traffic
lights, no “content analysis”, no analytics call. The plugin delivers the metadata
a WordPress site needs for search engines and social preview – and nothing else.

#### What the plugin does

 * **Meta description** – built from the excerpt or the first 158 characters of 
   the content, overridable per post via a meta box.
 * **Open Graph** – `og:title`, `og:description`, `og:image`, `og:type`, `og:url`
   for Facebook, LinkedIn, WhatsApp, Slack.
 * **Twitter Card** – `summary_large_image` when an image is available, otherwise`
   summary`.
 * **JSON-LD** – `Organization`, `WebSite`, `WebPage`, `Article` (with author and
   date), `BreadcrumbList`.
 * **Canonical URL** – set consistently; the core `rel_canonical` handler is deregistered.
 * **Webmaster tool verifications** – meta tags for Bing, Google Search Console,
   Yandex Webmaster (only emitted when configured).
 * **IndexNow** – optional ping to Bing/Yandex IndexNow on publish/update, disabled
   by default (see “External Services” below).

#### What the plugin does not do

 * No keyword score, no “SEO traffic light score”, no cornerstone content concept.
 * No analytics, no tracking, no user profiling.
 * No XML sitemap generator – WordPress core has done this natively since 5.5.
 * No redirect manager – that belongs at the web server level.

### External Services

This plugin does **not** make any external HTTP calls itself, unless you explicitly
enable IndexNow.

**IndexNow (optional, disabled by default):**

 * **What:** On every publish or update of a public post type, the URL is sent to
   the IndexNow protocol (`https://api.indexnow.org/indexnow`) so Bing, Yandex and
   other participating search engines can pick up the change immediately.
 * **When:** Only if an IndexNow key is configured under **Settings -> itdatex SEO**.
   Without a key: not a single call.
 * **What is sent:** The site’s hostname, the IndexNow key, the key location (`https://
   your-domain/<key>.txt`) and the URL of the post just published. No content, no
   user data.
 * **Provider and terms:** IndexNow is an open protocol, operated among others by
   Microsoft (Bing) and Yandex. Terms of use: https://www.indexnow.org/terms. Privacy:
   https://www.bing.com/webmaster/help/what-is-indexnow-2b2ce5b1

If you do not want IndexNow, simply leave the key field empty – then no HTTP request
is sent to external servers.

## Screenshots

[⌊Settings page under Settings -> itdatex SEO: Twitter handle, default OG image,
organization data, webmaster verify tags.⌉⌊Settings page under Settings -> itdatex
SEO: Twitter handle, default OG image, organization data, webmaster verify tags.⌉[

Settings page under **Settings -> itdatex SEO**: Twitter handle, default OG image,
organization data, webmaster verify tags.

[⌊SEO meta box in the post editor: custom meta description and OG image URL per 
post.⌉⌊SEO meta box in the post editor: custom meta description and OG image URL
per post.⌉[

SEO meta box in the post editor: custom meta description and OG image URL per post.

[⌊Example output in the <head>: canonical, meta description, Open Graph, Twitter
Card, webmaster verifications.⌉⌊Example output in the <head>: canonical, meta description,
Open Graph, Twitter Card, webmaster verifications.⌉[

Example output in the `<head>`: canonical, meta description, Open Graph, Twitter
Card, webmaster verifications.

[⌊Example JSON-LD graph (Organization + WebSite + WebPage + Article + BreadcrumbList)
for a blog post.⌉⌊Example JSON-LD graph (Organization + WebSite + WebPage + Article
+ BreadcrumbList) for a blog post.⌉[

Example JSON-LD graph (`Organization` + `WebSite` + `WebPage` + `Article` + `BreadcrumbList`)
for a blog post.

## Installation

 1. Extract the plugin to `/wp-content/plugins/itdatex-seo/`, or upload it via `Plugins-
    > Add New`.
 2. Activate.
 3. Under **Settings -> itdatex SEO**, enter the default Open Graph image, Twitter 
    handle and organization data.
 4. Per post or page, the meta description and OG image can be overridden via the SEO
    meta box in the editor.
 5. Optional: enable IndexNow by entering an IndexNow key under the same menu (see “
    External Services” below).

## FAQ

### Does it conflict with Yoast SEO or Rank Math?

Yes. If a second SEO plugin also writes canonical tags, Open Graph or JSON-LD, you
will get duplicates in the `<head>`. **itdatex SEO** is designed as a stand-alone
plugin – running it in parallel with a large suite makes no sense.

### Why no XML sitemap?

WordPress core has provided native sitemaps at `/wp-sitemap.xml` since 5.5. A second
sitemap generator is just bloat.

### How does the OG image work?

Order: (1) URL entered manually in the SEO meta box, (2) featured image, (3) default
OG image from the plugin settings. Recommended: 1200×630 pixels.

### What language is the JSON-LD output in?

Fixed to `de-DE`, since the plugin is written for the German market. If you run 
multilingual sites, use a specialized plugin.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“itdatex SEO” is open source software. The following people have contributed to 
this plugin.

Contributors

 *   [ itdatex ](https://profiles.wordpress.org/itdatex/)

[Translate “itdatex SEO” into your language.](https://translate.wordpress.org/projects/wp-plugins/itdatex-seo)

### Interested in development?

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

## Changelog

#### 0.1.1

 * Translate remaining German settings labels to English so they follow the plugin
   text domain.

#### 0.1.0

 * Initial release: meta description, Open Graph, Twitter Card, JSON-LD (Organization
   + WebSite + WebPage + Article + BreadcrumbList), canonical, webmaster verify 
   tags, optional IndexNow ping.

## Meta

 *  Version **0.1.1**
 *  Last updated **3 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.4 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 8.1 or higher **
 * Tags
 * [JSON-LD](https://wordpress.org/plugins/tags/json-ld/)[meta](https://wordpress.org/plugins/tags/meta/)
   [open graph](https://wordpress.org/plugins/tags/open-graph/)[schema](https://wordpress.org/plugins/tags/schema/)
   [seo](https://wordpress.org/plugins/tags/seo/)
 *  [Advanced View](https://wordpress.org/plugins/itdatex-seo/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/itdatex-seo/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/itdatex-seo/reviews/)

## Contributors

 *   [ itdatex ](https://profiles.wordpress.org/itdatex/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/itdatex-seo/)