Как лучше создавать АМР страницы для Wordpress сайта?
Публичный постНа официальном сайте https://wordpress.org/ есть два плагина для создания АМР страниц.
Я попробовал AMP for WP – Accelerated Mobile Pages и получил ошибку
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Ошибку удалось устранить путем редактирования .htacces файла. Плагин добавил туда следующие строчки:
# AMPFORWPLBROWSERCSTART Browser Caching
<IfModule mod_expires.c>
ExpiresActive On
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff
AddType image/svg+xml .svg
ExpiresByType application/vnd.ms-fontobject "access 1 year"
ExpiresByType application/x-font-ttf "access 1 year"
ExpiresByType application/x-font-opentype "access 1 year"
ExpiresByType application/x-font-woff "access 1 year"
ExpiresByType image/svg+xml "access 1 year"
ExpiresByType image/webp "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType image/x-icon "access 1 year"
ExpiresByType text/css "access 3 month days"
ExpiresByType text/javascript "access 3 month days"
ExpiresByType application/javascript "access 3 month days"
ExpiresByType application/x-javascript "access 3 month days"
ExpiresByType application/xhtml-xml "access 3 month days"
ExpiresByType application/pdf "access 3 month days"
ExpiresByType application/x-shockwave-flash "access 3 month days"
</IfModule>
# END Caching AMPFORWPLBROWSERCEND
Я не очень силен в этом. Может кто подскажет, что здесь могло положить сервак? Или стоит попробовать другой плагин?
может неожиданно, но лучше не создавать амп страниц. Недавно опять гугл расследовали за косяки с аукционами рекламы, и один из пунктов был про снижение доходов паблишеров на дохрена процентов на амп страницах по сравнению с обычными.
А какой нынче смысл от amp и "турбо-страниц"?