Hi Drew,
I don’t see anything out of the ordinary. The structure looks fine.
If optimization is the main concern then the worry should be on what’s the best combination of settings with the optimization plugin you’re using.
The checklist would be:
– Do I have to aggregate JS or CSS? If yes, do I have to exclude some stylesheets?
– Do I have to write a Critical CSS? If yes, what should be included?
– Does the site need Lazyload? If yes, which images may have to be excluded?
– Do I have to preload some assets? If yes, which ones? (usually the fonts and hero images)
– Do I have to optimize image that are served? If yes, how? (compression and/or CDN)