Hello All,
I design websites using SSI's. To help keep everything organized on larger sites, I use a SSI for the meta tags. Example; I just completed a website for a client that builds furniture. His largest product line is desks and he also has a few types of "other furniture".
I divided his site into 5 meta categories. Here are the categories:
meta-tags_desks
meta-tags_furniture
meta-tags_generic
meta-tags_ordering
meta-tags_support
Here is an example:
Now for my big question:
Is this going to effect how search engines handle this site?
Thanks
I design websites using SSI's. To help keep everything organized on larger sites, I use a SSI for the meta tags. Example; I just completed a website for a client that builds furniture. His largest product line is desks and he also has a few types of "other furniture".
I divided his site into 5 meta categories. Here are the categories:
meta-tags_desks
meta-tags_furniture
meta-tags_generic
meta-tags_ordering
meta-tags_support
Here is an example:
<head>
<title>Stand-up Desks, Standing Desks, Standup Tables</title>
<!--#include virtual="templates/meta-tags_generic.txt" -->
<!--#include virtual="templates/style.txt" -->
<!--#include virtual="templates/javascript.txt" -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
Now for my big question:
Is this going to effect how search engines handle this site?
Thanks