Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 03-02-2009, 12:08 PM   #1
Just hitting the mouse!
War Room Member
 
Richard Tunnah's Avatar
 
Join Date: Jul 2007
Location: Puerto Calero, Lanzarote, Canary Islands
Posts: 1,936
Thanks: 335
Thanked 204 Times in 164 Posts
Social Networking View Member's Twitter Profile 
Default How to insert metatags in CSS site?

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
Richard Tunnah is offline   Reply With Quote
Old 03-02-2009, 01:15 PM   #2
Web Developer
 
wayfarer's Avatar
 
Join Date: Nov 2008
Location: Asheville, NC USA
Posts: 420
Thanks: 18
Thanked 57 Times in 51 Posts
Social Networking View Member's Twitter Profile 
Default Re: How to insert metatags in CSS site?

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
wayfarer is offline   Reply With Quote
Old 03-02-2009, 01:37 PM   #3
Active Warrior
 
Join Date: Feb 2009
Location: Hannover, Germany
Posts: 33
Thanks: 1
Thanked 2 Times in 2 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: How to insert metatags in CSS site?

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="">

Sensei.Design is offline   Reply With Quote
Old 03-02-2009, 05:34 PM   #4
Just hitting the mouse!
War Room Member
 
Richard Tunnah's Avatar
 
Join Date: Jul 2007
Location: Puerto Calero, Lanzarote, Canary Islands
Posts: 1,936
Thanks: 335
Thanked 204 Times in 164 Posts
Social Networking View Member's Twitter Profile 
Default Re: How to insert metatags in CSS site?

Thanks guys. Not a techy person even though I've been online for over 10 years. LOL

Rich
Richard Tunnah is offline   Reply With Quote
Old 03-03-2009, 07:15 AM   #5
Web Developer
 
wayfarer's Avatar
 
Join Date: Nov 2008
Location: Asheville, NC USA
Posts: 420
Thanks: 18
Thanked 57 Times in 51 Posts
Social Networking View Member's Twitter Profile 
Default Re: How to insert metatags in CSS site?

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" />
Meta keywords, on the other hand, are completely ignored by Google, and do pretty much nothing for other search engines as well.

Wayfarer | join me on StoryBlorg
wayfarer is offline   Reply With Quote
Old 03-03-2009, 09:45 AM   #6
Warrior Member
 
Join Date: Mar 2009
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How to insert metatags in CSS site?

You can insert it within <head></head> tag.

smithb is offline   Reply With Quote
Old 03-03-2009, 09:51 AM   #7
Advanced Warrior
War Room Member
 
Jay Moreno's Avatar
 
Join Date: Feb 2009
Location: San Antonio, Tx
Posts: 882
Thanks: 119
Thanked 253 Times in 163 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: How to insert metatags in CSS site?

Quote:
Originally Posted by wayfarer View Post
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" />
Meta keywords, on the other hand, are completely ignored by Google, and do pretty much nothing for other search engines as well.
since it neither hurts your rankings to include your keywords - i would still include them, i guess it goes down to personal choice


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
Jay Moreno is online now   Reply With Quote
Old 11-27-2009, 03:19 AM   #8
Social Media Visionary
War Room Member
 
LeviBrown's Avatar
 
Join Date: Oct 2008
Location: Colorado
Posts: 24
Thanks: 26
Thanked 11 Times in 11 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to LeviBrown
Tip Re: How to insert metatags in CSS site?

Quote:
Originally Posted by wayfarer View Post
BTW, ...Meta keywords, on the other hand, are completely ignored by Google, and do pretty much nothing for other search engines as well.
I know I am getting a little bit semantical on you here - but Google does not IGNORE meta tags. They are used when calculating page keyword density. So even though they don't entirely get used for there original intended purpose. If I add just the word "pink elephant hammer pond" to my meta description then it will increase the density for these words in relation to all other words on the page.... Just a tip - DON'T stuff the meta tags to get that exact density you are aiming for & also remember that some sites meta description tag will still have an impact on the lead in description under the link to your site that is displayed in the Google index.

Happy Turkey Day dOOdz and d00dettes'


Make sure that you have the power over your business and not the other way around...
LeviBrown is offline   Reply With Quote
Old 11-27-2009, 11:30 AM   #9
Web Developer
 
wayfarer's Avatar
 
Join Date: Nov 2008
Location: Asheville, NC USA
Posts: 420
Thanks: 18
Thanked 57 Times in 51 Posts
Social Networking View Member's Twitter Profile 
Default Re: How to insert metatags in CSS site?

Quote:
Originally Posted by LeviBrown View Post
I know I am getting a little bit semantical on you here - but Google does not IGNORE meta tags. They are used when calculating page keyword density. So even though they don't entirely get used for there original intended purpose. If I add just the word "pink elephant hammer pond" to my meta description then it will increase the density for these words in relation to all other words on the page.... Just a tip - DON'T stuff the meta tags to get that exact density you are aiming for & also remember that some sites meta description tag will still have an impact on the lead in description under the link to your site that is displayed in the Google index.

Happy Turkey Day dOOdz and d00dettes'

I beg to differ. Google does not have any reason to consider meta tags when analyzing page content. The page's content is enough when analyzing the page's content.

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:
Even though we sometimes use the description meta tag for the snippets we show, we still don't use the description meta tag in our ranking.

Wayfarer | join me on StoryBlorg
wayfarer is offline   Reply With Quote
Old 04-08-2010, 08:19 PM   #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
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Yahoo to hometutor
Default Re: How to insert metatags in CSS site?

Quote:
Originally Posted by LeviBrown View Post
I know I am getting a little bit semantical on you here - but Google does not IGNORE meta tags. They are used when calculating page keyword density. So even though they don't entirely get used for there original intended purpose. If I add just the word "pink elephant hammer pond" to my meta description then it will increase the density for these words in relation to all other words on the page.... Just a tip - DON'T stuff the meta tags to get that exact density you are aiming for & also remember that some sites meta description tag will still have an impact on the lead in description under the link to your site that is displayed in the Google index.

Happy Turkey Day dOOdz and d00dettes'

Best explanation I've heard about the use of the keyword meta tag thanks

Rick

hometutor is offline   Reply With Quote
Old 04-08-2010, 10:50 PM   #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
Default Re: How to insert metatags in CSS site?

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
Lloyd Buchinski is offline   Reply With Quote
Old 06-09-2010, 01:21 AM   #12
Warrior Member
 
Join Date: Aug 2009
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: How to insert metatags in CSS site?

Quote:
Originally Posted by ukescuba View Post
since it neither hurts your rankings to include your keywords - i would still include them, i guess it goes down to personal choice
Yes. I still prefer to include meta keywords tag.

hunter29 is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Tags
css, insert, metatags, site

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 02:24 AM.