I built a website with a template, well meta search engine tags where get inserted ? In the template page(to all pages come from the template) or ONLY to home page ?
I built a website with a template, well meta search engine tags where get inserted ? In the template page(to all pages come from the template) or ONLY to home page ?
You will want to include meta tags in your <head> section, they should look something like this:
Yes, you will want to put meta tags in every page that will be your website.Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Widgets Inc. || All of your Widget Needs in One Easy to Find Location</title> <meta name="Keywords" content="Widgets, Web, 2.0" /> <meta name="Description" content="All of your Widget Needs in One Easy to Find Location" /> <link rel="stylesheet" type="text/css" href="css/style.css" media="all" /> </head>
but if find home page they will reach other pages ?
exist designers that put meta only to home page ? is it wrong this ?
Meta data is typically used to deliver information about your page/site. Search Engines use this information along with others to determine your rank in a site. You can read more about it here: Wikipedia.
Meta data can send users to other pages using this line of code:
Meta is a important tool for your website when it comes to Search engine Optimization. You will want meta on all of your pages.Code:<meta http-equiv="refresh" content="5;url=http://www.blah.com"/>
Actually, most search engines don't even look at the meta tags.Meta is a important tool for your website when it comes to Search engine Optimization. You will want meta on all of your pages.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Thanks for the correction.I learn something new every day.
well meta are different from page to page (same site) ?
What to include in template(common to all meta) and what not in template ?
Below are correct meta ? wht is the above:
my meta, are correct ?Code:<meta http-equiv="refresh" content="5;url=http://www.blah.com"/>
Code:<META NAME="description" content="ASPASIA Holiday Apartments - Kato Pafos, Cyprus. Nearby the sea and all amenities"> <META NAME="abstract" content="ASPASIA Holiday Apartments - Kato Pafos"> <META NAME="keywords" content="aspasia, aspasia apts, aspasia hotel apts, aspasia hotel apartments, aspasia holiday apartments, aspasia holiday apts, paphos apartments, pafos apartments, paphos apartment, pafos apartment,apartments for rent, rent paphos apts,cyprus apt,cyprus holiday apt, kato pafos apt, kato paphos apt, kato pafos, kato paphos"> <META NAME="robots" content="index,follow"> <META NAME="distribution" content="Global"> <META NAME="revisit-after" content="7 days"> <META NAME="author" content="L www Design"> <META NAME="copyright" content="All contents copyright(c) 2008 of www.holidayaptsaspasia.com - Cyprus"> <META NAME="Resource-Type" content="Document"> <META NAME="generator" content="MM-Dreamweaver MX 2004"> <META NAME="language" content="EN-US"> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
That is what I would say is all you need for your pages.Code:<META NAME="description" content="ASPASIA Holiday Apartments - Kato Pafos, Cyprus. Nearby the sea and all amenities"> <META NAME="keywords" content="aspasia, aspasia apts, aspasia hotel apts, aspasia hotel apartments, aspasia holiday apartments, aspasia holiday apts, paphos apartments, pafos apartments, paphos apartment, pafos apartment,apartments for rent, rent paphos apts,cyprus apt,cyprus holiday apt, kato pafos apt, kato paphos apt, kato pafos, kato paphos"> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
That other segment of code is a redirect/page refresh.
The copyright notice is worth putting on all pages, unless you include it elsewhere (such as in the visible content of each page).
Ya good point traq. I just usually incorporate that into my designs.![]()
Bookmarks