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">
ImogenBiggins
3 months agoCommunity Member
Thanks all, this is a really helpful starting point! I'll give this a go and see what happens 😊