Skip to content

Commit eee428d

Browse files
authored
Add HowTo schema and update hero section
Added structured data for a HowTo guide on removing watermarks from NotebookLM slides using Zenly SlideClean. Updated hero section heading and added hidden heading for accessibility.
1 parent a0edc07 commit eee428d

1 file changed

Lines changed: 50 additions & 2 deletions

File tree

index.html

Lines changed: 50 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,50 @@
729729
line-height: 1.6;
730730
}
731731
</style>
732+
733+
<script type="application/ld+json">
734+
{
735+
"@context": "https://schema.org",
736+
"@type": "HowTo",
737+
"name": "How to Remove Watermarks from NotebookLM Slides",
738+
"mainEntityOfPage": "https://slides.zenlytool.com/",
739+
"description": "A simple, free, and private way to remove watermarks from NotebookLM slides using Zenly SlideClean.",
740+
741+
"tool": {
742+
"@type": "SoftwareApplication",
743+
"name": "Zenly SlideClean",
744+
"url": "https://slides.zenlytool.com/"
745+
},
746+
747+
"step": [
748+
{
749+
"@type": "HowToStep",
750+
"position": 1,
751+
"name": "Export Slides",
752+
"text": "Export your NotebookLM presentation as a PDF or image file."
753+
},
754+
{
755+
"@type": "HowToStep",
756+
"position": 2,
757+
"name": "Upload File",
758+
"text": "Drag and drop the file into Zenly SlideClean."
759+
},
760+
{
761+
"@type": "HowToStep",
762+
"position": 3,
763+
"name": "Automatic Watermark Removal",
764+
"text": "The local browser-based engine detects and patches the watermark automatically."
765+
},
766+
{
767+
"@type": "HowToStep",
768+
"position": 4,
769+
"name": "Download Clean Slides",
770+
"text": "Download your watermark-free slides instantly."
771+
}
772+
]
773+
}
774+
</script>
775+
732776
</head>
733777

734778
<body>
@@ -750,7 +794,7 @@
750794
<!-- 1. Hero Area -->
751795
<section class="hero-section">
752796
<div class="hero-text">
753-
<h1 class="reveal">Remove Watermarks<br>For Clean Slides.</h1>
797+
<h1 class="reveal">Remove Watermarks <br>For Clean Slides.</h1>
754798
<p class="hero-desc reveal" style="transition-delay: 0.1s;">The #1 tool engineered for NotebookLM slides. Get
755799
professional presentations instantly with ZenlyTool's private local processing engine.</p>
756800
</div>
@@ -797,6 +841,10 @@ <h1 class="reveal">Remove Watermarks<br>For Clean Slides.</h1>
797841
</section>
798842

799843
<!-- 2. Feature Grid -->
844+
<h2 class="sr-only"
845+
style="position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0);">
846+
Key Features
847+
</h2>
800848
<section class="grid-section">
801849
<div class="grid-card reveal" style="transition-delay: 0.2s;">
802850
<div>
@@ -1140,4 +1188,4 @@ <h4>Does it reduce slide quality?</h4>
11401188

11411189
</body>
11421190

1143-
</html>
1191+
</html>

0 commit comments

Comments
 (0)