Skip to content

Commit eeef366

Browse files
committed
Update SEO
1 parent 0c564fc commit eeef366

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

blog/getting-started-with-mern/index.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,43 @@
11
---
22
title: 'Getting started with MERN'
3-
authors: [abhijith-m-s, ajay-dhangar]
4-
tags: [web dev,React,Express,MongoDB,Node,UI,web development,web frameworks]
3+
authors:
4+
- Abhijith M S
5+
- Ajay Dhangar
6+
tags:
7+
- MERN Stack
8+
- MongoDB
9+
- Express.js
10+
- React
11+
- Node.js
12+
- Web Development
13+
- API
14+
- Frontend Development
15+
- Backend Development
516
date: 2024-06-10 09:32:00
6-
description: Simple Guide to get you started with MERN
17+
description: Learn the basics of the MERN stack, from building an API with Express.js to creating a React app. This guide covers prerequisites, configuring MongoDB Atlas, styling, and more.
718
draft: false
19+
canonical_url: https://codeharborhub.github.io/blog/getting-started-with-mern
20+
meta:
21+
- name: "robots"
22+
content: "index, follow"
23+
- property: "og:title"
24+
content: "Getting started with MERN"
25+
- property: "og:description"
26+
content: "Learn the basics of the MERN stack, from building an API with Express.js to creating a React app. This guide covers prerequisites, configuring MongoDB Atlas, styling, and more."
27+
- property: "og:type"
28+
content: "article"
29+
- property: "og:url"
30+
content: "https://codeharborhub.github.io/blog/getting-started-with-mern"
31+
- property: "og:image"
32+
content: "https://codeharborhub.github.io/assets/images/mern-8a27add30515e58f789f89a4c9072818.jpg"
33+
- name: "twitter:card"
34+
content: "summary_large_image"
35+
- name: "twitter:title"
36+
content: "A Comprehensive Guide to Get You Started with MERN Stack"
37+
- name: "twitter:description"
38+
content: "Learn the basics of the MERN stack, from building an API with Express.js to creating a React app. This guide covers prerequisites, configuring MongoDB Atlas, styling, and more."
39+
- name: "twitter:image"
40+
content: "https://codeharborhub.github.io/assets/images/mern-8a27add30515e58f789f89a4c9072818.jpg"
841
---
942

1043
A comprehensive guide to get you started with MERN stack. From building an API with Express.js to creating a React app, this guide covers all the basics of the MERN stack.

0 commit comments

Comments
 (0)