BitBoxSwiss / user-guides

User guides for Shift Crypto's products
https://guides.shiftcrypto.ch/
MIT License
1 stars 2 forks source link

seo: add seo_title and description #24

Closed jstrnbrg closed 3 years ago

jstrnbrg commented 3 years ago

This change allows us to set a separate value for the <title> tag via the seo_title page variable. It also introduces values for the meta description tag for each page.

Open issue: I can't disable the "og:title" tag in the seo plugin which uses page.title whereas<title> gets its value from page.seo_title. Meaning they have different values. Is that an issue for SEO ranking? I don't mind if cards on twitter have a different title compared to the search results on google etc. @thisconnect

thisconnect commented 3 years ago

Is that an issue for SEO ranking?

afaik search engines do not look at og:title, but who knows.

I don't mind if cards on twitter have a different title compared to the search results on google

I don't mind either, as long as og:title is not completely something else, but if it is just a shorter version it is ok

jstrnbrg commented 3 years ago

I don't mind if cards on twitter have a different title compared to the search results on google

I don't mind either, as long as og:title is not completely something else, but if it is just a shorter version it is ok

og:title uses page.title which is a shorter version. What you can see as the h1 on each page.