Skip to content

Commit

Permalink
adds SEO info
Browse files Browse the repository at this point in the history
  • Loading branch information
jscyo committed Mar 18, 2024
1 parent c73df32 commit 2acf963
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
6 changes: 3 additions & 3 deletions content/phishing-attacks-in-2024/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Phishing Attacks in 2024"
description: ""
description: "Over the years phishing attacks have become more sophisticated than ever. In this blog we break down how phishing attacks have evolved and how you can safeguard against them"
date: "2024-03-013"
cover: "TODO.png"
cover: "phishing-attacks-in-2024.png"
category: "programming"
author: "Sarah"
author: "Sarah Sanders"
---


Expand Down
28 changes: 20 additions & 8 deletions src/authors-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = [{
],
bio:
"Software dev and content lead at SuperTokens. Contributed to the SuperTokens core, backend SDKs, and developer documentation.",
},{
}, {
name: "Michiel Mulders",
jobTitle: "Web3 Developer Advocate",
image: "michel.jpg",
Expand All @@ -28,53 +28,65 @@ module.exports = [{
],
bio:
"Michiel Mulders is a Web3 developer advocate skilled in creating engaging tech tutorials. He specializes in documentation strategy and video content.",
},{
}, {
name: "Rishabh Poddar",
jobTitle: "Co-Founder and CTO at SuperTokens",
image: "rishabh.jpg",
socials: [
{
name: "twitter",
url: "https://twitter.com/rishpoddar",
},{
}, {
name: "linkedin",
url: "https://www.linkedin.com/in/rishabh-poddar-b64b73129/",
},{
}, {
name: "github",
url: "https://github.com/rishabhpoddar"
}
],
bio:
"Cofounder and CTO of SuperTokens. Building open source user authentication that is quick and customizable. BEng from Imperial College of London",
},{
}, {
name: "Mostafa Ibrahim",
jobTitle: "Senior Software Engineer",
image: "mostafa.jpg",
socials: [
{
name: "twitter",
url: "https://twitter.com/mostafa41490059?",
},{
}, {
name: "linkedin",
url: "https://www.linkedin.com/in/mostafa-ibrahim-948004151/",
}
],
bio:
"Senior software engineer at a Fintech in London. Passionate about content creation, AI and traveling.",
},{
}, {
name: "Advait Ruia",
jobTitle: "Co-Founder and CEO at SuperTokens",
image: "advait.jpg",
socials: [
{
name: "twitter",
url: "https://twitter.com/Advait_Ruia",
},{
}, {
name: "linkedin",
url: "https://www.linkedin.com/in/advait-ruia-2aa52a85/",
}
],
bio:
"Cofounder and CEO of SuperTokens. Building open source user authentication that is quick and customizable. BEng from Imperial College of London",
}, {
name: "Sarah Sanders",
jobTitle: "Technical Writer",
image: "sarah.jpg",
socials: [
{
name: "linkedin",
url: "https://www.linkedin.com/in/sarah-s-42913121a/",
}
],
bio:
"San Francisco-based technical writer dedicated to empowering developers with quality documentation, educational resources, and innovative learning tools.",
}
]
Binary file added static/author_images/sarah.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/blog-seo/sitemapconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,8 @@
},
{
"location": "https://supertokens.com/blog/otp-vs-totp-vs-hotp"
},
{
"location": "https://supertokens.com/blog/phishing-attacks-in-2024"
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/covers/phishing-attacks-in-2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2acf963

Please sign in to comment.