extendable icon indicating copy to clipboard operation
extendable copied to clipboard

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

Open yavuzakyazici opened this issue 1 year ago • 2 comments

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

yavuzakyazici avatar Jun 24 '24 07:06 yavuzakyazici

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 avatar Jun 26 '24 03:06 clubkert

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

clubkert avatar Jun 26 '24 19:06 clubkert