feat: enhance SEO for listing and specialty pages, fix search autocomplete issue
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ export async function generateMetadata({ searchParams }) {
|
||||
return {
|
||||
title,
|
||||
description,
|
||||
...listingRobots(awaitedParams, { matchedCity, matchedState }),
|
||||
...listingRobots(awaitedParams),
|
||||
openGraph: { title, description, images: [image] },
|
||||
twitter: { card: "summary_large_image", title, description, images: [image] },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user