diff --git a/src/components/results-skeleton.tsx b/src/components/results-skeleton.tsx
new file mode 100644
index 0000000..1a74823
--- /dev/null
+++ b/src/components/results-skeleton.tsx
@@ -0,0 +1,63 @@
+"use client";
+
+import { Card, CardContent, CardHeader } from "@/components/ui/card";
+import { Skeleton } from "@/components/ui/skeleton";
+
+export function ResultsSkeleton() {
+ return (
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/components/serp-preview.tsx b/src/components/serp-preview.tsx
index 44e48a8..7d5967a 100644
--- a/src/components/serp-preview.tsx
+++ b/src/components/serp-preview.tsx
@@ -43,7 +43,7 @@ export function SerpPreview({ title, description, url }: SerpPreviewProps) {
{title || "Meta Title Preview"}
-
+
{description ||
"This is where the meta description will be displayed. It provides a brief summary of the page's content for search engine users."}