1

I'm using 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?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52

1 Answers1

2

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.

Community
  • 1
  • 1
unor
  • 92,415
  • 26
  • 211
  • 360