Skip to content

Commit f8eacad

Browse files
committed
url feed meta updates
1 parent ed6aec5 commit f8eacad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/server/routes/feeds.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ routes.get('/thrive', async (req, res, next) => {
2828
include: 2,
2929
});
3030
const feed = new RSS({
31-
title: 'Topcoder Thrive - RSS feed',
31+
title: 'Topcoder Thrive',
3232
description: 'Tutorials And Workshops That Matter | Thrive | Topcoder',
3333
feed_url: 'https://topcoder.com/api/feeds/thrive',
3434
site_url: 'https://topcoder.com/thrive',
35-
image_url: 'https://images.ctfassets.net/b5f1djy59z3a/5kicYrFi5GoMqWs0ccsMsM/d3f4a4315588df5bdf0096208eb13581/Topcoder_Logo_200px.png',
35+
image_url: 'https://www.topcoder.com/wp-content/uploads/2020/05/cropped-TC-Icon-32x32.png',
3636
docs: 'https://www.topcoder.com/thrive/tracks?track=Topcoder',
3737
webMaster: '<kiril@wearetopcoder.com> Kiril Kartunov',
3838
copyright: '2021 - today, Topcoder',
@@ -45,7 +45,7 @@ routes.get('/thrive', async (req, res, next) => {
4545
feed.item({
4646
title: entry.fields.title,
4747
description: ReactDOMServer.renderToString(md(entry.fields.content)),
48-
url: `https://topcoder.com/thrive/articles/${entry.fields.slug || encodeURIComponent(entry.fields.title)}`,
48+
url: `https://topcoder.com/thrive/articles/${entry.fields.slug || encodeURIComponent(entry.fields.title)}?utm_source=community&utm_campaign=thrive-feed&utm_medium=promotion`,
4949
date: entry.fields.creationDate,
5050
categories: entry.fields.tags,
5151
author: entry.fields.contentAuthor[0].fields.name,

0 commit comments

Comments
 (0)