-
Couldn't load subscription status.
- Fork 1
fix(meta): cleanup description meta tags #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for multi-site-app-test ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for multi-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for datami-documentation ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for multi-site-preprod ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| const siteTitle = this.config.data.app_name | ||
| const routeName = this.routeName | ||
| const pageKeywords = this.routeKeywords | ||
| const pageDescription = this.routeDescription ?? `${siteTitle} | ${routeName}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is already a default description set here
✅ Deploy Preview for multi-site-preprod-core-texts ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for datami ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| meta: [ | ||
| { charset: 'utf-8' }, | ||
| { name: 'viewport', content: 'width=device-width, initial-scale=1' }, | ||
| { hid: 'description', name: 'description', content: `${config.appTitle}, multi, multi.coop, multi-site-app` }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fa7b826 to
9845997
Compare
c477e2a to
19bbce7
Compare

See #8 & multi-coop/multi-site-contents#90
There is an issue on how the
descriptionmeta tag is generated :multi, multi, multi.coop, multi-site-app