File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,14 @@ function Metadata() {
8
8
< title > { title } </ title >
9
9
< meta name = "description" content = { description } />
10
10
< link rel = "icon" type = "image/svg+xml" href = { images . icon } />
11
+ < meta name = "robots" content = "index, follow" />
11
12
12
13
{ /* Open Graph / Facebook */ }
13
14
< meta property = "og:type" content = "website" />
14
15
< meta property = "og:url" content = { homepage } />
15
16
< meta property = "og:title" content = { title } />
16
17
< meta property = "og:image" content = { images . og } />
17
- < meta property = "og:logo" content = { images . logo } />
18
+ < meta property = "og:logo" content = { images . og } />
18
19
< meta property = "og:description" content = { description } />
19
20
20
21
{ /* Google / Search Engine Tags */ }
@@ -25,6 +26,7 @@ function Metadata() {
25
26
{ /* Twitter Meta Tags */ }
26
27
< meta name = "twitter:card" content = "summary_large_image" />
27
28
< meta name = "twitter:title" content = { title } />
29
+ < meta name = "twitter:site" content = { homepage } />
28
30
< meta name = "twitter:description" content = { description } />
29
31
< meta name = "twitter:image" content = { images . og } />
30
32
</ >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export const sitemap = {
33
33
export const images = {
34
34
icon : "/images/favicon.svg" ,
35
35
logo : "/images/favicon.svg" ,
36
- og : "/images/favicon.svg" ,
36
+ og : "https://podcodar.org /images/favicon.svg" ,
37
37
pixQRCode : "/images/pix-qrcode.png" ,
38
38
} ;
39
39
You can’t perform that action at this time.
0 commit comments