Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Home and catalog (same page)


Recommended Posts

Posted

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.

Posted

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...