Перейти к содержимому
WordPress.org

Русский

  • Темы
  • Плагины
  • Новости
    • Документация
    • Форумы
  • О WordPress
  • Сообщество
  • Скачать WordPress
Скачать WordPress
WordPress.org

Plugin Directory

SEO Fields API Support

  • Отправить плагин
  • Мои избранные
  • Войти
  • Отправить плагин
  • Мои избранные
  • Войти

SEO Fields API Support

Автор: Dmytro Verzhykovskyi
Скачать
  • Детали
  • Отзывы
  • Установка
  • Разработка
Поддержка

Описание

SEO Fields API Support is a lightweight plugin that enhances the WordPress REST API by making Yoast SEO fields — such as SEO titles and meta descriptions -available for programmatic updates. This plugin is perfect for developers and site owners who need to automate or manage SEO metadata efficiently via the REST API.

Ключевые функции

  • Yoast SEO Integration: Exposes _yoast_wpseo_title and _yoast_wpseo_metadesc fields in the REST API.
  • Wide Compatibility: Supports all public post types, including posts, pages, and custom post types.
  • Secure: Includes authentication checks and data sanitization to ensure safe updates.
  • Lightweight: Only activates its features when Yoast SEO is installed, minimizing overhead.

Совместимость

  • Requires WordPress 6.2 or higher.
  • Requires Yoast SEO to be installed and activated.

Как использовать

After activation, you can update SEO fields using the WordPress REST API. Below is an example:

  • Updating a Post: Send a PUT request to /wp/v2/posts/<post-id> with this JSON body:
    `json
    {
    «meta»: {
    «_yoast_wpseo_title»: «Custom SEO Title»,
    «_yoast_wpseo_metadesc»: «Custom meta description for SEO.»
    }
    }

Установка

  1. Upload the seo-fields-api-support folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. No additional setup is required -the plugin automatically registers the Yoast SEO fields with the REST API.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«SEO Fields API Support» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники
  • Dmytro Verzhykovskyi

«SEO Fields API Support» переведён на 1 язык. Благодарим переводчиков за их работу.

Перевести «SEO Fields API Support» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Мета

  • Версия 1.1
  • Обновление: 5 дней назад
  • Активных установок: Менее 10
  • Версия WordPress 6.2 или выше
  • Совместим вплоть до: 6.7.5
  • Языки

    English (US) и Russian.

    Перевести на ваш язык

  • Метки:
    apimetadatarest-apiseoYoast
  • Дополнительно

Оценки

Пока что нет ни одного отзыва.

Your review

Посмотреть всеотзывы

Участники

  • Dmytro Verzhykovskyi

Поддержка

Есть что сказать? Нужна помощь?

Перейти в форум поддержки

  • О нас
  • Новости
  • Хостинг
  • Приватность
  • Витрина
  • Темы
  • Плагины
  • Паттерны
  • Обучение
  • Поддержка
  • Разработчики
  • WordPress.TV ↗
  • Присоединиться
  • События
  • Поддержать ↗
  • Пять для будущего
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Русский

  • Посетите нас в X (ранее Twitter)
  • Посетите нашу учётную запись в Bluesky
  • Посетите нашу ленту в Mastodon
  • Посетите нашу учётную запись в Threads
  • Посетите нашу страницу на Facebook
  • Посетите наш Instagram
  • Посетите нашу страницу в LinkedIn
  • Посетите нашу учётную запись в TikTok
  • Посетите наш канал YouTube
  • Посетите нашу учётную запись в Tumblr
Код — это поэзия.
The WordPress® trademark is the intellectual property of the WordPress Foundation.