Add SEO content

This commit is contained in:
Kamran Ahmed
2021-12-10 19:38:20 +01:00
parent aa7413ce7a
commit 02826f10d3
2 changed files with 9 additions and 1 deletions

View File

@ -65,7 +65,6 @@ const Helmet = (props: HelmetProps) => {
/>
{canonical && <link rel="canonical" href={canonical} />}
<meta httpEquiv="Content-Language" content="en" />
<meta name="p:domain_verify" content="a207130c7798562d2416358d91de2246"/>
<meta property="og:title" content={title || siteConfig.title} />
<meta
property="og:description"

View File

@ -1 +1,10 @@
# Basics of SEO
SEO or Search Engine Optimization is the technique used to optimize your website for better rankings on search engines such as Google, Bing etc.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developers.google.com/search/docs'>Google Search Central — SEO Docs</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://github.com/seo/guide'>SEO Guide</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://medium.com/welldone-software/seo-for-developers-a-quick-overview-5b5b7ce34679'>SEO for Developers</BadgeLink>