improve SEO, add robots
All checks were successful
Lint / Lint and Typecheck (push) Successful in 45s
All checks were successful
Lint / Lint and Typecheck (push) Successful in 45s
This commit is contained in:
parent
70402726aa
commit
559c92df54
@ -9,10 +9,9 @@ export const viewport: Viewport = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title:
|
title: "InvestingFIRE | Finance and Retirement Calculator",
|
||||||
"InvestingFIRE Calculator | Plan Your Financial Independence & Early Retirement",
|
|
||||||
description:
|
description:
|
||||||
"Achieve Financial Independence, Retire Early (FIRE) with the InvestingFIRE calculator. Get personalized projections and investing advice to plan your journey.",
|
"Achieve Financial Independence & Early Retirement! Plan your FIRE journey with the InvestingFIRE calculator and get personalized projections in buttersmooth graphs.",
|
||||||
};
|
};
|
||||||
|
|
||||||
const geist = Geist({
|
const geist = Geist({
|
||||||
|
11
src/app/robots.ts
Normal file
11
src/app/robots.ts
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
import type { MetadataRoute } from "next";
|
||||||
|
|
||||||
|
export default function robots(): MetadataRoute.Robots {
|
||||||
|
return {
|
||||||
|
rules: {
|
||||||
|
userAgent: "*",
|
||||||
|
allow: "/",
|
||||||
|
},
|
||||||
|
sitemap: "https://investingfire.com/sitemap.xml",
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user