C
Crazymars
Guest
J'ai 2 noms de domaine chez OVH qui pointent sur un site de Free. http://www.crazymars.com et http://www.crazymars.netLe pb c'est que je ne peux pas etre référencé correctement, car voilà ce que m'indique le code source de ma page:
J'ai aussi un sous domaine (http://blog.crazymars.com) qui indique ca:
Du coup dans la descritpion dans Google, il m'indique "Click Here"
Qu'est-ce qu'il faut faire pour remédier à ce probleme ?
Merci d'avance :wink:
Code:
<html>
<head>
<title>http://www.crazymars.com</title>
<meta name="generator" content="ORT - Ovh Redirect Technology">
<meta name="url" content="crazymars.free.fr">
<meta name="robots" content="all">
</head>
<frameset rows="100%,0" frameborder=no border=0>
<frame name="ORT" src="http://crazymars.free.fr">
<frame name="NONE" src="" scrolling="no" noresize>
<noframes>
<body><a href="http://crazymars.free.fr">Click here</a><hr></body>
</noframes>
</frameset>
</html>
J'ai aussi un sous domaine (http://blog.crazymars.com) qui indique ca:
Code:
<html>
<head>
<title>http://blog.crazymars.com</title>
<meta name="generator" content="ORT - Ovh Redirect Technology">
<meta name="url" content="crazymars.free.fr/blog">
<meta name="robots" content="all">
</head>
<frameset rows="100%,0" frameborder=no border=0>
<frame name="ORT" src="http://crazymars.free.fr/blog">
<frame name="NONE" src="" scrolling="no" noresize>
<noframes>
<body><a href="http://crazymars.free.fr/blog">Click here</a><hr></body>
</noframes>
</frameset>
</html>
Qu'est-ce qu'il faut faire pour remédier à ce probleme ?
Merci d'avance :wink: