Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

SEO, Keywords and Headers

Guest
Feb 26, 2008 Feb 26, 2008
Does anyone have any information on If-Modified-Since HTTP Headers? I found a link to a page on Google which explains some Technical Webmaster Guidelines about how to let Google know when you have updated your site. It reads...

Make sure your web server supports the If-Modified-Since HTTP header. This feature allows your web server to tell Google whether your content has changed since we last crawled your site. Supporting this feature saves you bandwidth and overhead.

Thanks for any help!
TOPICS
Server side applications
321
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 27, 2008 Feb 27, 2008
rex1981 wrote:
> Does anyone have any information on If-Modified-Since HTTP Headers? I found a
> link to a page on Google which explains some Technical Webmaster Guidelines
> about how to let Google know when you have updated your site. It reads...
>
> Make sure your web server supports the If-Modified-Since HTTP header. This
> feature allows your web server to tell Google whether your content has changed
> since we last crawled your site. Supporting this feature saves you bandwidth
> and overhead.
>
> Thanks for any help!
>

What web server are you using?

Steve
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 27, 2008 Feb 27, 2008
LATEST
.oO(rex1981)

>Does anyone have any information on If-Modified-Since HTTP Headers?

Caching Tutorial for Web Authors and Webmasters
http://www.mnot.net/cache_docs/

Web servers should automatically recognize such headers for static files
(HTML, images, CSS ...), but using them in your own scripts and reacting
properly is not a trivial task.

>I found a
>link to a page on Google which explains some Technical Webmaster Guidelines
>about how to let Google know when you have updated your site. It reads...
>
> Make sure your web server supports the If-Modified-Since HTTP header. This
>feature allows your web server to tell Google whether your content has changed
>since we last crawled your site. Supporting this feature saves you bandwidth
>and overhead.

It's not only about Google. It can save bandwidth for every client.

Micha
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines