Hi all
Maybe someone knows, how I can create custom meta-title, description and h1 for each tag page.
For example, I have pages:
, and I want to create for 2,3 pages:
I think if it's not possible with base shopify functionally, maybe I can to hard coding in theme.liquid template, something like this:
if page url collections/bags/big
then title =
if page url collections/bags/black
esle
...
Thanks!
Hi Anton! Maggie, a Shopify Partner here :)
The best way to optimize your Shopify content is with properly used H tags, internal links, bolded text, meta titles and descriptions.
Learn how do optimize your Shopify content in this video tutorial:
Maggie Tuczapska
Rock Paper Copy
Hi,
Maybe, I bad explain. I will try again:
I want to seo-optimize tags pages. which generates when I add tags here http://prntscr.com/dk330k
In base Shopify generates these pages automatically and they are indexed. But they are very poorly optimized and I want to fix it.
UPD:
I try to use code like this:
{% if page.url == "/some-url" %}
<title>something</title>
{% else %}
<title>other thing</title>
{% endif %}
But it doesn't work
User | Count |
---|---|
7 | |
6 | |
6 | |
5 | |
4 |