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
www.carzine.gr
-
- Junior Boarder
- teitbite
- Sun Sep 05, 2010 11:40 am
Hi
It's in the Joomla Global configuration for site:
It's in the Joomla Global configuration for site:
-
- Moderator
- GK User
- Sun Sep 05, 2010 12:06 pm
I have done these steps....something more advance?
-
- 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:
I think more advanced is to set the keys directly for article in article settings:
-
- 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
I is not happens the same with gk_hewahoo template...that works perfect www.cretainox.gr
-
- Junior Boarder
- teitbite
- Mon Sep 06, 2010 2:07 pm
Hi
So maby hard code it in head.php ?
So maby hard code it in head.php ?
-
- Moderator
- GK User
- Mon Sep 06, 2010 2:21 pm
...where can i find head.php? 

-
- Junior Boarder
- teitbite
- Wed Sep 08, 2010 3:04 pm
Hi
templates/gk_car_magazine/lib/php/
templates/gk_car_magazine/lib/php/
-
- Moderator
- GK User
- Wed Sep 08, 2010 3:41 pm
i can't see keywords or meta information there..
................
................
-
- 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:
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; ?>
-
- 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.
Send me an example pls.
-
- Junior Boarder
- teitbite
- Sat Sep 11, 2010 10:44 am
Hi
Place it anywhere inside the code:
Place it anywhere inside the code:
- Code: Select all
<meta content="key,word,keyword" name="keywords">
-
- 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!
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!

-
- 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?
As far as I remember using this for the second time should overwrite the previous one.
Please add "<" befor the "title".
Is it working?
-
- 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?
-
- Fresh Boarder
- teitbite
- Fri Oct 15, 2010 6:30 pm
Hi
Maby You did change it to not display. It works on my version.
Maby You did change it to not display. It works on my version.
-
- 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
if it's a quickstart installation, try to check if there is any page left (using a sitemap) of the original installation
-
- 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 ?
Are You sure it wasn't indexed by Google befor You have changed it ?
-
- Moderator
18 posts
• Page 1 of 1