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
Copy file name to clipboardexpand all lines: src/app/app.component.ts
+20-16
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,11 @@ export class AppComponent {
47
47
],
48
48
},
49
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'},
50
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'},
51
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'},
52
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'},
53
-
{name: 'image',type: 'text',description: 'Specifies the image displayed when sharing the webpage on platforms like Facebook, enhancing visual appeal.',label: 'Image 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'},
54
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'},
55
56
{name: 'favicon',type: 'text',description: 'Specifies the favicon, enhancing website recognition in browsers and bookmarks.',label: 'Favicon'},
56
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'},
<metaname="description" content="An innovative tool designed to optimize your website's performance in search engines. Developed with cutting-edge technology, SEOTopper simplifies the SEO process, providing effective and efficient results to increase your business's online visibility." />
27
+
<metaname="description" content="Optimize your website's online presence with our intuitive and efficient tool. You can generate custom meta tags in seconds, ensuring your content is properly indexed and gains visibility in search engines." />
<metaproperty="og:title" content="SeoTopper - SEO Generator" />
35
-
<metaproperty="og:description" content="An innovative tool designed to optimize your website's performance in search engines. Developed with cutting-edge technology, SEOTopper simplifies the SEO process, providing effective and efficient results to increase your business's online visibility." />
35
+
<metaproperty="og:description" content="Optimize your website's online presence with our intuitive and efficient tool. You can generate custom meta tags in seconds, ensuring your content is properly indexed and gains visibility in search engines." />
<metaname="twitter:description" content="An innovative tool designed to optimize your website's performance in search engines. Developed with cutting-edge technology, SEOTopper simplifies the SEO process, providing effective and efficient results to increase your business's online visibility." />
43
+
<metaname="twitter:description" content="Optimize your website's online presence with our intuitive and efficient tool. You can generate custom meta tags in seconds, ensuring your content is properly indexed and gains visibility in search engines." />
0 commit comments