Skip to content

Conversation

@raphodn
Copy link
Member

@raphodn raphodn commented Jun 14, 2024

See #8 & multi-coop/multi-site-contents#90

There is an issue on how the description meta tag is generated :

  • duplicated with keywords
  • a custom description is overwritten by the default multi, multi, multi.coop, multi-site-app

@raphodn raphodn self-assigned this Jun 14, 2024
@netlify
Copy link

netlify bot commented Jun 14, 2024

Deploy Preview for multi-site-app-test ready!

Name Link
🔨 Latest commit 19bbce7
🔍 Latest deploy log https://app.netlify.com/sites/multi-site-app-test/deploys/666c2d3f9aa7530008940700
😎 Deploy Preview https://deploy-preview-44--multi-site-app-test.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 14, 2024

Deploy Preview for multi-website ready!

Name Link
🔨 Latest commit 19bbce7
🔍 Latest deploy log https://app.netlify.com/sites/multi-website/deploys/666c2d3f7d19ce0009f36cd0
😎 Deploy Preview https://deploy-preview-44--multi-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 14, 2024

Deploy Preview for datami-documentation ready!

Name Link
🔨 Latest commit 19bbce7
🔍 Latest deploy log https://app.netlify.com/sites/datami-documentation/deploys/666c2d3f747ffe00087c36b1
😎 Deploy Preview https://deploy-preview-44--datami-documentation.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 14, 2024

Deploy Preview for multi-site-preprod ready!

Name Link
🔨 Latest commit 19bbce7
🔍 Latest deploy log https://app.netlify.com/sites/multi-site-preprod/deploys/666c2d3f4fd5e20008e5a26d
😎 Deploy Preview https://deploy-preview-44--multi-site-preprod.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@raphodn raphodn requested review from JulienParis and ttdm June 14, 2024 09:36
const siteTitle = this.config.data.app_name
const routeName = this.routeName
const pageKeywords = this.routeKeywords
const pageDescription = this.routeDescription ?? `${siteTitle} | ${routeName}`
Copy link
Member Author

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

@netlify
Copy link

netlify bot commented Jun 14, 2024

Deploy Preview for multi-site-preprod-core-texts ready!

Name Link
🔨 Latest commit 19bbce7
🔍 Latest deploy log https://app.netlify.com/sites/multi-site-preprod-core-texts/deploys/666c2d3f4d95ac000847264a
😎 Deploy Preview https://deploy-preview-44--multi-site-preprod-core-texts.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Jun 14, 2024

Deploy Preview for datami ready!

Name Link
🔨 Latest commit 19bbce7
🔍 Latest deploy log https://app.netlify.com/sites/datami/deploys/666c2d3f1c510400083fc3f2
😎 Deploy Preview https://deploy-preview-44--datami.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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` },
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

current change doesn't seem to have solved the issue, now there is no meta description displayed 😅 (PR 44, 43 is another PR to compare)
image

@raphodn raphodn force-pushed the raphodn/meta-description branch from fa7b826 to 9845997 Compare June 14, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants