@@ -20,22 +20,22 @@ import {
2020} from "firebase/firestore" ;
2121
2222export const metadata : Metadata = {
23- title : "L.A.P Docs | Home " ,
23+ title : "L.A.P - Docs " ,
2424 description :
2525 "Simplified text documents about everything made on the L.A.P - tutorials youtube channel" ,
2626 openGraph : {
27- title : "L.A.P Docs | Home " ,
27+ title : "L.A.P - Docs " ,
2828 description :
2929 "Simplified text documents about everything made on the L.A.P - tutorials youtube channel" ,
3030 url : "https://lap.onl/" ,
31- siteName : "L.A.P Docs" ,
31+ siteName : "L.A.P - Docs" ,
3232 type : "website" ,
3333 locale : "en_US" ,
3434 images : "https://lap.onl/og-image.png" ,
3535 } ,
3636 twitter : {
3737 card : "summary_large_image" ,
38- title : "L.A.P Docs" ,
38+ title : "L.A.P - Docs" ,
3939 description :
4040 "Simplified text documents about everything made on the L.A.P - tutorials youtube channel" ,
4141 images : "https://lap.onl/twitter-image.png" ,
@@ -142,7 +142,8 @@ export default async function Home() {
142142 const jsonLd = {
143143 "@context" : "https://schema.org" ,
144144 "@type" : "WebSite" ,
145- name : "L.A.P Docs" ,
145+ name : "L.A.P - Docs" ,
146+ alternateName : [ "L.A.P Docs" , "LAP Docs" ] ,
146147 url : "https://lap.onl/" ,
147148 potentialAction : {
148149 "@type" : "SearchAction" ,
@@ -157,9 +158,9 @@ export default async function Home() {
157158 < PageTitle
158159 className = "sr-only"
159160 imgSrc = "/images/titles/lap-docs.svg"
160- imgAlt = "The words 'L.A.P Docs' in bold uppercase lettering"
161+ imgAlt = "The words 'L.A.P - Docs' in bold uppercase lettering"
161162 >
162- L.A.P Docs
163+ L.A.P - Docs
163164 </ PageTitle >
164165
165166 < Suspense fallback = { < NewsLoading /> } >
0 commit comments