From dc028a7e5e566d88571271a4ece0463b24eca660 Mon Sep 17 00:00:00 2001 From: Jacob McCormick Date: Mon, 21 Mar 2022 10:15:18 -0500 Subject: formatting --- page-quality.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'page-quality.html') 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 alt attribute should simply describe the image being displayed.

-
<img src="img/cabin.webp" alt="A cabin nestled between pine trees">
+
<img src="img/cabin.webp" alt="A cabin nestled between pine trees">

SEO

@@ -139,7 +139,7 @@ gzip_vary on;

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.

-- cgit v1.2.3