Jump to content

Title


Guest juba

Recommended Posts

Now when the search engine comes to my site for spider when the site is on the search engine its like this:

name of store + product title

I would like it the other way around:

product title + name of store

how can I get this done? Thanks in advance,

Link to comment
Share on other sites

In includes/content/viewProd.inc.php look for the

$meta['siteTitle'] = $config['siteTitle']." - ".$prodArray[0]['name'];

and change it to:

$meta['siteTitle'] = $prodArray[0]['name']." - ".$config['siteTitle'];

Link to comment
Share on other sites

Why is it that my settings are set to receive an email when there is a reply and I am not getting one :rolly:, thanks,

In includes/content/viewProd.inc.php look for the

$meta['siteTitle'] = $config['siteTitle']." - ".$prodArray[0]['name'];

and change it to:

$meta['siteTitle'] = $prodArray[0]['name']." - ".$config['siteTitle'];

Thanks Mysty I did that and it worked, the good thing is that I am in the first page of some keywords for my store and with this I am sure I will get #1 position ;), thanks,

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...