Chusbas
Forum Replies Created
-
Forum: Plugins
In reply to: [PhastPress] PhastPress + Image lazy load pluginOk, that’s true!
my english is quite limited. I write from Spain (firikies and we only speak Spanish, I’m sorry) to adjust the aspect ratio you can only cut the image. 1200×672 is pretty good. Regards
Google says: For best results, provide multiple high-resolution images (minimum 800,000 pixels by multiplying width by height) with the following aspect ratios: 16 × 9, 4 × 3 and 1 × 1. You can use the web page that I have attached. The images must have those dimensions to be shown completely.
The aspect ratio for a 1200-wide image is 1200×675 in height. The plugin can automatically incorporate the script. You can see a section below in the last row, when editing a post. However, when using that automation, I have received errors in the google test. Maybe the plugin developer can guide us in these problems. a greeting.
Hi, it works fine using Individual AMP Pages Custom amp editor. Turning off the automatic rich data structure in plugin.
Copy and paste the html of the post. Then insert the following script in custom amp editor html mode.
This would be marking for “newsarticle”. Example:
=========================<script type = “application / ld + json”>
{
“@context”: “https://schema.org”,
“@type”: “NewsArticle”,
“mainEntityOfPage”: {
“@type”: “WebPage”,
“@id”: “https://google.com/article”
},
“headline”: “Article headline”,
“image”: [
“https://example.com/photos/1×1/photo.jpg”,
“https://example.com/photos/4×3/photo.jpg”,
“https://example.com/photos/16×9/photo.jpg”
],
“datePublished”: “2015-02-05T08: 00: 00 + 08: 00”,
“dateModified”: “2015-02-05T09: 20: 00 + 08: 00”,
“author”: {
“@type”: “Person”,
“name”: “John Doe”
},
“publisher”: {
“@type”: “Organization”,
“name”: “Google”,
“logo”: {
“@type”: “ImageObject”,
“url”: “https://google.com/logo.jpg”
}
},
“description”: “A most wonderful article”
}
</ script>
==================
https://developers.google.com/search/docs/data-types/article
===================
These are the technical specifications for the images:
Repeated field of ImageObject or URLThe URL to an image that is representative of the article or AMP story.
Due to format differences in search results, the following image guidelines only apply to general AMP pages, not AMP stories. AMP stories have different requirements for images.
Only a marked-up image that directly belongs to the article should be specified.
Images should be at least 1200 pixels wide.
Every page must contain at least one image (whether or not you include markup). Google will pick the best image to display in Search results based on the aspect ratio and resolution.
Image URLs must be crawlable and indexable.
Images must represent the marked up content.
Images must be in .jpg, .png, or .gif format.
For best results, provide multiple high-resolution images (minimum of 800,000 pixels when multiplying width and height) with the following aspect ratios: 16×9, 4×3, and 1×1.
============
https://developers.google.com/search/docs/data-types/article
===========
the tool to check:
https://search.google.com/structured-data/testing-tool
==============
Its recommended that the canonical (non-amp) mobile version include the same structured data.
==================
To compress images: https://compressor.io/
RegardsSame here
Forum: Plugins
In reply to: [W3 Total Cache] file path to htaccess filehtaccess file should have 777 permissions during installation of W3T. wp-content should also have them. (temporary)
You must log in to your hosting and change the permissions. If you can not find a file htaccess, you can create on your computer with “bloc notes” (tex edit) and save it as “htaccess” without the starting point. When you upload to the server with your ftp program, rename it and assign a point ahead.
Hello.
First you need to create an account with “S3”. I recommend you first configure w3totalcache to use “amazon s3”. Once you have created the bucket, you can reconfigure w3totalcache for “couldfront” (amazon CDN). Follow the instructions and, after that you have created the distribution, you can start using the CDN.
I also recommend NOT create Cnames in the DNS for your domain (subdomains) to spread the load of the web, as some people prefer, as w3totalcache-0.9.2.8 break your blog.
Installation is simple and automatic. Make a backup to avoid problems.Forum: Plugins
In reply to: [W3 Total Cache] Blank page after update to 0.9.2.6The plugin has a bug and need to do some manual corrections to install.
Once installed, it works great and the speed improvement pages. It seemed incredible.
Personally I would only recommend if you work with a CDN. Otherwise it is better to use another plugin to make it easierForum: Plugins
In reply to: [W3 Total Cache] Blank page after update to 0.9.2.6Yes, thanks sLa NGjl′s!
Forum: Plugins
In reply to: [W3 Total Cache] Blank page after update to 0.9.2.6Hello:
I have not deleted anything in the htaccess. I have not deleted any lines in the config.php.
I just changed the permissions to 777 htaccess Everything worked properly.
———————–
Hola:Yo no he borrado nada en el htacces. Tampoco he borrada ninguna línea en el config.php.
Sólo he cambiado a 777 los permisos del htaccess y wp-content. Todo ha funcionado correctamente.