SEO keywords

Best Joomla template with unique design which fits perfectly with car, gaming, business, portal or blog type websites
GK User
Sun Sep 05, 2010 11:24 am
In Google webmaster tools I get unuseful words for keywords. How can I change these words? Is there any special position that I gave to place the desired keywords?

www.carzine.gr
User avatar
Junior Boarder

teitbite
Sun Sep 05, 2010 11:40 am
Hi

It's in the Joomla Global configuration for site:
User avatar
Moderator

GK User
Sun Sep 05, 2010 12:06 pm
I have done these steps....something more advance?
User avatar
Junior Boarder

teitbite
Sun Sep 05, 2010 12:15 pm
Hi

I think more advanced is to set the keys directly for article in article settings:
User avatar
Moderator

GK User
Sun Sep 05, 2010 4:53 pm
I've done these steps since last December(..anyone who gets involved with Joomla knows how to do it ..i think..)..something else to suggest?

I is not happens the same with gk_hewahoo template...that works perfect www.cretainox.gr
User avatar
Junior Boarder

teitbite
Mon Sep 06, 2010 2:07 pm
Hi

So maby hard code it in head.php ?
User avatar
Moderator

GK User
Mon Sep 06, 2010 2:21 pm
...where can i find head.php? :huh:
User avatar
Junior Boarder

teitbite
Wed Sep 08, 2010 3:04 pm
Hi

templates/gk_car_magazine/lib/php/
User avatar
Moderator

GK User
Wed Sep 08, 2010 3:41 pm
i can't see keywords or meta information there..
................
User avatar
Junior Boarder

teitbite
Fri Sep 10, 2010 3:48 pm
Hi

I do not know what is the file You are pasted here. I was talking about gk_head.php. You can place the keywords there. The code looks like that:

Code: Select all
<?php

   /*--------------------------------------------------------------
   # Car magazine - March 2009 (for Joomla 1.5)
   # Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
   # License: Copyrighted Commercial Software
   # Website: http://www.gavick.com
   # Support: [email protected] 
   ---------------------------------------------------------------*/
   
   // This data goes between the <head></head> tags of the template

?>

<link rel="shortcut icon" href="<?php echo $this->baseurl; ?>/images/favicon.ico" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
<link href="<?php echo $template_baseurl; ?>/css/template_css.css" rel="stylesheet" media="all"  type="text/css" />
<?php if($this->params->get("menutype", "moomenu") != "moomenu") : ?><link href="<?php echo $template_baseurl; ?>/css/suckerfish_l1.css" rel="stylesheet" media="all" type="text/css" />
<?php else : ?><link href="<?php echo $template_baseurl; ?>/css/suckerfish.css" rel="stylesheet" media="all" type="text/css" /><?php endif; ?>
<link href="<?php echo $template_baseurl; ?>/css/joomla_classes.css" rel="stylesheet" media="all" type="text/css" />
<link href="<?php echo $template_baseurl; ?>/css/typography.css" rel="stylesheet" media="all" type="text/css" />
<link href="<?php echo $template_baseurl; ?>/css/gk_stuff.css" rel="stylesheet" media="all" type="text/css" />
<link href="<?php echo $template_baseurl; ?>/css/style<?php echo (isset($_COOKIE['gk24_style']) ? $_COOKIE['gk24_style'] : $template_color); ?>.css" rel="stylesheet" media="all" type="text/css" />
<!--[if IE 6]><link href="<?php echo $template_baseurl; ?>/css/ie6_css.css" rel="stylesheet" type="text/css" /><![endif]-->
<?php if($this->params->get("menutype", "moomenu") != "moomenu") : ?><!--[if IE 7]><link href="<?php echo $template_baseurl; ?>/css/ie7_css_l1.css" rel="stylesheet" type="text/css" /><![endif]-->
<?php else : ?><!--[if IE 7]><link href="<?php echo $template_baseurl; ?>/css/ie7_css.css" rel="stylesheet" type="text/css" /><![endif]--><?php endif; ?>
<script type="text/javascript">$template_path = '<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>';</script>
<script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/lib/scripts/template_scripts.js"></script>
<?php if($this->params->get("menutype", "moomenu") == "moomenu") : ?><script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/lib/scripts/menu.php?width=<?php echo $this->params->get("menu_width", 1); ?>&height=<?php echo $this->params->get("menu_height", 1); ?>&opacity=<?php echo $this->params->get("menu_opacity", 1); ?>&animation=<?php echo $this->params->get("menu_animation", 1); ?>&speed=<?php echo $this->params->get("menu_speed", 500); ?>"></script><?php endif; ?>
<?php if($this->params->get("menutype", "moomenu") == "moomenu1") : ?><script type="text/javascript" src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/lib/scripts/menu.php?width=<?php echo $this->params->get("menu_width", 1); ?>&height=<?php echo $this->params->get("menu_height", 1); ?>&opacity=<?php echo $this->params->get("menu_opacity", 1); ?>&animation=<?php echo $this->params->get("menu_animation", 1); ?>&speed=<?php echo $this->params->get("menu_speed", 500); ?>&type=2"></script><?php endif; ?>

User avatar
Moderator

GK User
Sat Sep 11, 2010 1:17 am
ok..i found the file gk_head.php ...where to put the keywords?
Send me an example pls.
User avatar
Junior Boarder

teitbite
Sat Sep 11, 2010 10:44 am
Hi

Place it anywhere inside the code:

Code: Select all
<meta content="key,word,keyword" name="keywords">
User avatar
Moderator

GK User
Sat Sep 11, 2010 11:26 am
ok..I do the same for title and meta description?
is this correct?

<?php

/*--------------------------------------------------------------
# Car magazine - March 2009 (for Joomla 1.5)
# Copyright (C) 2007-2009 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
---------------------------------------------------------------*/

// This data goes between the <head></head> tags of the template

?>

title>Car magazine</title>
<meta name="Description" content=>Car magazine blah blah"/>
<meta name="Keywords" content="car, magazine, drive, news"/>
<link rel="shortcut icon" href="<?php echo $this->baseurl; ?>/images/favicon.ico" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
<link href="<?php echo $template_baseurl; ?>/css/template_css.css" rel="stylesheet" media="all" type="text/css" />.....



thanks for your quick response! :)
User avatar
Junior Boarder

teitbite
Sun Sep 12, 2010 3:36 pm
Hi

As far as I remember using this for the second time should overwrite the previous one.

Please add "<" befor the "title".

Is it working?
User avatar
Moderator

GK User
Thu Oct 14, 2010 3:33 pm
mystore template is not displaying Global Site Meta Descriptions or Global Site Meta Keywords either. I can hard code it in, but it should really work through the Joomla back end. is there a real fix for this other than hard coding it in?
User avatar
Fresh Boarder

teitbite
Fri Oct 15, 2010 6:30 pm
Hi

Maby You did change it to not display. It works on my version.
User avatar
Moderator

GK User
Fri Oct 15, 2010 6:46 pm
it's impossible that the wrong keywords are pulled by Google from the keywords meta tag since it's known that it completely disregard it, it's only used by other minor search engines,
if it's a quickstart installation, try to check if there is any page left (using a sitemap) of the original installation
User avatar
Senior Boarder

teitbite
Sun Oct 17, 2010 9:03 pm
Hi

Are You sure it wasn't indexed by Google befor You have changed it ?
User avatar
Moderator


cron