The main landing page (index.html) does not appear to use the pre-rendered page which has some additional text which will be useful to search engines.
SOLUTION
Change the s3_upload script to avoid uploading HTML pages from the crafting-guide project. Instead, they must come from the crafting-guide-prerender project.
PROBLEM
The main landing page (
index.html
) does not appear to use the pre-rendered page which has some additional text which will be useful to search engines.SOLUTION
Change the
s3_upload
script to avoid uploading HTML pages from thecrafting-guide
project. Instead, they must come from thecrafting-guide-prerender
project.