commit ac4d4677e578f44a474f68736f906a5f44407a2e Author: kostas Date: Mon Jun 22 16:11:11 2026 +0300 DG-186: fix(seo): restrict noindex fallback to search views only The fallback condition checked isset($view) but not whether the view was in the known search views list. This caused detail pages served by non-search views (e.g. customer_menu) to get noindex when a ?keyword= query param was present (passed from search results navigation). Fix: add in_array($view->name, $views) to the fallback guard so only search listing view pages can trigger the fallback noindex. diff --git a/web/sites/all/modules/custom_dev_patched/custom/odigos_search_title/odigos_search_title.module b/web/sites/all/modules/custom_dev_patched/custom/odigos_search_title/odigos_search_title.module index fe02105c7..256416a72 100644 --- a/web/sites/all/modules/custom_dev_patched/custom/odigos_search_title/odigos_search_title.module +++ b/web/sites/all/modules/custom_dev_patched/custom/odigos_search_title/odigos_search_title.module @@ -135,8 +135,9 @@ function odigos_search_title_html_head_alter(&$head_elements) { $noindex = TRUE; } - // Fallback: on view pages only, noindex unexpected display types or facet path parts - if (!$noindex && isset($view)) { + // Fallback: on search view pages only, noindex unexpected display types or facet path parts + // Must restrict to $views to avoid noindexing detail pages (e.g. customer_menu) with ?keyword= params + if (!$noindex && isset($view) && in_array($view->name, $views)) { $params = drupal_get_query_parameters(); foreach ($params as $param => $value) { if (!in_array($param, array('q', 'page'))) {ΧΙΟΝΙΔΗΣ ΗΛΙΑΣ | Νομός Αττικής Topodigos
Παράκαμψη προς το κυρίως περιεχόμενο
Νομός Αττικής
  • INFO
  • ΑΞΙΟΘΕΑΤΑ
  • ΧΡΗΣΙΜΑ
  • ΠΡΟΣΦΟΡΕΣ
  • Επικοινωνία
Θέσεις Εργασίας
Είσοδος
F
G+
ΒΡΕΙΤΕ
ΒΡΕΙΤΕ ΚΟΝΤΑ ΣΑΣ
from

ΧΙΟΝΙΔΗΣ ΗΛΙΑΣ

customer tabs

Επικοινωνία
  • Ξυλεία
  • Δόμηση - Κατοικία
Λεωφόρος Νατο, Γκορυτσά
  • ΑΣΠΡΟΠΥΡΓΟΣ ΑΤΤΙΚΗΣ
  • ΑΤΤΙΚΗ
2105595531
6973640297
chionidisilias@gmail.com
Το προτείνω (έχει προταθεί 0 φορές) 
  • Facebook Like
  • Share on Facebook
  • Tweet Widget
Πατήστε για να κρατήσετε το χάρτη ακίνητο.

ΔΕΙΤΕ ΕΠΙΣΗΣ

  • Νομός Εύβοιας
  • Νομός Κυκλάδων
  • Νομός Κορινθίας
© 2013 - 2026 MacInformationGroup ltd.
ΑΡΙΘΜΟΣ Γ.Ε.Μ.Η.: 117363401000
Όροι & Προϋποθέσεις
Σχετικά
Επικοινωνία
Θέσεις Εργασίας