SEO Issue

Home Forums Legacy Support Support queries Other issues SEO Issue

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #140979
    prashanthjaya
    Participant
    Hello, We are facing an issue with WPLMS Demo 5 theme, the Open Graph Properties are not appearing for COURSE PAGES but are included in HOMEPAGE and BLOG POSTS . Even after trying all the possible methods, it is not appearing. We also tried with Yoast SEO Plugin but no results. Due to this, we can't even share the courses on Social Media and its causing lot of inconvenience to our users as well. Please do help us on this ASAP.
    #141076
    Anshuman Sahu
    Keymaster
    Please try adding this given code in your wplms-customizer.php file in wplms customizer plugin : add_action('wplms_before_single_course','wplms_course_yoast_Seo_fix1244',10); function wplms_course_yoast_Seo_fix1244(){ if(function_exists('wpseo_frontend_head_init')){ add_action( 'wplms_before_single_course', 'wpseo_frontend_head_init', 99); }   }
    #141270
    prashanthjaya
    Participant
    Thanks for quick response. Issue has been fixed.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘SEO Issue’ is closed to new replies.