Re: Custom HTTP Header size limit
From: CASystems (CASystems_at_discussions.microsoft.com)
Date: 02/15/05
- Next message: Bernhard: "Re: 404 with IIS (6.0) PHP, CGI, Host Header on Windows 2003 Server"
- Previous message: joe: "newbie question - IIS 6.0 clear cache problem"
- In reply to: Kristofer Gafvert: "Re: Custom HTTP Header size limit"
- Next in thread: David Wang [Msft]: "Re: Custom HTTP Header size limit"
- Reply: David Wang [Msft]: "Re: Custom HTTP Header size limit"
- Reply: John Cesta: "Re: Custom HTTP Header size limit"
- Messages sorted by: [ date ] [ thread ]
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.
>
- Next message: Bernhard: "Re: 404 with IIS (6.0) PHP, CGI, Host Header on Windows 2003 Server"
- Previous message: joe: "newbie question - IIS 6.0 clear cache problem"
- In reply to: Kristofer Gafvert: "Re: Custom HTTP Header size limit"
- Next in thread: David Wang [Msft]: "Re: Custom HTTP Header size limit"
- Reply: David Wang [Msft]: "Re: Custom HTTP Header size limit"
- Reply: John Cesta: "Re: Custom HTTP Header size limit"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|