File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments