|
@@ -29,7 +29,7 @@ discard block |
|
|
block discarded – undo |
|
29
|
29
|
|
|
30
|
30
|
<title><?= $enc->html( strip_tags( $catItem->getName() ) ) ?> | <?= $enc->html( $this->get( 'contextSiteLabel', 'Aimeos' ) ) ?></title> |
|
31
|
31
|
|
|
32
|
|
- <link rel="canonical" href="<?= $enc->attr( $this->link( 'client/html/catalog/tree/url', map( $this->get( 'listParams', [] ))->except( 'f_sort' )->all(), ['absoluteUri' => true] ) ) ?>"> |
|
|
32
|
+ <link rel="canonical" href="<?= $enc->attr( $this->link( 'client/html/catalog/tree/url', map( $this->get( 'listParams', [] ) )->except( 'f_sort' )->all(), ['absoluteUri' => true] ) ) ?>"> |
|
33
|
33
|
|
|
34
|
34
|
<?php foreach( $catItem->getRefItems( 'text', 'meta-keyword', 'default' ) as $textItem ) : ?> |
|
35
|
35
|
<meta name="keywords" content="<?= $enc->attr( strip_tags( $textItem->getContent() ) ) ?>"> |
|
@@ -42,7 +42,7 @@ discard block |
|
|
block discarded – undo |
|
42
|
42
|
<?php elseif( ( $search = $this->param( 'f_search', null ) ) != null ) : /// Product search hint with user provided search string (%1$s) ?> |
|
43
|
43
|
|
|
44
|
44
|
<title><?= $enc->html( sprintf( $this->translate( 'client', 'Result for "%1$s"' ), strip_tags( $search ) ) ) ?> | <?= $enc->html( $this->get( 'contextSiteLabel', 'Aimeos' ) ) ?></title> |
|
45
|
|
- <link rel="canonical" href="<?= $enc->attr( $this->link( 'client/html/catalog/lists/url', map( $this->get( 'listParams', [] ))->except( 'f_sort' )->all(), ['absoluteUri' => true] ) ) ?>"> |
|
|
45
|
+ <link rel="canonical" href="<?= $enc->attr( $this->link( 'client/html/catalog/lists/url', map( $this->get( 'listParams', [] ) )->except( 'f_sort' )->all(), ['absoluteUri' => true] ) ) ?>"> |
|
46
|
46
|
<meta name="keywords" content="<?= $enc->attr( strip_tags( $search ) ) ?>"> |
|
47
|
47
|
<meta name="description" content="<?= $enc->attr( strip_tags( $search ) ) ?>"> |
|
48
|
48
|
|