Do I simply add the following to the header of the product.tpl?
Code: Select all
<meta name="robots" content="noindex follow" />
Code: Select all
<meta name="robots" content="noindex follow" />
Code: Select all
<meta name="robots" content="noindex follow" />
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
Koeltechnische deurrubbers eenvoudig online op maat bestellen.
Alle niet stekplichtige onderdelen zoals scharnieren, sloten, randverwarming en verlichting voor alle typen koelingen en vriezers.
https://koelcel-onderdelen.com
Code: Select all
$this->data['links'] = $this->document->getLinks();
Code: Select all
$this->data['robots'] = $this->document->getRobots();
Code: Select all
<?php if ($description) { ?><meta name="description" content="<?php echo $description; ?>" /><?php } ?>
Code: Select all
<?php if ($robots) { ?><meta name="robots" content="<?php echo $robots; ?>" /><?php } ?>
Code: Select all
[private $description;
Code: Select all
private $robots;
Code: Select all
public function setDescription($description) {
Code: Select all
public function setRobots($robots) {$this->robots = $robots;}public function getRobots() {return $this->robots;}
Code: Select all
$this->language->load('product/product');
Code: Select all
$this->document->setRobots('noindex,follow');
Webbutveckling, Sökmotoroptimering, E-handel, Mobilskal, Tillbehör för surfplattor och tillbehör för mobiler
Code: Select all
ie) /index.php?route=product/product&product_id=83
Users browsing this forum: Amazon [Bot] and 51 guests