dinopacha Posted December 20, 2015 Posted December 20, 2015 When you klick on the home button in the breadcrumb you go to the domain name. But when you klick on catalog in the breadcrumb you go also to the domain name +index.php Both are the same webpages. Now I want to know, is google giving you no penalty for the same content. And how can I get rid of the catalog.
♥Tsimi Posted December 20, 2015 Posted December 20, 2015 To remove the "catalog" from your breadcrumb open your application_top.php and search for this $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); and change to $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); //$breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); Done!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.