Forum Discussion

ImogenBiggins's avatar
ImogenBiggins
Community Member
2 months ago
Solved

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!

  • 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">  

     

  • Hi ImogenBiggins,

    Thanks for reaching out!

    I see my teammate, Chester, submitted a feature request on your behalf. Let's see if others in the community have any experience with this!

  • 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.

  • PhilFoss's avatar
    PhilFoss
    Community Member

    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's avatar
      JudyNollet
      Super 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. πŸ€·β€β™€οΈ

  • Thanks all, this is a really helpful starting point! I'll give this a go and see what happens 😊