1

Does a hreflang attribute make sense in the <base> element? I thought about using this attribute, like:

<base href="example.com" target="_self" hreflang="de">

to let every link (<a> and <link>) inherit the value of hreflang. Is this possible?

hjpotter92
  • 78,589
  • 36
  • 144
  • 183
Glasfaser
  • 21
  • 7

1 Answers1

0

The documentation here, mentions that only <a>, <area>, <link> are the tags which make use of this attribute.

hjpotter92
  • 78,589
  • 36
  • 144
  • 183