Get the most out of your Centmin Mod LEMP stack
Become a Member

CSS JS Google caches CSS/JS files for a very long time

Discussion in 'Web Development & Web Performance' started by eva2000, Oct 23, 2018.

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    10:38 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    According to Seroundtable.com, Google caches CSS and Javascript files for a very long time so if you use CSS/JS to render a page for new content or what new URLs are created, it may affect your SEO if Google has problems rendering your pages.

    Seems very problematic as alot of sites rely on CSS/JS to structure and build out a HTML web page. CSS can be used to hide certain HTML for certain viewports for different devices/screen sizes etc.

     
  2. deltahf

    deltahf Premium Member Premium Member

    595
    270
    63
    Jun 8, 2014
    Ratings:
    +500
    Local Time:
    8:38 AM
    Very interesting. I always update a timestamp on my CSS and JS and this would help prevent these issues.