mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-09 09:16:27 +00:00
SEO
This commit is contained in:
@@ -20,6 +20,8 @@ const {
|
||||
canonical = String(getCanonical(String(Astro.url.pathname))),
|
||||
robots = {},
|
||||
description,
|
||||
keywords,
|
||||
author,
|
||||
openGraph = {},
|
||||
twitter = {},
|
||||
} = Astro.props;
|
||||
@@ -66,3 +68,7 @@ const seoProps: AstroSeoProps = merge(
|
||||
---
|
||||
|
||||
<AstroSeo {...{ ...seoProps, openGraph: await adaptOpenGraphImages(seoProps?.openGraph, Astro.site) }} />
|
||||
|
||||
<!-- Additional SEO meta tags -->
|
||||
{keywords && <meta name="keywords" content={keywords} />}
|
||||
{author && <meta name="author" content={author} />}
|
||||
|
||||
Reference in New Issue
Block a user