Vishal Nakum
Forum Replies Created
-
I just got my issue solved related to meta description. I found one link in which they suggested to add some code into the function.php file of the theme.
here is that link
this is the cached version of that site. the original website is broke down.
I did the same steps suggested in that and disable SEO option from the AMP plugin and got the issue solved.
I thought it might be helpful.
here is the code which I added into the function.php file:
function add_yoast_seo_description_to_amp_pages( $amp_template ) {?>
<meta name=”description” content=”<?php echo esc_html( get_post_meta(get_the_ID(), ‘_yoast_wpseo_metadesc’, true ) );?>” />
<?php }
add_action( ‘amp_post_template_head’, ‘add_yoast_seo_description_to_amp_pages’ );Thanks
Yes Sure
accelerated mobile pages(AMP for WP)
version 0.9.97.43AMPforWp plugin Manager
version 1.1Broken Link Checker
version 1.11.5Caldera Forms
version 1.8.0Contact form
version 5.1.1Contact Form 7 Conditional fields
version 1.4.1Contact Form 7 Style
version 3.1.7Crazy Egg
Version 2.1Customr Share Buttons with Floating Sidebar
version 3.5Easy WP SMTP
version 1.3.8Flamingo
version 1.9fusion builder
version 1.6.1fusion core
version 3.6.1GDPR Cooke Consent
version 1.6.2Giphy Press
version 1.6.2Glue for Yoast SEO & AMP
version 0.4.3Hello Bar for WordPress
version 0.7imagify
version 1.8.4.1insert PHP Code Snippet
version 1.2.6Max Mega menu
version 2.5Nofollow for external link
version 1.2.2PHP Compatibility Checker
version 1.4.7PWA for WP
version 1.0.7Rename wp-login.php
version 2.5.5simple 301 Redirects
version 1.07Slider revolution
version 5.4.8.1Sumo Me
Version 1.30Wordpress Importer
Vwersion 0.6.4WP Rocket
Version 3.2.4WP Rocket Footer JS
version 3.0.15Wpdevart Facebook Comments
version 1.9.0Wp forms lite
version 1.5.1.1Yoast SEO
version 9.5Zendesk Chat Widget
Version 1.4.14Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Not a valid AMP pageHere is the link of two amp pages and please compare the source code of both pages
1. Home Page Here
2. Netflix Similar App Development Page Hereyou can see the difference in both codes. Android development page’s CSS is minified automatically but the home page’s CSS not minified automatically and you know that I cannot edit this amp pages’ internal CSS using this “AMPforWp” Plugin from the dashboard
Thank you
- This reply was modified 6 years, 1 month ago by Vishal Nakum.
- This reply was modified 6 years, 1 month ago by Vishal Nakum.
- This reply was modified 6 years, 1 month ago by Vishal Nakum.
- This reply was modified 6 years, 1 month ago by Vishal Nakum.
- This reply was modified 6 years, 1 month ago by Vishal Nakum.