fix: optimize the metadata for the server documentation
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m6s
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m6s
This commit is contained in:
parent
018bbd5592
commit
d539191066
1 changed files with 5 additions and 5 deletions
|
@ -10,19 +10,19 @@ export default {
|
|||
|
||||
return (
|
||||
<>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta
|
||||
name="description"
|
||||
content="The SVR.JS documentation provides comprehensive information and instructions on how to use and configure the SVR.JS web server. This documentation is also a valuable resource for web developers."
|
||||
content="SVR.JS documentation offers essential information and guidance for using and configuring the SVR.JS web server, serving as a valuable resource for developers."
|
||||
/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="canonical" href={url} />
|
||||
<meta
|
||||
property="og:title"
|
||||
content={(frontMatter.title || "Documentation") + " - SVR.JS"}
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="The SVR.JS documentation provides comprehensive information and instructions on how to use and configure the SVR.JS web server. This documentation is also a valuable resource for web developers."
|
||||
content="SVR.JS documentation offers essential information and guidance for using and configuring the SVR.JS web server, serving as a valuable resource for developers."
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content={url} />
|
||||
|
@ -38,7 +38,7 @@ export default {
|
|||
/>
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="The SVR.JS documentation provides comprehensive information and instructions on how to use and configure the SVR.JS web server. This documentation is also a valuable resource for web developers."
|
||||
content="SVR.JS documentation offers essential information and guidance for using and configuring the SVR.JS web server, serving as a valuable resource for developers."
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
|
|
Loading…
Reference in a new issue