SEO: Fix structured data validation errors, delete static sitemap, and update indexing scripts
This commit is contained in:
@@ -72,9 +72,9 @@ export function BreadcrumbSchema({ items, showUI = false }: BreadcrumbSchemaProp
|
||||
*/
|
||||
export function ToolBreadcrumb({ toolName, toolSlug }: { toolName: string; toolSlug: string }) {
|
||||
const items: BreadcrumbItem[] = [
|
||||
{ name: 'Home', url: 'https://qrmaster.io/' },
|
||||
{ name: 'Free QR Code Tools', url: 'https://qrmaster.io/tools' },
|
||||
{ name: toolName, url: `https://qrmaster.io/tools/${toolSlug}` },
|
||||
{ name: 'Home', url: 'https://www.qrmaster.net/' },
|
||||
{ name: 'Free QR Code Tools', url: 'https://www.qrmaster.net/tools' },
|
||||
{ name: toolName, url: `https://www.qrmaster.net/tools/${toolSlug}` },
|
||||
];
|
||||
|
||||
return <BreadcrumbSchema items={items} showUI={true} />;
|
||||
|
||||
Reference in New Issue
Block a user