Skip to content
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

fix(meta): cleanup description meta tags #44

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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
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.

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.

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.

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 ttdm and JulienParis June 14, 2024 09:36
@@ -216,8 +216,8 @@ export default {
head () {
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

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.

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.

nuxt.config.js Outdated
@@ -42,7 +42,6 @@ export default {
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

@ttdm ttdm removed their request for review October 17, 2024 23:05
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.

1 participant