File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
- <title >@seo (' title' )</title >
1
+ @if (seo (' title' ) )
2
+ <title >@seo (' title' )</title >
3
+ <meta property =" og:title" content =" @seo (' title' )" />
4
+ @endif
5
+
6
+ @if (seo (' description' ) )
7
+ <meta property =" og:description" content =" @seo (' description' )" />
8
+ <meta name =" description" content =" @seo (' description' )" />
9
+ @endif
10
+
2
11
<meta property =" og:type" content =" website" />
12
+
3
13
@if (seo (' site' ) ) <meta property =" og:site_name" content =" @seo (' site' )" > @endif
4
- @if (seo (' title' ) ) <meta property =" og:title" content =" @seo (' title' )" /> @endif
5
- @if (seo (' description' ) ) <meta property =" og:description" content =" @seo (' description' )" /> @endif
14
+
6
15
@if (seo (' image' ) ) <meta property =" og:image" content =" @seo (' image' )" /> @endif
16
+
7
17
@if (seo (' url' ) )
8
18
<meta property =" og:url" content =" @seo (' url' )" />
9
19
<link rel =" canonical" href =" @seo (' url' )" />
You can’t perform that action at this time.
0 commit comments