Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
No EOL
356 B
Text
12 lines
No EOL
356 B
Text
export default StructuredData;
|
|
/**
|
|
* @fileoverview Manual SEO audit to check if structured data on page is valid.
|
|
*/
|
|
declare class StructuredData extends ManualAudit {
|
|
}
|
|
export namespace UIStrings {
|
|
let description: string;
|
|
let title: string;
|
|
}
|
|
import ManualAudit from '../../manual/manual-audit.js';
|
|
//# sourceMappingURL=structured-data.d.ts.map |