Hi all,
i started my blog few weeks ago and i found an article about dynamic title
so i tried to insert the code that was given and things got even worse ..
my site map is already indexed and everything is fine but the biggest problem is that i cant find my website in Google even if i type the full URL of it.
before it worked well even some keywords were working which was good.
ill give you my template code maybe you guys can advice something.
i think that i have to change something in the code .. please help:
My blog: http://3dmx.blogspot.com/
HTML Code:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<b:include data='blog' name='all-head-content'/>
<code>
<b:if cond='data:blog.url == "http://www.3dmx.blogspot.com/"'>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
<meta content='DESCRIPTION' name='Free games and 3d models and some cool software'/>
<meta content='KEYWORDS' name='free,games,3d models,and,some cool free stuff'/> </b:if>
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/>:<data:blog.title/></title>
<meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Description'/>
<meta expr:content='data:blog.pageName + data:blog.title + data:blog.pageName' name='Keywords'/>
</b:if>
</code>
<meta content='INDEX, FOLLOW' name='robots'/>
<b:skin><![CDATA[/*
----------------------------------
TEMPLATE CODE IN HERE ....
AND CSS.......
---------------------------------
<!-- end outer-wrapper -->
<script type='text/javascript'>
var gaJsHost = (("https:" == document.location.protocol) ? "[URL]https://ssl."[/URL] : "[URL="http://www."%29;"]http://www.");[/URL]
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type='text/javascript'>
try {
var pageTracker = _gat._getTracker("UA-7107939-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
thank you for help !
Don't mind the smileys .......
Last edited by chrishirst; 02-06-2009 at 05:24 AM..
|