i am using dawn theme and this file social-meta-tags.liquid is not available in this theme
Every theme is different, even if you use the same theme, things will be installed differently. If you want to manually install code, you need to know your way around the files.
I recommend you do a search, that is the easiest way to find something.
Did you manage to sort this and did you use the “| escape” section of code? I use debut theme and it does not have this in the original code so unsure if I need it or not.
I am also using the debut theme. Starting on line 34 of social-meta-tags.liquid I made the code block say:
{% if request.page_type == ‘product’ %}
{% endif %}
Only one line is chagned from default, but I included the whole block for context.
It did work for me, but that’s about as much help as I can provide. New web coding is not something I keep up with. Good luck!