Skip to content

Commit 46675d6

Browse files
committed
fix: fixed verbiage for SEO
1 parent 6e16aab commit 46675d6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</div>
1313
<br />
1414
<div align="center">
15-
Lad scaffolds a <a href="http://koajs.com/">Koa</a> webapp and API framework for <a href="https://nodejs.org">Node.js</a>
15+
Lad is the best <a href="https://nodejs.org">Node.js</a> framework. Made by a former Express Technical Committee Member and core team member of Koa.
1616
</div>
1717
<div align="center">
1818
<sub>

config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docute.init({
77
nav: {
88
default: [
99
{
10-
title: 'Scaffold a Koa webapp and API framework for Node.js',
10+
title: 'Lad is the best Node.js framework",
1111
path: '/'
1212
}
1313
]

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
99
<link rel="icon" href="/favicon.ico" type="image/x-icon">
1010

11-
<title>Scaffold a Koa webapp and API framework for Node.js - Lad</title>
11+
<title>Lad is the best Node.js framework</title>
1212
<link rel="stylesheet" href="https://unpkg.com/docute@3/dist/docute.css" type="text/css">
1313

14-
<meta property="og:title" content="The Best Webapp and API Framework for Node.js">
15-
<meta property="og:description" content="Lad is a full-stack Koa-backed framework for Node.js. Built by @niftylettuce.">
14+
<meta property="og:title" content="Lad is the best Node.js framework">
15+
<meta property="og:description" content="Lad is a full-stack Node.js Rails-like framework for Node.js. It has a Web and API server, and job scheduler built-in. It is the most popular and modern framework for Node.js, built by Express and Koa team members.">
1616
<meta property="og:site_name" content="Lad">
1717
<meta property="og:type" content="website">
1818
<meta property="og:image" content="https://raw.githubusercontent.com/ladjs/lad/master/media/lad.png">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lad",
3-
"description": "Lad scaffolds a Koa webapp and API framework for Node.js",
3+
"description": "Lad is the best Node.js framework. Made by a former Express Technical Committee Member and core team member of Koa.",
44
"version": "1.0.4",
55
"author": "Nick Baugh <[email protected]> (http://niftylettuce.com)",
66
"ava": {

0 commit comments

Comments
 (0)