Question
<cfheader> vs. <meta>
I've searched around a little and I can't seem to find a
clear answer on this one.
I am curious to know if <cfheader> is any better or worse to use in place of <meta> with respect to SEO things like description and keywords.
I know <cfheader> is better for things like cache-control, pragma, last-modified, and expires. But do search engines prefer the description and keyword information in the header or body of the HTTP request?
In other words, which is better:
<meta name="description" content="[text]">
<meta name="keywords" content=[text]"">
or
<cfheader name="description" value="[text]">
<cfheader name="keywords" value="[text]">
Do search engines treat these any differently?
Thanks in advance.
I am curious to know if <cfheader> is any better or worse to use in place of <meta> with respect to SEO things like description and keywords.
I know <cfheader> is better for things like cache-control, pragma, last-modified, and expires. But do search engines prefer the description and keyword information in the header or body of the HTTP request?
In other words, which is better:
<meta name="description" content="[text]">
<meta name="keywords" content=[text]"">
or
<cfheader name="description" value="[text]">
<cfheader name="keywords" value="[text]">
Do search engines treat these any differently?
Thanks in advance.
