![]() | | ||||||||
| | #1 |
| Just hitting the mouse! War Room Member Join Date: Jul 2007 Location: Puerto Calero, Lanzarote, Canary Islands
Posts: 1,936
Thanks: 335
Thanked 204 Times in 164 Posts
|
My web guy has forgotten to add my site description and keywords onto my new css site. I think I should probably learn how to do this so I can play around with the keywords etc. Can anyone advise where I insert these please? Here's my CSS site header lines. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>TITLE OF WEBSITE</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link type="text/css" rel="stylesheet" href="css/style.css" /> <head> Thanks, Rich |
| | |
| | #2 |
| Web Developer Join Date: Nov 2008 Location: Asheville, NC USA
Posts: 420
Thanks: 18
Thanked 57 Times in 51 Posts
|
Anywhere within the <head></head> tags is fine. I usually put them underneath the <title>, for organizational reasons. Just for your information, "CSS site" doesn't really mean anything. What you have shown us is a chunk of HTML code, not CSS. All websites are made from HTML, and 99.99% of the time, from CSS also. |
| Wayfarer | join me on StoryBlorg | |
| | |
| | #3 |
| Active Warrior Join Date: Feb 2009 Location: Hannover, Germany
Posts: 33
Thanks: 1
Thanked 2 Times in 2 Posts
|
wayfarer is right, there is no such thing as a css site whre you can instert metatags. you need to past them into the head area of the php/html file. here are the most important ones: Code: <meta name="description" content=""> <meta name="author" content=""> <meta name="keywords" content=""> |
| | |
| | |
| | #4 |
| Just hitting the mouse! War Room Member Join Date: Jul 2007 Location: Puerto Calero, Lanzarote, Canary Islands
Posts: 1,936
Thanks: 335
Thanked 204 Times in 164 Posts
|
Thanks guys. Not a techy person even though I've been online for over 10 years. LOL Rich |
| | |
| | #5 |
| Web Developer Join Date: Nov 2008 Location: Asheville, NC USA
Posts: 420
Thanks: 18
Thanked 57 Times in 51 Posts
|
BTW, unless you have a custom search app on your site (which will use meta keywords if it is programmed to do so), the ONLY <meta> tag which is important (not counting meta http-equiv tags), is the meta description tag: HTML Code: <meta name="description" content="This content is very useful, and will appear in the search results" /> |
| Wayfarer | join me on StoryBlorg | |
| | |
| | #6 |
| Warrior Member Join Date: Mar 2009
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
|
You can insert it within <head></head> tag.
|
| | |
| | |
| | #7 | |
| Advanced Warrior War Room Member Join Date: Feb 2009 Location: San Antonio, Tx
Posts: 882
Thanks: 119
Thanked 253 Times in 163 Posts
| Quote:
| |
![]() Stop Your Mobile Redirect Loop Nightmares Today! Let Mobile Users Choose To Be Redirect Or Not! Great Reviews - Easy To Use - Click For More Info | ||
| | |
| | #8 | |
| Social Media Visionary War Room Member Join Date: Oct 2008 Location: Colorado
Posts: 24
Thanks: 26
Thanked 11 Times in 11 Posts
| Quote:
Happy Turkey Day dOOdz and d00dettes' | |
|
Make sure that you have the power over your business and not the other way around...
| ||
| | |
| | #9 | ||
| Web Developer Join Date: Nov 2008 Location: Asheville, NC USA
Posts: 420
Thanks: 18
Thanked 57 Times in 51 Posts
| Quote:
Keyword "density" is too simplistic to be meaningful, since it does not suggest relational word structure, which is what Google really cares about. Remember, the folks at Google are smart enough to build algorithms that translate Japanese to English. I think they can figure out what a page's content is. Also, Google has stated explicitly that they don't take the meta description tag into consideration when factoring rankings. It is useful because it appears, either partially or in whole, in the search results: Official Google Webmaster Central Blog: Google does not use the keywords meta tag in web ranking Quote:
| ||
| Wayfarer | join me on StoryBlorg | |||
| | |
| | #10 | |
| Knowledge is power War Room Member Join Date: Aug 2004 Location: Honolulu,Hawaii , USA.
Posts: 470
Thanks: 20
Thanked 38 Times in 35 Posts
| Quote:
Rick | |
| | ||
| | |
| | #11 |
| copy and paste geek War Room Member Join Date: Jan 2005 Location: Calgary
Posts: 1,390
Thanks: 68
Thanked 168 Times in 140 Posts
|
If you look at the source for this page or any WF page I've looked at, it does include the meta keywords tag, filled out. Also an example of meta tags for the op. //oyd |
|
There are 10 types of people, those that understand binary and those that don't. The KimW WSO | |
| | |
| | #12 |
| Warrior Member Join Date: Aug 2009
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
| |
| | |
| | |
![]() |
|
| Tags |
| css, insert, metatags, site |
| Thread Tools | |
| |
![]() |