Skip to content

Commit

Permalink
Update sitemap.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jan 6, 2025
1 parent d6bf945 commit f978b35
Show file tree
Hide file tree
Showing 2 changed files with 544 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/templates/webinars/sitemap-xml.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
{{#each this}}
<url>
<loc>https://www.fiware.org/webinars/{{createClass name}}.html</loc>
<video:video>
<video:thumbnail_loc>{{img}}</video:thumbnail_loc>
<video:title>{{name}}</video:title>
<video:description>{{excerpt}}</video:description>
<video:player_loc>{{{companyLink}}}</video:player_loc>
<video:family_friendly>yes</video:family_friendly>
<video:live>no</video:live>
</video:video>
<changefreq>monthly</changefreq>
</url>
{{/each}}
Expand Down
Loading

0 comments on commit f978b35

Please sign in to comment.