Quote:
Originally Posted by ed21ww
WORDPRESS is a very friendly CMS to SEO, supports many plug-ins, you can choose to install to help optimize your site
|
I am wondering what makes wordpress more friendly than other CMS, can you tell me one?it is true that it has many useful plugins though
and i don't think that's the answer what dirt hammer is looking for
@Dirt Hammer
Did you mean you want to have title on homepage different than the other page format?
You can use this code too
Quote:
<?php
$homepage = "/";
$currentpage = $_SERVER['REQUEST_URI'];
if($homepage==$currentpage):
?>
<title>Dirt Hammers | Southeast Offroad Racing News</title>
<?php else: ?>
>-normal title on your template->
<?php endif; ?>
|
and the "The requested theme does not exist" maybe something wrong with the hosting or permission?
and for the description just add this after <head> and before </head>
Quote:
|
<meta name="description" content="Description you wanted to be shown on google" />
|
or use all in one seo plugin as jessica said
Last edited by avpower; 10-31-2010 at 09:57 AM..
|