diff options
| author | Jacob McCormick <jmccormick1858@yaho.com> | 2022-03-21 10:15:18 -0500 |
|---|---|---|
| committer | Jacob McCormick <jmccormick1858@yaho.com> | 2022-03-21 10:15:18 -0500 |
| commit | dc028a7e5e566d88571271a4ece0463b24eca660 (patch) | |
| tree | 1d9f07204da5ab9333d904fb03741f6858ee88fd | |
| parent | 0f835758a0d9daf1d881cbb38955c5733e894fa3 (diff) | |
formatting
| -rw-r--r-- | page-quality.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/page-quality.html b/page-quality.html index b32c238..c3f26d1 100644 --- a/page-quality.html +++ b/page-quality.html @@ -44,7 +44,7 @@ location ~* \.(?:jpg|jpeg|gif|png|ico|svg|webp)$ { } # CSS and Javascript - location ~* \.(?:css|js)$ { +location ~* \.(?:css|js)$ { expires 1y; access_log off; add_header Cache-Control "max-age=31556952, public"; @@ -131,7 +131,7 @@ gzip_vary on; The <code>alt</code> attribute should simply describe the image being displayed. </p> - <pre><code><img src="img/cabin.webp" alt="A cabin nestled between pine trees"></code></pre> + <pre><code><img src="img/cabin.webp" <strong>alt="A cabin nestled between pine trees"</strong>></code></pre> <h2>SEO</h2> @@ -139,7 +139,7 @@ gzip_vary on; <p> Adding meta descriptions to your webpage allow for web-crawlers and bots to easily determine what content your website contains. - Just like on YouTube, you can give your webpage a long list of keywords to help increase the chance someone stumbles upon your site from a search engine. + Just like on other online platforms, you can give your webpage a long list of keywords to help increase the chance someone stumbles upon your site from a search engine. You don't need to add all of the below meta tags to pass the audit, only add what's necessary. </p> |
