extendify / extendable

WordPress block theme for Full Site Editing (FSE) brought to you from the team at Extendify.
https://wordpress.org/themes/extendable
21 stars 0 forks source link

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

Open yavuzakyazici opened 5 days ago

yavuzakyazici commented 5 days ago

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 commented 3 days ago

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:

  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 commented 2 days ago

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