Advertisement:

Author Topic: Change <meta> tag by plugin?  (Read 173 times)

butterfly

  • Jr. Member
  • **
  • Posts: 80
Change <meta> tag by plugin?
« on: February 20, 2019, 03:39:00 pm »
Hi

I have in HTML (oc-content/themes/bender/common/head.php) META tag like:
Code: [Select]
<meta name="robots" content="archive">
<meta name="robots" content="index, follow">

I want to change by plugin this "META" to:
Code: [Select]
<meta name="robots" content="noarchive">
<meta name="robots" content="noindex, nofollow">

Is it possible?