Title: Lighthouse SEO issue
Last modified: August 3, 2020

---

# Lighthouse SEO issue

 *  Resolved [stebato](https://wordpress.org/support/users/stebato/)
 * (@stebato)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/lighthouse-seo-issue/)
 * I have webpages where the video is available in both mobile and full mode. Lighthouse
   reports an SEO issue with these pages: “Links do not have descriptive text” and“
   Link text is: Click here”.
 * The reason for this is that mobile mode displays the following text below the
   video: “Mobile browser detected, serving low bandwidth video. Click here for 
   full quality.”, where only “Click here” is the actual link text.
 * I guess it would be better if the link text was expanded to “Click here for full
   quality video” which is a lot more descriptive.
 * Is there a way for me to change this link text?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flighthouse-seo-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [stebato](https://wordpress.org/support/users/stebato/)
 * (@stebato)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/lighthouse-seo-issue/#post-13203094)
 * UPDATE.
 * I just found out I could manually edit the plugin’s frontend.php file (fv-wordpress-
   flowplayer/controller/frontend.php), and now Lighthouse does not complain 🙂
 * However, I suggest this be modified in a future version as it probably affects
   a considerable number of installations and SEO score is important.
 * I modified line 63 and 64
 * ORIGINAL:
 *  ‘mobile_browser_detected_2’ => __(‘Click here’,’fv-wordpress-flowplayer’),
    ‘
   mobile_browser_detected_3’ => __(‘for full quality.’,’fv-wordpress-flowplayer’),
 * MODIFIED:
 *  ‘mobile_browser_detected_2’ => __(‘Click here for full quality video’,’fv-wordpress-
   flowplayer’),
    ‘mobile_browser_detected_3’ => __(‘.’,’fv-wordpress-flowplayer’),
 *  Plugin Author [FolioVision](https://wordpress.org/support/users/foliovision/)
 * (@foliovision)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/lighthouse-seo-issue/#post-13255661)
 * Hello stebato,
 * thank you for letting us know about the issue.
 * We put in the first into the current plugin release version.
 * Thanks,
    Martin
 *  Thread Starter [stebato](https://wordpress.org/support/users/stebato/)
 * (@stebato)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/lighthouse-seo-issue/#post-13262310)
 * Thanks a lot for quick implementation!
 * Stebato 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Lighthouse SEO issue’ is closed to new replies.

 * ![](https://ps.w.org/fv-wordpress-flowplayer/assets/icon.svg?rev=1085604)
 * [FV Flowplayer Video Player](https://wordpress.org/plugins/fv-wordpress-flowplayer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fv-wordpress-flowplayer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fv-wordpress-flowplayer/)
 * [Active Topics](https://wordpress.org/support/plugin/fv-wordpress-flowplayer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fv-wordpress-flowplayer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fv-wordpress-flowplayer/reviews/)

## Tags

 * [link text](https://wordpress.org/support/topic-tag/link-text/)

 * 3 replies
 * 2 participants
 * Last reply from: [stebato](https://wordpress.org/support/users/stebato/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/lighthouse-seo-issue/#post-13262310)
 * Status: resolved