mirror of
https://github.com/DBNinjin/Ninjin.Web.v2.git
synced 2025-06-28 02:41:54 +00:00
[-] Meta link & Add robots
This commit is contained in:
parent
adb6cfe51e
commit
f854e7efd2
@ -37,12 +37,6 @@
|
||||
<meta name="theme-color" content="#da532c" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
%sveltekit.head%
|
||||
<link
|
||||
rel="sitemap"
|
||||
type="application/xml"
|
||||
title="Dragon Ball Ninjin - Sitemap"
|
||||
href="/sitemap.xml"
|
||||
/>
|
||||
</head>
|
||||
<body
|
||||
data-sveltekit-preload-data="hover"
|
||||
|
@ -41,6 +41,7 @@
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<meta name="robots" content="index, follow" />
|
||||
<title>{`${title} - Dragon Ball Ninjin`}</title>
|
||||
<meta name="title" content={`${title} - Dragon Ball Ninjin`} />
|
||||
<meta property="og:title" content={`${title} - Dragon Ball Ninjin`} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user