Skip to content

Instantly share code, notes, and snippets.

View HarveyD's full-sized avatar
🥉
trying his best

Harvey Delaney HarveyD

🥉
trying his best
View GitHub Profile
@HarveyD
HarveyD / structured-bread-crumb.tsx
Last active August 19, 2019 11:48
A snippet of a structured data breadcrumb made using TypeScript and React
export interface IBreadcrumb {
description: string;
url: string;
}
const StructuredBreadcrumb = ({
breadcrumbList
}: {
breadcrumbList: IBreadcrumb[];
}) => (
<html>
<body>
<h2>Privacy Policy</h2>
<p>Harvey Delaney built the PooPlot app as a free app. This SERVICE is provided by Harvey Delaney and is intended
for use as is.</p>
<p>This page is used to inform website visitors regarding my policies with the collection, use, and
disclosure of Personal Information if anyone decided to use my Service.</p>
<p>If you choose to use my Service, then you agree to the collection and use of information in
relation with this policy. The Personal Information that I collect are used for providing and
improving the Service. I will not use or share your information with anyone except as described