Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I put in meta tags, keywords, and title on my page?


superuser88

Recommended Posts

I've been trying to do this for hours and I still don't understand it. I want to add meta tags to my page but I don't know which file I'm suppose to edit. All I'm trying to do is add a title, meta tags, and keywords so it can get picked up by google. Can someone please help me? I've been trying to do this for hours but being a newby I don't know how. Please tell me which file I have to edit. Thanks everyone!

Link to comment
Share on other sites

You can also add meta tags the 'old fashioned' way to the index.php, product_info.php, specials.php and any other file that has a <head> </head> area.

 

Like this:

 

<head>

<meta name="description" content="The best Store on the Internet">

<meta name="keywords" content="best store, in my hometown, lowest prices, great selection">

</head>

 

 

But, as George suggested, there are Meta Tag Contributions that allow you to edit these in the Admin and some that create Meta Tags on the fly. So, you should check those out as well. (IF you chose a contribution, do not manually enter the tags as above)

 

Chris

Link to comment
Share on other sites

Agree with Collines, that is the one to use. HTSEO changes too many files.

It changes the files for a reason. If you are looking for easy, then definately go with one of the other contributions. If you are looking to optimize your shop as much as possible with one contribution, the only choice is Header Tags SEO.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

I definitely agree that header tags SEO is the more comprehensive of the two, but it is not the easiest contribution to install if you are someone that is struggling to find where to put meta tags on a page. In these circumstances, it might be better to go for the KISS option.

Link to comment
Share on other sites

For now I have opted for KissMT and the install was very simple.

 

One question though ... my home page title now is:

 

My Great Product Range - Full Range of Wiggets - Buy from Dream Doll Designs

 

I can't seem to find where this is to modify it. Does anyone know where to change this?

 

thanks,

ed

Link to comment
Share on other sites

  • 1 month later...

For now I have opted for KissMT and the install was very simple.

 

One question though ... my home page title now is:

 

My Great Product Range - Full Range of Wiggets - Buy from Dream Doll Designs

 

I can't seem to find where this is to modify it. Does anyone know where to change this?

 

thanks,

ed

 

 

Go to includes/languages/english then open KissMt.php

Link to comment
Share on other sites

  • 3 months later...

You can also add meta tags the 'old fashioned' way to the index.php, product_info.php, specials.php and any other file that has a <head> </head> area.

 

Like this:

 

<head>

<meta name="description" content="The best Store on the Internet">

<meta name="keywords" content="best store, in my hometown, lowest prices, great selection">

</head>

 

 

But, as George suggested, there are Meta Tag Contributions that allow you to edit these in the Admin and some that create Meta Tags on the fly. So, you should check those out as well. (IF you chose a contribution, do not manually enter the tags as above)

 

Chris

A light bulb just went off for me, but maybe the bulb is defective :blush:

 

At the moment I use something like this to show different header images depending on the category

 

<p align="center"> <?php if ( (int)$cPath == "3391" ) {

echo '<img border="0" src=".jpg" width="100%" height="100">';

}

 

Instead of using this to show images, can I put this code in the head section of the page to show different meta tags depending on the category???

 

Edit-Having said that I realise that even if it did work it wouldn't be what I wanted anyway.

Link to comment
Share on other sites

bRETT

 

I use headertags seo and it work fine. The reasons i use it is because the author of that contribution also releases other seo contributions and they all seem to work seamlessly, and he supports his contribution through these forums.

REMEMBER BACKUP, BACKUP AND BACKUP

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...