user3718166
user3718166

Reputation: 21

Can I embolden part of the content in a meta tag, using Drupal?

I'm using the Metatag module of Drupal 7. I want to put part of the description in bold.

For example, I have the following source code:

<meta name="description" content="My new content of web page" />

and I want to put "My new content" in bold.

Is it possible?

Upvotes: 1

Views: 392

Answers (1)

unor
unor

Reputation: 96737

This is not possible.

The meta-description can only contain text:

The value must be a free-form string that describes the page.

Even if you’d enter HTML elements, they would just be displayed as text.

Upvotes: 2

Related Questions