Hello, I want to optimize my site with the keywords that I picked but I'm stuck with the Meta Tags.Specifically when I put my keywords on the Tag: "keywords" those are displayed and on my description title at the head of my page. Can someone tell me how can I prevent this?
The format should be: <META name="description" content="My site is about........"> <META name="keywords" content="keyword1,keyword2........"> Code (markup):
Yes,but when I place my keywords on: <META name="description" content="My site is about........"> <META name="keywords" content="keyword1,keyword2........"> They are displayed : <META name="description" content="My site is about......+keyword1,keyword2"> <META name="keywords" content="My site is about...... +keyword1,keyword2........"> ================================================== This is at my config file: // Configuration of your local installation and personnal site definitions $templatefoldername="datas"; //folder where templates are installed relative to the DocumentRoot. $mysitename = "Weight Loss Guide"; //name for your site $mainkeyword = "Weight-Loss-guide,stories,natural,best,jogging"; //primary site keyword ======================================================= This is at my web page (the source code)---> title>Weight Loss Guide,stories,natural,best at Weight Loss Guide,jogging</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="author" content="anish" /> <meta name="keywords" content="Weight Loss Guide,stories,natural,best "/> <meta name="description" content="Valuable informations about Weight Loss Guide,stories,natural,best at Weight Loss Guide,jogging"> <meta name="ROBOTS" content="ALL"/> <link href="datas/style.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="farouter"> <div id="outer"> <div id="rap"> <div id="masthead"> <h1 id="header">Weight Loss Guide,jogging</a></a></h1> <h2 id="tagline">Weight Loss Guide,stories,natural,best Section</h2><br> <p align="right"><script type="text/javascript"><!--
Keywords should be in your description. It is important, but you don't want to just list your keywords there. Make sentences and actually describe your site with keywords.
Guys I think I find the problem:I need a slash / before the > <meta name="description" content="Valuable informations about Weight Loss Guide,stories,natural,best at Weight Loss Guide,jogging"> BUT in my config file is in PHP: $mainkeyword = "Weight-Loss-guide,stories,natural,best,jogging"; //primary site keyword What I have to do in my PHP file to display /> on my page? Thanks for all the inputs