Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

MetaTagsFromContent

Descripción

Find the post. Click “Edit post”. Activate the “Text” tab of your post.

To modify the title tag of your post, add a simple string into your post content:
<!—title=»your title»—> (See screenshot-1)

To modify the description tag of your post, add:
<!—description=»your description»—> (See screenshot-1)

IMPORTANT!!! Be sure after «<!» characters you have two «-» characters. It is similar to HTML comment tag.

Multilingual support

If some kind of multilingual plugins are active (for example Multilanguage by BestWebSoft) – you can define titles and descriptions in other way: (See screenshot-2)

English locale (United States)
<!—title_en_US=»your title»—>
<!—description_en_US=»your description»—>

Українська локаль
<!—title_uk=»Ваш заголовок»—>
<!—description_uk=»Ваш опис»—>

Русская локаль
<!—title_ru_RU=»Ваш заголовок»—>
<!—description_ru_RU=»Ваше описание»—>

Feedbacks are welcome. Visit onlineservicetools.com

Capturas

  • How to define title and description from post/page content
  • How to define multilanguage title and description from post/page content

Preguntas frecuentes

Is plugin compatible with Yoast SEO?

Yes, it’s compatible.

How to set up title and description for different languages?

English:
<!–title_en_US=”your title”–>
<!–description_en_US=”your description”–>
Українська:
<!–title_uk=”Ваш заголовок”–>
<!–description_uk=”Ваш опис”–>
Русский:
<!—title_ru_RU=»Ваш заголовок»—>
<!—description_ru_RU=»Ваше описание»—>

I defined title and description like you said, but they are shown as default

Please check below points:
1. You defined title and description in the «Text» tab of content editor.
2. Check the spelling of definitions: < ! – – «…….» – – >
There should be NO SPACES between all definition characters.
3. Open your page in browser, open the source of page and find your title and description definitions. They should be there.

Reseñas

Leer la 1 reseña

Colaboradores y desarrolladores

«MetaTagsFromContent» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «MetaTagsFromContent» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.