Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me
Support forum for customers who have purchased JoomSEF 3 (Joomla 1.5 compatible). Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: meta tags

meta tags 14 years, 4 months ago #12070

I went through this information :

you can set other meta tags as per your needs. For Example Robots, author contact, submission & all of that what do you want....
Just add your meta tag code after this code in your template/index.php

Code:
<jdoc:include type="head" />



Code you have to add

Code:
<?php
$this->setMetaData('robots', 'ALL' );
$this->setMetaData('author','www.kamleshpatidar.com');
$this->setMetaData('language','English');
$this->setMetaData('submission','www.thamesmarketing.com');
$this->setMetaData('contact',' This e-mail address is being protected from spambots. You need JavaScript enabled to view it ');
$this->setMetaData('format','text/html');
$this->setMetaData('document-classification','Website Marketing & Software Development Company');
$this->setMetaData('document-distribution','Global');
$this->setGenerator('');
?>



i couldn't find the meta robots, language, ... in joomsef

should i add them on the template index page ?
will be no problem to joomsef ?

and is there a real interest to add them ?

thanks for your advise
The topic has been locked.

Re:meta tags 14 years, 3 months ago #12362

  • dajo
  • OFFLINE
  • Posts: 5069
Hello,

You can set your own meta tags for whole site using JoomSEF on the Title and Meta Tags tab in JoomSEF Configuration. Or you can go to Manage SEF URLs and set the meta tags for each URL separately.
The robots tag is useful only for individual URLs to tell search engines that they shouldn't index those URLs.

Best regards,
ARTIO Support Team
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
User Login Empty