You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -9,124 +7,4 @@ import { returnCode } from './utils/code';
9
7
styleUrls: ['./app.component.scss']
10
8
})
11
9
exportclassAppComponent{
12
-
metatagsList=[
13
-
{
14
-
name: 'charset',type: 'select',description: 'Specifies the character encoding for the HTML document, ensuring proper display of text.',label: 'Charset',options: [
15
-
{value: "UTF-8",},
16
-
{value: "ISO-8859-1",},
17
-
{value: "ISO-8859-2",},
18
-
{value: "ISO-8859-3",},
19
-
{value: "ISO-8859-4",},
20
-
{value: "ISO-8859-5",},
21
-
{value: "ISO-8859-6",},
22
-
{value: "ISO-8859-7",},
23
-
{value: "ISO-8859-8",},
24
-
{value: "ISO-8859-9",},
25
-
{value: "ISO-8859-10",},
26
-
{value: "ISO-8859-11",},
27
-
{value: "ISO-8859-13",},
28
-
{value: "ISO-8859-14",},
29
-
{value: "ISO-8859-15",},
30
-
{value: "ISO-8859-16",},
31
-
{value: "Windows-1250",},
32
-
{value: "Windows-1251",},
33
-
{value: "Windows-1252",},
34
-
{value: "Windows-1253",},
35
-
{value: "Windows-1254",},
36
-
{value: "Windows-1255",},
37
-
{value: "Windows-1256",},
38
-
{value: "Windows-1257",},
39
-
{value: "Windows-1258",},
40
-
{value: "KOI8-R",},
41
-
{value: "KOI8-U",},
42
-
{value: "GB18030",},
43
-
{value: "Big5",},
44
-
{value: "Shift_JIS",},
45
-
{value: "EUC-JP",},
46
-
{value: "EUC-KR",},
47
-
],
48
-
},
49
-
{name: 'viewport',type: 'text',description: 'Controls the layout and scaling of a webpage on different devices, improving responsiveness and user experience.',label: 'Viewport'},
50
-
{name: 'name',type: 'text',description: 'Defines the name of the page.',label: 'Site name'},
51
-
{name: 'title',type: 'text',description: 'Defines the title of the HTML document, displaying text in the browser tab and aiding in search engine optimization (SEO).',label: 'Title'},
52
-
{name: 'description',type: 'text',description: 'Provides a concise summary of the webpages content, often used by search engines to display in search results, enhancing click-through rates.',label: 'Description'},
53
-
{name: 'canonical',type: 'text',description: 'Specifies the preferred URL for a webpage, consolidating search engine ranking signals and avoiding duplicate content issues.',label: 'Canonical URL'},
54
-
{name: 'image',type: 'text',description: `Specifies the image displayed when sharing the webpage on platforms like Facebook, enhancing visual appeal. Og:images should have an aspect ratio of 1.91:1. This means that the width should be 1.9 X the height to avoid cropping issues. Your image shouldn't be larger than 8MB. Image size should be 1200 X 630 pixels (px).`,label: 'Image URL'},
55
-
{name: 'imageAlt',type: 'text',description: 'Provides alternative text for the image specified in og:image, improving accessibility and SEO when shared on platforms supporting Open Graph.',label: 'Image alt text'},
56
-
{name: 'favicon',type: 'text',description: 'Specifies the favicon, enhancing website recognition in browsers and bookmarks.',label: 'Favicon'},
57
-
{name: 'color',type: 'text',description: 'Defines the color theme for the browsers UI elements when a webpage is viewed on mobile devices, enhancing user experience and brand consistency.',label: 'Theme color'},
58
-
{name: 'author',type: 'text',description: 'Specifies the author of the webpage, providing attribution for content creation and ownership.',label: 'Author'},
59
-
{
60
-
name: 'robots',type: 'select',description: 'Controls how search engines index and display content, influencing webpage visibility and accessibility in search results.',label: 'Robots',options: [
61
-
{value: 'index, follow'},
62
-
{value: 'index, nofollow'},
63
-
{value: 'noindex, follow'},
64
-
{value: 'noindex, nofollow'},
65
-
]
66
-
},
67
-
{
68
-
name: 'googlebot',type: 'select',description: 'Controls how search engines index and display content, influencing webpage visibility and accessibility in search results.',label: 'Googlebot',options: [
69
-
{value: 'index, follow'},
70
-
{value: 'index, nofollow'},
71
-
{value: 'noindex, follow'},
72
-
{value: 'noindex, nofollow'},
73
-
]
74
-
},
75
-
{name: 'sitemap',type: 'text',description: '',label: 'URL site map'},
76
-
{name: 'locale',type: 'text',description: 'Defines the language and region of a webpage, aiding in content and regional settings adaptation.',label: 'Locale'},
77
-
{name: 'site',type: 'text',description: 'The Twitter “@username” the card should be attributed to.',label: 'Site'},
0 commit comments