Skip to content

Commit

Permalink
Temporarily omit product subset route SEO tags
Browse files Browse the repository at this point in the history
  • Loading branch information
janwerkhoven committed Jul 9, 2023
1 parent 87747f0 commit 75d9780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
11 changes: 2 additions & 9 deletions app/pods/products/subset/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,8 @@ export default class ProductsSubsetRoute extends BaseRoute {

this.headData.update({
canonicalPath: `/products/${use ? use.forSlug : family.slug}`,
title: this.translation.t(`${title} – Interflux Electronics`, 'seo.23'),
description: this.translation.t(description, 'seo.24')
// ogImagePath: '/images/public/og/og-contact.jpg',
// ogImageAlt: this.translation.t(
// 'x',
// 'seo.25'
// ),
// ogImageWidth: '1200',
// ogImageHeight: '1200'
title,
description
});

this.page.update({
Expand Down
18 changes: 0 additions & 18 deletions app/services/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,24 +236,6 @@ export default class SeoService extends Service {
};
}

// get productSubset() {
// return {
// canonicalPath: '/partners/map',
// title: this.translation.t('Partners', 'seo.23'),
// description: this.translation.t(
// 'Find the right person to talk to. The Interflux Network consists of 40 partners worldwide and is located in key regions for the electronics manufacturing industry.',
// 'seo.24'
// ),
// ogImagePath: '/images/public/og/og-contact.jpg',
// ogImageAlt: this.translation.t(
// 'Contact Interflux Electronics world wide',
// 'seo.25'
// ),
// ogImageWidth: '1200',
// ogImageHeight: '630'
// };
// }

get error() {
return {
canonicalPath: '/',
Expand Down

0 comments on commit 75d9780

Please sign in to comment.