{"id":21757,"date":"2026-01-04T12:03:01","date_gmt":"2026-01-04T10:03:01","guid":{"rendered":"https:\/\/www.insertioweb.com\/?p=21757"},"modified":"2026-01-05T10:51:12","modified_gmt":"2026-01-05T08:51:12","slug":"304-nije-modificirano","status":"publish","type":"post","link":"https:\/\/www.insertioweb.com\/en\/304-nije-modificirano\/","title":{"rendered":"304 Not Modified"},"content":{"rendered":"<h2 class=\"gb-headline gb-headline-25a6d5c8 gb-headline-text\">What is HTTP 304 Not Modified?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">HTTP status code <strong>304 Not Modified<\/strong> indicates that the resource you are trying to access <strong>hasn't changed since your last request<\/strong>. In this case, the server does not send the content again, but expects the browser to display a version that has already been stored in its cache.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The status code 304 is used to avoid unnecessary data transfer, because the client already has the requested resource stored locally. This reduces bandwidth consumption and speeds up page or resource loading.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">HTTP 304 Not Modified belongs <strong>3xx HTTP status code group<\/strong>, where:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>number <strong>3<\/strong> denotes redirection<\/li>\n\n\n\n<li><strong>xx<\/strong> presents additional digits that more accurately describe the status of the HTTP request<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">How does HTTP 304 Not Modified work?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">HTTP 304 Not Modified is considered a shape <strong>client redirection<\/strong>, because the processing takes place on the client side, i.e. the user's device or system.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The process begins when a client, such as a web browser or web crawler, sends an HTTP request to a server. In this example, the client asks for access to the website at yourdomain.com. The server then checks whether the requested resource has changed since the last time the client accessed the page.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If there was no change, the server returns the answer <strong>304 Not Modified<\/strong> without resubmitting content. The browser then loads the already saved version from the cache, resulting in a faster page view and less server load.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-base-3-color has-contrast-background-color has-text-color has-background has-link-color wp-elements-182cc72acf8d57d86b73cc201a09d23d\">GET \/index.html HTTP\/1.1 Host: yourdomain.com<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><br>If the client sends a request <strong>for the first time<\/strong>, the server matches with the code <strong>200 OK<\/strong> i <strong>ETag<\/strong> the label. The requested resource is then included in the body of the message.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-base-3-color has-contrast-background-color has-text-color has-background has-link-color wp-elements-3032c171dd960d735f95759cd914bf15\">HTTP\/1.1 200 OK ETag:92g93nb790256hwp72b9<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>ETag<\/strong> (abbreviated from <em>entity tag<\/em>) is an HTTP response header consisting of a series of numbers, letters and symbols, which serves to identify a specific version of the resource sent to the client. ETag changes every time a resource is updated.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When the client resubmits a request for access to the same resource, they will include a header in the request <strong>If-None-Match<\/strong>. This header contains the ETag that the server sent to the client on the previous visit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Some clients may also include a header <strong>If-Modified-Since<\/strong>, which shall contain the time of the last request.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-base-3-color has-contrast-background-color has-text-color has-background has-link-color wp-elements-14b1f07e981b88c5f4a88cc00959b28f\">GET \/index.html HTTP\/1.1 Host: yourdomain.com If-None-Match: 92g93nb790256hwp72b9 If-Modified-Since: Fri, 19 Apr 2024 12:00:59 GMT<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><br>Server will then compare header values <strong>If-None-Match<\/strong> i <strong>If-Modified-Since<\/strong> with the data it has saved. If the values match, the server will not send the resource. Instead, it will respond with a status code <strong>304 Not Modified<\/strong>, indicating that the resource has not changed since the last customer visit.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-base-3-color has-contrast-background-color has-text-color has-background has-link-color wp-elements-f0b2d55d31764ef393d48893a4fab4f7\">HTTP\/1.1 304 Not Modified<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If the client is an Internet browser, he will show the visitor a version of the resource that is already in his cache. If the client is a search engine, like Google, they will use a version of the content they have previously stored.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is important to note that the header <strong>If-None-Match<\/strong> takes precedence over <strong>If-Modified-Since<\/strong>. Still, <strong>If-Modified-Since<\/strong> It is used more often because it is easier to implement.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Googlebot uses HTTP 304 Not Modified<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Google supports headers <strong>If-Modified-Since<\/strong> i <strong>If-None-Match<\/strong> and expects the server to restore the status code <strong>304 Not Modified<\/strong> if the content has not changed since the last visit of Googlebot.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">However, Google does not include these headers in every request when indexing your site. It only uses them when it deems them necessary for a particular crawl.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Even in cases where Google does not send these headers, the server can be configured to return the response to Googlebot <strong>304 Not Modified<\/strong> if the content has not been changed since his last visit.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">SEO Benefits of Status Code 304 Not Modified<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Status code <strong>304 Not Modified<\/strong> Assisting in the management of the c. <em>crawl budget<\/em>. Crawl budget represents the maximum number of pages that a search engine can view on your website within a certain period of time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When search engines index a website, they consume server resources and bandwidth. If they visit your site too often, they can unnecessarily burden the server, which can lead to a slowdown of the site or even temporary unavailability.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To avoid this, search engines assess the server's capacity and, based on this, determine the crawl budget, thereby trying to preserve the site's performance and the quality of the user experience.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For smaller websites crawl budget is generally not a problem. It becomes relevant the code of pages with 10,000 or more unique URLs or the code of pages whose URLs are marked as <em>Discovered \u2013 not indexed<\/em> Google Search Console.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is important to note that the estimated server capacity used by Google does not have to match the actual capacity of your server. Google determines it according to its own criteria and is often more conservative than the actual server capabilities.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Other Benefits of Status Code 304 Not Modified<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In addition to SEO benefits, status code <strong>304 Not Modified<\/strong> It also brings tangible benefits to visitors and search engines.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Visitors consume less data because the content is not downloaded from the server again, but is loaded from the browser cache. This also allows you to load the page faster.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Search engines, on the other hand, use large amounts of resources to index the Internet. Since these resources are not unlimited, the status code 304 prevents them from spending resources again on uploading content that has not changed.<\/p>","protected":false},"excerpt":{"rendered":"<p>\u0160to je HTTP 304 Not Modified? HTTP statusni kod 304 Not Modified ozna\u010dava da se resurs kojem poku\u0161avate pristupiti nije promijenio od va\u0161eg posljednjeg zahtjeva. U tom slu\u010daju server ne &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"304 Not Modified\" class=\"read-more button\" href=\"https:\/\/www.insertioweb.com\/en\/304-nije-modificirano\/#more-21757\" aria-label=\"Read more about 304 Nije modificirano (Not Modified)\">READ MORE<\/a><\/p>","protected":false},"author":1,"featured_media":21758,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"tpgb_global_settings":"","footnotes":""},"categories":[26],"tags":[],"class_list":["post-21757","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-rjecnik","infinite-scroll-item","resize-featured-image"],"tpgb_featured_images":{"full":["https:\/\/www.insertioweb.com\/wp-content\/uploads\/2026\/01\/304-nije-modificirano.webp",480,320,false],"tp-image-grid":["https:\/\/www.insertioweb.com\/wp-content\/uploads\/2026\/01\/304-nije-modificirano-700x700.webp",700,700,true],"thumbnail":["https:\/\/www.insertioweb.com\/wp-content\/uploads\/2026\/01\/304-nije-modificirano-150x150.webp",150,150,true],"medium":["https:\/\/www.insertioweb.com\/wp-content\/uploads\/2026\/01\/304-nije-modificirano-300x200.webp",300,200,true],"medium_large":["https:\/\/www.insertioweb.com\/wp-content\/uploads\/2026\/01\/304-nije-modificirano.webp",480,320,false],"large":["https:\/\/www.insertioweb.com\/wp-content\/uploads\/2026\/01\/304-nije-modificirano.webp",480,320,false],"default":"https:\/\/www.insertioweb.com\/wp-content\/plugins\/the-plus-addons-for-block-editor\/assets\/images\/tpgb-placeholder.jpg"},"tpgb_post_meta_info":{"get_date":"January 4, 2026","get_modified_date":"January 5, 2026","category_list":{"category":[{"term_id":26,"name":"Rje\u010dnik","slug":"rjecnik","term_group":0,"term_taxonomy_id":26,"taxonomy":"category","description":"","parent":0,"count":35,"filter":"raw"}],"post_tag":false,"post_format":false},"author_name":"insertio","author_url":"https:\/\/www.insertioweb.com\/en\/author\/insertio\/","author_email":"insertioweb@gmail.com","author_website":"https:\/\/www.insertioweb.com","author_description":"","author_facebook":"","author_twitter":"","author_instagram":"","author_role":["administrator"],"author_firstname":"","author_lastname":"","user_login":"insertio","author_avatar":"<img alt='' src='https:\/\/secure.gravatar.com\/avatar\/00193c03147a29b56101ea2b24b996a323f330ba78cd3f9e84b29d7df878638a?s=200&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/00193c03147a29b56101ea2b24b996a323f330ba78cd3f9e84b29d7df878638a?s=400&#038;d=mm&#038;r=g 2x' class='avatar avatar-200 photo' height='200' width='200' decoding='async'\/>","author_avatar_url":"https:\/\/secure.gravatar.com\/avatar\/00193c03147a29b56101ea2b24b996a323f330ba78cd3f9e84b29d7df878638a?s=96&d=mm&r=g","comment_count":0,"post_likes":0,"post_views":0},"tpgb_post_category":{"category":"<a href=\"https:\/\/www.insertioweb.com\/en\/category\/rjecnik\/\" alt=\"Rje\u010dnik\"  class=\"category-rjecnik\">Rje\u010dnik<\/a> "},"_links":{"self":[{"href":"https:\/\/www.insertioweb.com\/en\/wp-json\/wp\/v2\/posts\/21757","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.insertioweb.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.insertioweb.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.insertioweb.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.insertioweb.com\/en\/wp-json\/wp\/v2\/comments?post=21757"}],"version-history":[{"count":3,"href":"https:\/\/www.insertioweb.com\/en\/wp-json\/wp\/v2\/posts\/21757\/revisions"}],"predecessor-version":[{"id":21900,"href":"https:\/\/www.insertioweb.com\/en\/wp-json\/wp\/v2\/posts\/21757\/revisions\/21900"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.insertioweb.com\/en\/wp-json\/wp\/v2\/media\/21758"}],"wp:attachment":[{"href":"https:\/\/www.insertioweb.com\/en\/wp-json\/wp\/v2\/media?parent=21757"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.insertioweb.com\/en\/wp-json\/wp\/v2\/categories?post=21757"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.insertioweb.com\/en\/wp-json\/wp\/v2\/tags?post=21757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}