Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| date: 2021-05-03 | ||
| author: Excalidraw Team | ||
| link: https://twitter.com/excalidraw | ||
| link: https://github.com/orgs/excalidraw/people |
There was a problem hiding this comment.
is this the best promo link? Twitter gives us exposure and is more useful to people than a github team link.
There was a problem hiding this comment.
true, but we it needs to be unified. All other blog posts author points to github. Either i will change all to twitter or all to github.
Right now from SEO perspective we don't look trustful coz for same author we have different links
| const pages = allMarkdownRemark.nodes.reduce((acc, node) => { | ||
| acc.push({ | ||
| url: `${site.siteMetadata.siteUrl}${node.fields.slug}`, | ||
| changefreq: `yearly`, |
There was a problem hiding this comment.
doesn't this make updates after publish useless?
There was a problem hiding this comment.
thought blog posts are not updating they just are there. Could be monthly but with amount of updates we do to them google will flag it "never" anyway
No description provided.