Link to home
Start Free TrialLog in
Avatar of jonathanduane2010
jonathanduane2010

asked on

SEO

Hi,

I was reading a few forums and to help me out on SEO and i am going to put a meta description in on my site, where would be the best place to put it?

My website is www.whiteformconstruction.com

thanks a mill

Avatar of HainKurt
HainKurt
Flag of Canada image

Avatar of jonathanduane2010
jonathanduane2010

ASKER

what are meta tags?? or where are the meta tags on that page..
index.html:

<meta name="keywords" content="Services Include:Columns
Small Demolition, Drainage, Earthmoving, Earthworks, Excavations" />
so just put meta description field under that??

In your HEAD section in your code, you want to input this line:

<meta name="description" content="Description on your page" />

In the content part, input a descriptuon of your web page you are referencing.  Best practice is to keep the meta description to 140 characters or less (with spaces)  Most search engines truncate anything past 140 characters
Your HEAD section will look something like this

<head>
<title>Title of my page</title>
<meta name="description" content="Awesome Website About Stuff" />
<meta name="keywords" content=''awesome, website, stuff" />
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
</head>
thanks a million i have done something similar

is this ok??

www.whiteformconstruction.com/index.html
ASKER CERTIFIED SOLUTION
Avatar of Matthew Nguyen
Matthew Nguyen
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thank you so much Matt