-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNotes
22 lines (22 loc) · 878 Bytes
/
Notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- in addition to favicon:
<link rel="apple-touch-icon" href="/custom_icon.png">
- presskit() based impressum
http://dopresskit.com/
- mask email address from bots
- optimize for printing
- Eliminate render-blocking CSS in above-the-fold content
https://paul.kinlan.me/detecting-critical-above-the-fold-css/
https://developers.google.com/speed/docs/insights/OptimizeCSSDelivery#example
https://github.com/filamentgroup/loadCSS/blob/master/README.md
- Eliminate render-blocking JavaScript in above-the-fold content
https://varvy.com/pagespeed/defer-loading-javascript.html
- for SEO go here
https://varvy.com/
- enable keep alive
https://varvy.com/pagespeed/keep-alive.html
- possibly add analytics
http://www.google.com/analytics/standard/
- create sitemap.xml
https://www.woorank.com/en/edu/seo-guides/xml-sitemapsBlog
- check validator.w3.org
- custom 404 Error Page