Skip to content

Commit 9e60adc

Browse files
authored
Create sitemap.html
1 parent 287b321 commit 9e60adc

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

sitemap.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Sitemap – ImageKB</title>
6+
<meta name="description" content="Sitemap of ImageKB – Image KB Reducer, Photo Compressor, JPG to PDF, PDF Maker online tools.">
7+
<meta name="robots" content="index, follow">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<style>
10+
body {
11+
font-family: Arial, sans-serif;
12+
background: #f8f9fa;
13+
color: #222;
14+
margin: 0;
15+
padding: 20px;
16+
}
17+
h1 {
18+
text-align: center;
19+
color: #0d6efd;
20+
}
21+
ul {
22+
max-width: 600px;
23+
margin: 20px auto;
24+
padding: 0;
25+
list-style: none;
26+
}
27+
li {
28+
background: #fff;
29+
margin: 10px 0;
30+
padding: 15px;
31+
border-radius: 6px;
32+
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
33+
}
34+
a {
35+
text-decoration: none;
36+
color: #0d6efd;
37+
font-weight: bold;
38+
}
39+
a:hover {
40+
text-decoration: underline;
41+
}
42+
footer {
43+
text-align: center;
44+
margin-top: 40px;
45+
font-size: 14px;
46+
color: #666;
47+
}
48+
</style>
49+
</head>
50+
<body>
51+
52+
<h1>ImageKB Sitemap</h1>
53+
54+
<ul>
55+
<li><a href="https://imagekb.pages.dev/">Home – Image KB Reducer</a></li>
56+
<li><a href="https://imagekb.pages.dev/image-compressor.html">Image Compressor</a></li>
57+
<li><a href="https://imagekb.pages.dev/photo-compressor.html">Photo Compressor</a></li>
58+
<li><a href="https://imagekb.pages.dev/image-kb-reduce.html">Reduce Image Size in KB</a></li>
59+
<li><a href="https://imagekb.pages.dev/jpg-to-pdf.html">JPG to PDF Converter</a></li>
60+
<li><a href="https://imagekb.pages.dev/image-to-pdf.html">Image to PDF</a></li>
61+
<li><a href="https://imagekb.pages.dev/pdf-maker.html">PDF Maker Online</a></li>
62+
<li><a href="https://imagekb.pages.dev/privacy-policy.html">Privacy Policy</a></li>
63+
<li><a href="https://imagekb.pages.dev/terms.html">Terms & Conditions</a></li>
64+
<li><a href="https://imagekb.pages.dev/contact.html">Contact</a></li>
65+
</ul>
66+
67+
<footer>
68+
© 2026 ImageKB • Free Online Image & PDF Tools
69+
</footer>
70+
71+
</body>
72+
</html>

0 commit comments

Comments
 (0)