Youtube SEO Playlist For WordPressYoutube SEO Playlist For WordPress
Is an unordered list of YouTube links converted into a video playlistYoutube SEO Playlist For WordPress
Is an unordered list of YouTube links converted into a video playlistOverview
YouTube SEO Playlist for Wordpress
Is an unordered list of YouTube links converted into a video playlist. The php script makes the youtube list on a fly and uses the latest Gdata Api v3. You can choose to make a video playlist with keywords, username, channel or a regular youtube playlist. There are many options which can be set in the php script
Features
- Easy to adapt in your wordpress site
- All colors can be set in plain css
- OOP based
- SEO (search engine optimization) optimized. The biggest advantage over other full javascript is that the titles and descriptions from the video’s are placed into the source of the page so it can be retrieved by the search engines
- All scripts are well documented and uses short codes
- Checks if YouTube video can be embedded
- Works in all major browsers
- Uses nocookie youtube
Uses javascript application/ld+json for rich snippets in Google for better SEO
<script type="application/ld+json">{ "@context": "http://schema.org", "@graph": [ { "@type": "VideoObject", "name": "4K Video (Ultra HD) Beautiful Nature Scenery with Relaxing Music | Sleep, Study, Work, Meditation", "description": "4K Video (Ultra HD) Beautiful Nature Scenery with Relaxing Music | Sleep, Study, Work, Meditation 4k, 4k video, 4k video ultra hd, relaxing music, beautiful ...", "uploadDate": "2021-08-01T12:41:51Z", "embedUrl": "https://www.youtube.com/embed/7UykHsPsDOY" } </script>
Instructions
Needs a youtube API key
Get it here https://code.google.com/apis/console
Other items by this author
Category | Plugins / WordPress / Miscellaneous |
First release | 4 August 2021 |
Last update | 4 August 2021 |
Supported CMS | WordPress 4.7, WordPress 4.8, WordPress 4.9, WordPress 5.0 |
Files included | .php, .css, Javascript .js |
Tags | wordpress, html5, jquery, SEO, youtube, playlist, youtube api, css3 styling, v3 |