# Pre-Launch

Do a final walkthrough of the site and check for any SEO and Accessibility errors using Chrome plugins.

Export local database.

Set Object Storage assets for long caching performance (optional)

  • Install and configure s3cmd as shown here (https://www.linode.com/docs/platform/object-storage/how-to-use-object-storage/#s3cmd)
  • Use s3cmd to set the cache headers as in this example https://www.linode.com/community/questions/19921/how-can-i-modify-http-headers-for-objects-in-my-bucket
  • s3cmd --recursive modify --add-header="Cache-Control: max-age=2592000" s3://bucketnamehere
  • See also https://s3tools.org/usage

# Spam Protection (Google Recaptcha v2)

Mention to clients that there’s no cost for us to add a Recaptcha to Express Forms. We just need:

  • Access to Google’s admin dashboard (https://www.google.com/recaptcha/admin/create)
  • Then add our company gmail address as an owner: harvestmedia.hub@gmail.com
Last Updated: 3/25/2021, 6:42:18 AM