Re: Custom HTTP Header size limit

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: CASystems (CASystems_at_discussions.microsoft.com)
Date: 02/15/05


Date: Tue, 15 Feb 2005 12:29:06 -0800

Thank you.

Should description & keyword be added to all pages on a web site or just
index.htm?

If yes to all pages is there an easy way to add through IIS?

"Kristofer Gafvert" wrote:

> Hello,
>
> Search engines does not use the HTTP Header. What you are looking for is
> the HTML Head section. All the HTML is sent as part of the HTTP Body.
>
> Here is a request with a HTTP Header, and HTTP body:
>
> HTTP/1.1 200 OK
> Content-Length: 55
> Content-Type: text/html
> Last-Modified: Sat, 06 Mar 2004 21:24:38 GMT
> Accept-Ranges: bytes
> ETag: "f2ed676ec13c41:4a5"
> Server: Microsoft-IIS/6.0
> X-Powered-By: ASP.NET
> Date: Sat, 06 Mar 2004 21:39:43 GMT
>
> <html>
> <body>
> Hello
> </body>
> </html>
>
> The first part (until <html>) is the HTTP header, and that is what you are
> asking for to edit. What you want to edit is the HTML, and add something
> like:
>
> <meta name="description" content="My Description">
>
> Also see:
> http://www.htmlhelp.com/reference/html40/head/meta.html
>
>
> --
> Regards,
> Kristofer Gafvert
> www.gafvert.info - My Articles and help
> www.ilopia.com
>
>
> CASystems wrote:
>
> > I need to post a description and keyword header tag to all page so the
> search
> > engine can use it.
> >
> > Is there a way to enter more than 50 characters into the header value
> field
> > on Custom HTTP header form.
>



Relevant Pages

  • Re: Custom HTTP Header size limit
    ... IIS doesn't do this for you. ... >> Search engines does not use the HTTP Header. ... All the HTML is sent as part of the HTTP Body. ... What you want to edit is the HTML, ...
    (microsoft.public.inetserver.iis)
  • Re: Custom HTTP Header size limit
    ... Search engines does not use the HTTP Header. ... All the HTML is sent as part of the HTTP Body. ... The first part is the HTTP header, and that is what you are asking for to edit. ...
    (microsoft.public.inetserver.iis)
  • Re: Slightly ugly output
    ... The http header is not what we're referring to by an html line. ... Note that I haven't included various optional <head> elements or any ... I didn't ask for advice setting up my headers. ...
    (alt.html)
  • Re: Custom HTTP Header size limit
    ... you will need to modify all pages that you wish to decorate with ... metadata description for the search engine. ... > Search engines does not use the HTTP Header. ... All the HTML is sent as part of the HTTP Body. ...
    (microsoft.public.inetserver.iis)
  • Re: Slightly ugly output
    ... always, no exceptions. ... The http header is not what we're referring to by an html line. ... The html element is part of the document structure. ...
    (alt.html)