|
Written by Joe
|
|
Wednesday, 25 June 2008 04:38 |
|
In joomla 1.5, you will notice all meta data generated are the same.
It seems like:
<title></title>
<meta name="title" content="" />
<meta name="author" content=""/>
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="generator" content=""/>
<meta name="robots" content="index, follow" />
However, this is not Search engine friendly. For google, the webmaster will tell you that it's duplicate meta.
With Joomla SEF Patch,
You can easily alter the meta data.
|