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!...
- 2 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">
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">
- JudyNollet2 months agoSuper Hero
Thanks for jumping in with the tag info, PhilFoss! It's been a while since I've edited HTML, and I didn't want to look up the details. 🤷♀️