TRDK29
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Defer parsing of JavaScriptOooooohhhhhhhhhh …… thanks. Sorry I am not an expert on this.
Your plugin as already help me optimize the site. How I am looking for the rest ??
You can see a test here:
The total size is 870 MB
Hi
I don’t have a “budget” version. I do have a Professional + (https://one-docs.com/guides/en/web-space-comparison-table/?url=specs/).
8 MB+ is related to the size of the database – The database is 15,4 MB.
PHP memory_limit is 2 GB
The database is 15,4 MB.
One.com (hosting) says:
“We checked your webspace and it seems you already have 8++ MB. That is large actually.”
The site is located on a shared network.
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Missing and required – publisher logo name missingAfter adding the below to functions.php the problem is gone
——————–
add_filter( ‘amp_post_template_metadata’, ‘amp_modify_json_metadata’, 10, 2 ); // Adding custom metadata
function amp_modify_json_metadata( $metadata, $post ) {if( ‘post’=== $post->post_type ){
$metadata[‘@type’] = ‘Article’;
$metadata[‘publisher’][‘name’] = ‘ TORBEN RICK ‘;
$metadata[‘publisher’][‘logo’] = array(
‘@type’ => ‘ImageObject’,
‘url’ => get_stylesheet_directory_uri().’/YOUR FOLDER NAME/YOUR LOGO NAME.png’,
‘height’ => 60,
‘width’ => 250,
);return $metadata;
}
}————————-
See: https://github.com/Automattic/amp-wp/issues/349Forum: Plugins
In reply to: [AMP] Missing and required – publisher logo name missingAfter adding the below to functions.php the problem is gone
——————–
add_filter( ‘amp_post_template_metadata’, ‘amp_modify_json_metadata’, 10, 2 ); // Adding custom metadata
function amp_modify_json_metadata( $metadata, $post ) {if( ‘post’=== $post->post_type ){
$metadata[‘@type’] = ‘Article’;
$metadata[‘publisher’][‘name’] = ‘ TORBEN RICK ‘;
$metadata[‘publisher’][‘logo’] = array(
‘@type’ => ‘ImageObject’,
‘url’ => get_stylesheet_directory_uri().’/YOUR FOLDER NAME/YOUR LOGO NAME.png’,
‘height’ => 60,
‘width’ => 250,
);return $metadata;
}
}————————-
See: https://github.com/Automattic/amp-wp/issues/349Forum: Plugins
In reply to: [Yoast SEO] Post sitemaps giving 404 not found errorResetting the permalink structure did solve the 404 error
Forum: Plugins
In reply to: [Yoast SEO] Post sitemaps giving 404 not found errorGot the same problem. All sitemaps – that have been working just finr before upgrade – now turns 404
Forum: Plugins
In reply to: [Glue for Yoast SEO & AMP] Featured Images not showingGot the same problem. The latest update has not fixed the problem.
When using PageFrog is worksForum: Plugins
In reply to: [Yoast SEO] AMP not working anymore – After UpgradeAfter rolling back the SEO and Glue …. it works again.
There is something wrong in the new version of SEO and Glue.
PS: Are using PageFrog is version 1.09
Forum: Plugins
In reply to: [Yoast SEO] AMP not working anymore – After UpgradeIf i deactivate the SEO, AMP, PageFrog and than activate PageFrog again than it works. BUT when activating SEO and Glue than it stops working.
Forum: Plugins
In reply to: [AMP] AMP validation had errors@ivan – great info. Thanks
Did you get a feedback from CloudFlare?
Google Console reports “Error in schema.org NewsArticle”.
————-
Google systems have detected that some of your AMP pages do not meet our guidelines and will therefore not show in Google Search AMP-related features. The following report provides examples of pages with errors.Fix the NewsArticle structured data element in your page. AMP pages with an invalid NewsArticle structured data element may appear in Google Search results without AMP-specific display features
————-Forum: Plugins
In reply to: [ReCaptcha Integration for WordPress] Plugin conflictHi
I am using this: “WordPress Image Hover Showcase”