Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis 5.5 Calypso supports 2 factor authentication login with e-mail or SMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Technical support
»
seo optimization (component)
« previous
next »
Print
Pages: [
1
]
Author
Topic: seo optimization (component) (Read 5084 times)
Romero
Newbie
Posts: 43
seo optimization (component)
«
on:
October 24, 2010, 15:30:44 »
hi all
appears when a normal component or bot Seo - Meta Tag?
to seo optimization can be done en masse to write - to change the meta tags.
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: seo optimization (component)
«
Reply #1 on:
October 24, 2010, 18:00:47 »
I did nt fully understood your question.
To set page title:
$mainframe->setPageTitle('title here');
To set META keywords:
$mainframe->setMetaTag('keywords', 'comma, separated, keywords');
To set META description:
$mainframe->setMetaTag('description', 'Page description here');
To set any META tag:
$mainframe->setMetaTag('tagname', 'tag value');
Examples:
$mainframe->setMetaTag('resource-type', 'document');
$mainframe->setMetaTag('distribution', 'global');
The final generated HTML is as follows (for the last example):
<meta name="distribution" content="global" />
«
Last Edit: October 24, 2010, 18:05:29 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
cfb1972
Jr. Member
Posts: 88
Re: seo optimization (component)
«
Reply #2 on:
November 20, 2010, 10:05:15 »
Where do you apply all these? What page do you need to modify?
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: seo optimization (component)
«
Reply #3 on:
November 20, 2010, 13:06:51 »
Search in each component where importing the head data.
Files that declare this info are usually [depending the developer that create each component]
/component/com_comname/ com_name.php
and
/component/com_comname/ com_name.html.php
As you can understand this information change dynamically!
Where :
com_comname = component name with suffix com_
com_name = basic title of component like eforum etc.
«
Last Edit: November 20, 2010, 13:14:37 by WebGift
»
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Technical support
»
seo optimization (component)