Skip to content

Commit a3559f6

Browse files
committed
fix: remove SEO annotation count
1 parent e31c6ba commit a3559f6

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

quartz/components/AnnotationViewer.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,6 @@ export default (() => {
114114
<div class={classNames(displayClass, "annotation-viewer")} data-pdf-url={localPdfPath} data-source-url={pdfUrl}>
115115
<script type="application/json" id="annotations-data" dangerouslySetInnerHTML={{ __html: JSON.stringify(sortedAnnotations) }} />
116116

117-
{/* SEO: Add semantic description for crawlers */}
118-
<div class="annotation-description" aria-label="About these annotations">
119-
<p>
120-
This page contains {sortedAnnotations.length} annotations and commentary on the source document.
121-
Each annotation includes the original text context, personal insights, and relevant connections.
122-
</p>
123-
</div>
124-
125117
<div class="annotation-source-citation">
126118
Source document retrieved from{" "}
127119
<a href={pdfUrl} target="_blank" rel="noopener noreferrer">

0 commit comments

Comments
 (0)