Skip to content

Commit

Permalink
SEO improvements #3
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Aug 1, 2024
1 parent d6b6476 commit 59c29f6
Show file tree
Hide file tree
Showing 5 changed files with 424 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export default function RootLayout({
return (
<html lang="en">
<head>
<title>Fastimage</title>
<title>Free HD Image Search Engine - Fastimage</title>
<meta
name="description"
content="Search engine for collections of images from top free HD image providers."
content="Discover and download free HD images from multiple providers with Fastimage, the fastest and most reliable image search engine."
/>
</head>
<body>
Expand Down
3 changes: 3 additions & 0 deletions hawk.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"domainName": "fastimage.darsan.in"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"start": "next start"
},
"dependencies": {
"@cresteem/hawk-js": "^1.0.7",
"autoprefixer": "^10.4.19",
"next": "^14.2.5",
"postcss": "^8.4.39",
Expand All @@ -28,4 +29,4 @@
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
}
}
25 changes: 25 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://fastimage.darsan.in/terms-and-conditions</loc>
<lastmod>2024-08-02T03:20:50.713+05:30</lastmod>
</url>
<url>
<loc>https://fastimage.darsan.in/privacy-policy</loc>
<lastmod>2024-08-02T03:20:50.698+05:30</lastmod>
</url>
<url>
<loc>https://fastimage.darsan.in/</loc>
<lastmod>2024-08-02T03:20:50.666+05:30</lastmod>
</url>
<url>
<loc>https://fastimage.darsan.in/disclaimer</loc>
<lastmod>2024-08-02T03:20:50.698+05:30</lastmod>
</url>
<url>
<loc>https://fastimage.darsan.in/404</loc>
<lastmod>2024-08-02T03:20:55.578+05:30</lastmod>
</url>
</urlset>
Loading

0 comments on commit 59c29f6

Please sign in to comment.