How to add jekyll SEO plugin to chirpy starter #1652
-
Checklist
What is the topic?Sharing tips and tricks DescriptionI've forked a chirpy starter repo and deployed it on github pages. My site has got lot of content which is unique and it been more than 3 months but my site is not being indexed properly via Google. Will there be any impact to my blog if I do jekyll seo plugin now? And any guide would help. Thanks in advance Site for reference : www.azuredoctor.com |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
SEO settings can be configured in _config.yml. We already had a discussion about being indexed. Please check it out. |
Beta Was this translation helpful? Give feedback.
-
Thanks let me check this out. |
Beta Was this translation helpful? Give feedback.
-
Hi Alex,
This will automatically get indexed once you put all the SEO related information in cofig.yaml file.
The title, google verification, descriptions author information was very important as these get tagged in every post.
Regards,
Aquib Qureshi
…________________________________
From: Alex Misra ***@***.***>
Sent: Monday, July 22, 2024 9:14 AM
To: cotes2020/jekyll-theme-chirpy ***@***.***>
Cc: Aquib Qureshi ***@***.***>; Mention ***@***.***>
Subject: Re: [cotes2020/jekyll-theme-chirpy] How to add jekyll SEO plugin to chirpy starter (Discussion #1652)
Hi @qureshiaquib<https://github.com/qureshiaquib> , does the site automatically appear in Google search results after adding the necessary details to the "jekyll-seo-tag settings" in the "_config.yml" file? Or, do you have to go through an additional external and independent process in order to make sure that the site appears on Google search results? If so, how?
—
Reply to this email directly, view it on GitHub<#1652 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AJTRLRZTKCWTXUIKKQAK3C3ZNR53RAVCNFSM6AAAAABFZYBDOWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJRGAZDQMI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Well, you configure it once and SEO tags will produce for every post.
You can check
<head>
section of Chirpy post for example.