Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta tag for SEO not appears in <head> section. #215

Open
btheNerd opened this issue Aug 21, 2022 · 2 comments
Open

meta tag for SEO not appears in <head> section. #215

btheNerd opened this issue Aug 21, 2022 · 2 comments
Labels
feature New feature or request
Milestone

Comments

@btheNerd
Copy link

btheNerd commented Aug 21, 2022

@bennyxguo
Hi, first of all,
I really want you know that I am enjoying applying aurora theme and thank you
for letting us use such a beautiful theme.
I have a problem to improve my SEO experience, so I really need your help.

I have tried adding :

<meta name="google-site-verification" content="myverificationcode" />
<meta name="naver-site-verification" content="myverificationcode" />

not only to

site_meta:
    cdn: en
.
.
.
    google-site-verication : 'myverificationcode'
    naver-site-verication : 'myverificationcode'
.
.
.
injects:
    scripts:
        <meta name="google-site-verification" content="myverificationcode" />
        <meta name="naver-site-verification" content="myverificationcode" />
    css:
        <meta name="google-site-verification" content="myverificationcode" />
        <meta name="naver-site-verification" content="myverificationcode" />

of _config.aurora.yml file,
but also to

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <%- autoCanonical(config, page) %> 
  <%- partial('google-analytics') %>
  <meta name="google-site-verification" content="myverificationcode" />
  <meta name="naver-site-verification" content="myverificationcode" />

of head.ejs file.
However, they all failed to make those contents appear in section.
Is there any solution that I should try?

Thanks for reading and hope you have a nice weekend!

@gitkraken-boards gitkraken-boards bot added the bug Something isn't working label Aug 21, 2022
@mrfoxie
Copy link

mrfoxie commented Sep 12, 2023

same goes for me too i rally want to add seo as well as search console

@bennyxguo bennyxguo added feature New feature or request and removed bug Something isn't working labels Sep 12, 2023
@bennyxguo
Copy link
Member

I need add feature to support all those. I will add to backlog and work on them soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Developing
Development

No branches or pull requests

3 participants