Alright I am having an confusing issue with a website of mine.
To start off many websites online will allow you to analyze your meta tags to preview how a search engine views your site.
Is the site Ive been using to test my meta tags (I have tried others with same results).
http://www.seocentro.com/tools/searc...-analyzer.html
The site that I am having issues with is:
http://www.freeprivateservers.net/
The issue:
<title> as well as my meta tags for keywords and description are not being shown by the analyzer which also means search engines wont be able to view it. As for other sites have populated since Ive placed this online.
I am having the same issue on a sub domain:
http://fallencityms.freeprivateservers.net/
Which I think whatever is causing the issue is the same for both.
Other sub domains work fine such as:
http://hbrebirth.freeprivateservers.net/
http://questscape.freeprivateservers.net/
http://www.freeprivateservers.net/top100/
It is just these 2 sites that the <title> and meta tags wont work.
http://www.freeprivateservers.net/
http://fallencityms.freeprivateservers.net/
I have replaced their index.html's with one of the working sites I have and when analyzing them their title's and meta tags work fine. So it has to be something in the code that I cannot see. Google/Friends werent able to clearly figure it out either.
Any help with this matter is appreciated as for its annoying me quite bad. Thank you in advance.
My current <head> code with meta tags:
Code:
head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>FreePrivateServers.net - Stop wasting money, play MMORPGs free!</title>
<meta name="keywords" content="helbreath, questscape, runescape, maplestory, fallen city, helbreath rebirth, online rpg, free mmorpg, mmorpg, free online games, rpg, mmorpg, online games"/>
<meta name="description" content="Stop wasting your money and play MMORPGs free!" />
<link rel="shortcut icon" href="http://www.freeprivateservers.net/favicon.ico"/>
<link href="default.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body
{
background-image: url('images/freeprivateservers.jpg');
background-repeat: no-repeat
}
.style3 {font-size: 12px}
.style4 {font-size: 24px}
</style>
</head>