Skip to content

Commit

Permalink
refactor: Moved root keywords from layout to seo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
al1abb committed Dec 6, 2023
1 parent 0a7da20 commit 866a8ea
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,14 @@ import { NextIntlClientProvider } from "next-intl";

// Variables
import { LOCALES } from "@/lib/variables";
import { ROOTKEYWORDS } from "@/lib/seo";

export const metadata: Metadata = {
title: "Invoify | Free Invoice Generator",
description:
"Create invoices effortlessly with Invoify, the free invoice generator. Try it now!",
icons: [{ rel: "icon", url: Favicon.src }],
keywords: [
"invoice",
"invoice generating",
"invoice generator",
"invoice app",
"invoice generator app",
"free invoice generator",
],
keywords: ROOTKEYWORDS,
viewport: "width=device-width, initial-scale=1",
robots: {
index: true,
Expand Down

0 comments on commit 866a8ea

Please sign in to comment.