@larry_orn
To add meta tags to your Shopify theme site, you need to follow the steps below:
1 2 3 4 |
<head> <title>{{ page_title }}</title> {{ content_for_header }} </head> |
1 2 3 4 5 6 |
<head> <title>{{ page_title }}</title> {{ content_for_header }} <meta name="description" content="Your description goes here"> <meta name="keywords" content="Your keywords go here"> </head> |
It's important to note that meta tags should be unique for each page on your site, so you'll need to add them to each page template that you're using in your Shopify theme. You can also use Shopify's built-in SEO tools to help you optimize your meta tags and other elements of your site for search engines.