/** * Fix for Google Search Console "Missing field 'url' (in 'author')" * for Yoast SEO on ghanaeducation.org */// 1. Fix WordPress core comment author URL add_filter( 'get_comment_author_url', function( $url ) { if ( empty( $url ) || $url === 'http://' ) { return home_url( '/#author' ); } return $url; }, 10, 1 );// 2. Specifically fix Yoast SEO Schema output for Comments add_filter( 'wpseo_schema_graph_piece', function( $piece, $context ) { if ( is_array( $piece ) && isset( $piece['comment'] ) && is_array( $piece['comment'] ) ) { foreach ( $piece['comment'] as &$comment ) { if ( isset( $comment['author'] ) && empty( $comment['author']['url'] ) ) { // Generate a fallback URL for the author to clear GSC warning $comment['author']['url'] = home_url( '/#author' ); } } } return $piece; }, 10, 2 );/** * 1. Fix WordPress core comment author URL * Simplified to use only 1 argument to prevent "Line 8" argument errors. */ add_filter( 'get_comment_author_url', 'ghana_edu_fix_comment_url', 10, 1 ); function ghana_edu_fix_comment_url( $url ) { if ( empty( $url ) || $url === 'http://' ) { // Fallback to a fragment link to satisfy Google return home_url( '/#author' ); } return $url; }/** * 2. Specifically fix Yoast SEO Schema output for Comments */ add_filter( 'wpseo_schema_graph_piece', 'ghana_edu_yoast_comment_url_fix', 10, 2 ); function ghana_edu_yoast_comment_url_fix( $piece, $context ) { // Check if this part of the Yoast graph contains comments if ( is_array( $piece ) && isset( $piece['comment'] ) && is_array( $piece['comment'] ) ) { foreach ( $piece['comment'] as &$comment ) { if ( isset( $comment['author'] ) && empty( $comment['author']['url'] ) ) { // Generate a fallback URL for the author to clear GSC warning $comment['author']['url'] = home_url( '/#author' ); } } } return $piece; }
Registration Opens: Join the 2026 BECE Home Mock to Secure Grade 1s JOIN NOW ×

Ablakwa gifts KETASCO NSMQ team GH¢10,000; Lamini GH¢4,000

Ghana EducationNews Upsate: Ablakwa gifts KETASCO NSMQ team GH¢10,000; Lamini GH¢4,000

Former Deputy Education Minister, Samuel Ablakwa after Keta Senior High Technical School qualified to the final stage of the just-ended National Science & Maths Quiz has presented GH¢10,000 to contestants that represented KETASCO.

He on behalf of immediate past Minister for Education, Professor Naana Opoku-Agyemang also donated an amount of GH¢4,000 to Francisca Lamini, the first female to make it to the Science and Maths quiz finals in the last eight (8) years.

In a social media post sighted by EducationWeb.com.gh, Mr Ablakwa said “on behalf of Prof. Naana Jane Opoku-Agyemang, I handed over a cash amount of GHS10,000 to the outstanding KETASCO NSMQ team, earlier today.”

The North Tongu Member of Parliament added that “Prof. Opoku-Agyemang requested that the phenomenal Francisca Lamini be given GH¢4,000. Naana Opoku-Agyemang hopes many more girls will be inspired to pursue STEM.”

In a related development, the National Union of Ghana Students (NUGS) Secretary for Women Development, Ohemaah Bediako following the outstanding performance of Lamini Saturday, November 27, 2021, gifted her GH¢1,000.

The donation, the National Union of Ghana Students (NUGS) Secretary for Women Development said follows Keta’s very own Francisca excellent performance in the Science and Mathematics quiz competition on Friday.

Registration Open

2026 BECE HOME MOCK

Professional Assessment from the Comfort of Your Home

Prepare your ward for the 2026 BECE with our specialized Home Mock series. Our marking and grading follow strict WAEC standards to ensure your child is ready for the real deal.

Standard Questions based on the NACCA Curriculum.
Detailed Marking with examiner comments.
Result Analysis to identify weak areas.

Secure Your Child's Future Today!

WhatsApp Register Call For Info

Presenting the cash to Keta Senior High Technical School Lamini, the NUGS Secretary for Women Development said “Francisca represents hope for the girl-child and proves that the woman is also capable to make an impact in society.

“Her performance on Friday at KNUST, Geat Hall during the NSMQ contest sends a strong message to her colleague girls that they can also do it should they believe and take their studies serious,” the Women Secretary added.

The Volta-Region-based Keta Senior High Technical School on Friday, November 26, 2021, competed in the 2021 edition of the National Science & Mathematics (NSMQ) with Presbyterian Boys School and Prempeh College.

READ: 2021 Nursing Training Admissions suspended – Ministry of Health

The Ashanti-Region Senior High School secured 53 points to win the contest while the Legon-based Presbyterian School had 49 points and Keta SHTS, the first school from the Volta Region to make it to the final, had 30 points.

Ghana Education News Editorial Team

Research • Journalism • Policy Analysis

The Ghana Education News Editorial Team is a specialized group of education researchers, journalists, and policy analysts dedicated to providing high-fidelity reports on the Ghanaian academic landscape. With over a decade of combined experience, our team serves as a primary bridge between official bodies like the GES and WAEC and the students, parents, and educators they serve.

Our Expertise & Mission

  • National Examination Prep: Verified BECE/WASSCE trial questions and examiner reports.
  • Policy Analysis: Breakdowns of GES recruitment, promotions, and payroll.
  • Educational Resources: Step-by-step guides for university admissions and scholarships.

Have a story or want to advertise?

WhatsApp Us Email Stories

WhatsApp: 0550360658 | Email: stories@ghanaeducation.org

Leave a Comment

Ghana Education News