Forum Discussion
ImogenBiggins
3 months agoCommunity Member
Meta descriptions for web courses
Hi there,
I'm hoping someone can help me out. I'm trying to add meta descriptions to web versions of our Articulate Rise eLearning files. Does anyone know how to do this/if it's possible?
Thanks!...
- 3 months ago
You could open the index.html file and add your own meta tags- I would put them right under the existing meta tags here, make sure they go inside the <head> element.
<meta name="description" content="The best online course"> <meta name="keywords" content="HTML, CSS, JavaScript"> <meta name="author" content="Phil Foss">
JudyNollet
3 months agoSuper Hero
ImogenBiggins : You could open the index.html file in a text editor to edit the meta data.
If you're not familiar enough with HTML to do that, I'm sure you can google info about meta tags.