Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding meta


thezone

Recommended Posts

Posted

I'm trying to add this

<meta name="description" content="Poonzwear.com sells mens and womens topless sandals also known as down unders, Koasterz, Poonz and general foot jewelry.">

<meta name="keywords" content="topless sandals, topless sandal, down unders, sandals, tropical topless sandals, footwear, solid color topless sandals, flip flops, comfortable shoes, sandal accessories">

 

So do i add this to ssl_check.php or stylesheet.css? I've tried adding it to ssl_check.php but its not working currently it looks like this

 

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">

<html <?php echo HTML_PARAMS; ?>>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">

<title><?php echo TITLE; ?></title>

<base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">

<link rel="stylesheet" type="text/css" href="stylesheet.css">

</head>

Archived

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

×
×
  • Create New...