Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Are Expires Headers Detrimental to SEO Health?
-
My dev was looking into Expires Headers to increase speed, but she don't know the ramifications behind them for SEO. What I found online is really old: https://a-moz.groupbuyseo.org/blog/expires-headers-for-seo-why-you-should-think-twice-before-using-them
What do SEOs think?
Thanks in advance!
~Dana
-
@szymonmarc
The best way to use expires headers for SEO is to set them to a reasonable value that will balance the need for caching with the need for search engines to crawl your website. A good rule of thumb is to set expires headers for static files, such as images, CSS, and JavaScript, to a long period of time, such as a year. For dynamic content, such as blog posts and product pages, you can set expires headers to a shorter period of time, such as a week or a month. -
No, Expires headers are not detrimental to SEO health. In fact, they can improve your SEO health by increasing your website's loading speed. When a browser loads a web page, it checks the Expires header for each resource on the page to see if it has a cached copy.
If it does, the browser will use the cached copy instead of downloading the resource from the server. This can save a significant amount of time, especially for visitors who are returning to your website.
-
-
No, Expires headers are not detrimental to SEO health. In fact, they can have a positive impact on website performance and user experience, which can indirectly affect SEO.
Expires headers are used to instruct the browser to cache specific resources, such as images, stylesheets, and scripts, for a certain period of time. This can significantly reduce page load time and improve website performance, which can in turn improve user experience and engagement.
When users have a good experience on your site, they are more likely to stay longer, share your content, and return in the future. These positive user signals can indirectly impact your SEO rankings by signaling to search engines that your site is valuable and relevant to users.
Therefore, using Expires headers can actually be beneficial to your site's SEO health, as long as they are implemented correctly and not set for too long of a period.
-
1zdrowie.pl
https://1zdrowie.pl/odchudzanie/
Odchudzanie to proces, który wymaga czasu, cierpliwości i determinacji. Oto kilka ogólnych wskazówek, jak zacząć odchudzanie:Określ cel: Określ, ile chcesz schudnąć i w jakim czasie. Upewnij się, że twoje cele są realistyczne i osiągalne.
Stwórz plan: Stwórz plan żywieniowy i harmonogram treningów. Plan powinien zawierać zdrowe, zbilansowane posiłki i regularną aktywność fizyczną.
Jedz zdrowo: Zdrowe jedzenie to klucz do utraty wagi. Unikaj przetworzonej żywności, fast foodów, słodyczy i napojów gazowanych. Zamiast tego jedz świeże warzywa i owoce, chude białka (np. kurczaka, ryby), pełnoziarniste produkty zbożowe i tłuszcze roślinne (np. awokado, oliwki, orzechy).
Ogranicz spożycie kalorii: Jedzenie mniej kalorii niż potrzebujesz jest kluczowe dla utraty wagi. Skonsultuj się ze specjalistą ds. żywienia, aby określić swoje indywidualne zapotrzebowanie kaloryczne.
Regularna aktywność fizyczna: Ćwicz regularnie, najlepiej co najmniej 30 minut dziennie. Wybierz aktywności, które lubisz, np. bieganie, jazda na rowerze, pływanie, fitness.
Monitoruj postępy: Monitoruj swoje postępy, np. wagę, obwód talii i bioder, i dostosowuj swój plan w razie potrzeby.
Bądź cierpliwy: Odchudzanie to długoterminowy proces. Bądź cierpliwy i nie zniechęcaj się, jeśli wyniki nie są natychmiastowe.
Pamiętaj, że przed rozpoczęciem jakiejkolwiek diety lub programu odchudzania warto skonsultować się ze specjalistą ds. żywienia lub lekarzem.
-
Hi Dana,
Expires headers and other caching headers can help improve site performance (as you said), and that will be a good thing for SEO. There is no reason to be concerned - they are common headers and there isn't much they could do to have any negative impact on SEO.
Good luck!
Tom
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Optimal use of keywords in header tag
what does optimal use of keywords in header tag actually mean given you indicate this as hurting seo factor?
Technical SEO | | Serg1550 -
How does changing sitemaps affect SEO
Hi all, I have a question regarding changing the size of my sitemaps. Currently I generate sitemaps in batches of 50k. A situation has come up where I need to change that size to 15k in order to be crawled by one of our licensed services. I haven't been able to find any documentation on whether or not changing the size of my sitemaps(but not the pages included in them) will affect my rankings negatively or my SEO efforts in general. If anyone has any insights or has experienced this with their site please let me know!
Technical SEO | | Jason-Reid0 -
JavaScript page loader - SEO impact
Hello all,
Technical SEO | | Lvet
I am working on a site that has a bizarre page load system. All pages get loaded trough the same Javascript snippet, for example: Changing the values in the form changes the page that is loaded. The most incredible thing is that, against my expectations, pages do get indexed by Google.
My question is: "Does loading pages dynamically using JavaScript affect the overall SEO performance?" Why are pages getting indexed? Thank you for shedding light on this.
Cheers
Luca0 -
Schema for Banks and SEO
I'm researching Schema opportunities for a bank, but besides the shema markup available today (like bankorcreditunion) and developments with FIBO, I can find no answer as to the effect of tagging interest rates and such in terms of SERP/CTR performance or visibility. Does anyone have a case study to share or some insight on the matter?
Technical SEO | | Netsociety0 -
Blocked jquery in Robots.txt, Any SEO impact?
I've heard that Google is now indexing links and stuff available in javascript and jquery. My webmastertools is showing that some links are blocked in robots.txt of jquery. Sorry I'm not a developer or designer. I want to know is there any impact of this on my SEO? and also how can I unblock it for the robots? Check this screenshot: http://i.imgur.com/3VDWikC.png
Technical SEO | | hammadrafique0 -
Generating a signature and expires in java
Hello, I am developing a tool for my company to get stats from SeoMoz using your API. During development, I have been using the example signature and expires values which are auto-generated for me. Now that testing is complete, my code will need to generate these values. I have been googling looking for a resource demonstrating how to do this using Java, but I have not found a good example. I was hoping that someone at SeoMoz would have a resource or an example that they could share. The email associated with this account belongs to a non-developer, so if a response is provided via email in addition to the forum, sending it to my email would be much appreciated. Thank you, Anthony [email protected]
Technical SEO | | TRich500 -
Restaurant menu SEO: PDF or HTML?
Is it better to use a PDF or hard code restaurant menus (or any document for that matter) in HTML? I want the content to be indexed and thought PDF was the way to go for several reasons, but I wanted to get confirmation on this before I move forward.
Technical SEO | | BostonWright0 -
Can local SEO harm national rankings?
Today I met with a firm called Localeze that provides local directory submissions. I understand the importance of this service if your site is competing locally, however I'm not sure the effects of local SEO for a national brand. Our firm gets most of our traffic from across the country, not just one location, and our business is scattered (which is a good thing). We rank for service related keywords that are not tied to a location. We do not show up for local results so our business in our immediate location is weak. We would like to increase our local presence in search engines but I want to make sure that this will not take away from our national presence. Will optimizing a site for local search negatively affect general rankings? Thanks
Technical SEO | | KevinBloom1