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

No place to add meta tags! Need Apple meta tags for deeplinking ios app #146

Open
yavuzakyazici opened this issue Jun 24, 2024 · 2 comments

Comments

@yavuzakyazici
Copy link

Hi,

I am trying to add meta tags to your theme but I could not find any place to do this.
I need meta tag for apple to associate my site with ios app that I wrote.
But no luck.

Can we add meta tags into the header section?

Thanks

@clubkert
Copy link
Member

Hi @yavuzakyazici - thanks for reaching out. Adding meta tags to the header is not functionality that is built into the theme itself.

Here are a couple of options to add meta tags:

  1. Using a Plugin:

There are several plugins available that allow you to add meta tags without modifying theme files. Here are a couple recommendations:

  • WPCode: This plugin allows you to add code to the section of your site easily.
  • WP Headers and Footers: This plugin allows you to easily add custom code, such as meta tags, to the header and footer sections of your site.
  1. Manual Method: If you prefer to add the meta tags manually, you can create a child theme and modify the functions.php file directly.

I hope this helps!

@clubkert
Copy link
Member

@yavuzakyazici - to follow up again, an SEO plugin might actually be a better solution for what you are trying to accomplish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants