0
Welcome Guest! Login
0 items Join Now

Removal of Meta Tags

    • Carl V's Avatar
    • Carl V
    • Sr. Rocketeer
    • Posts: 148
    • Thanks: 1
    • Real Estate Investor

    Removal of Meta Tags

    Posted 13 years 10 months ago
    • I'm not an expert with SEO although I've been observant as to larger more popular sites. So I'm wondering how to remove a few different tags. I would like to remove the follow:

      <meta name="rights" content="" />
      <meta name="language" content="en-GB" />

      My website that I'm developing is www.landcontractgr.com/16/
      the site I'm using in comparison is www.trulia.com

      Thank you,
      Carl
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Removal of Meta Tags

    Posted 13 years 10 months ago
    • Looks like you have to hack joomla (1.6!) in this case

      open this file
      joomla-1-6-root/includes/application.php

      and uncomment line 174 and 175 like this
      $document->setMetaData('rights', $this->getCfg('MetaRights'));
      $document->setMetaData('language', $lang_code);
      to
      //$document->setMetaData('rights', $this->getCfg('MetaRights'));
      //$document->setMetaData('language', $lang_code);

      not sure if it's worth the trouble ...

      I do not recommend hacking a thing that is not even stable ;-)

Time to create page: 0.062 seconds