• Parameters

    • origin: string
    • pathname: string

    Returns {
        "@context": "https://schema.org";
        "@type": "BreadcrumbList";
        itemListElement: {
            "@type": "ListItem";
            item: { "@id": string; name: string };
            position: number;
        }[];
    }