Seo Help Wanted

Hi to All



I need a little assistence with cs cart seo .



We aint seem to get a good ranking with our website, I think we did all with meta words en so , to get a good google ranking.



Who can help me with some tips to get a better ranking or is there a add ond to get all tuned up.



Our website is www.topper-verpakkingen.nl



All tips are welcome, both good or wrong.



regards



richard

Hi Richard, you can check out our SEO Ultimate addon here Add-ons :: Marketing :: SEO Ultimate: Canonical URL + Google Rich Snippets + SEO Name History + More

Here are a few tips and add-on recommendations:

[url=“Blog :: SEO”]Search results

[url=“CS-Cart SEO Optimization, Google Rich Snippets, Canonical URL addon”]Search results



Thanks.

I have the same problem. I've already had SEO done for my product titles by Simtecdev but it's done nothing to improve my rankings. I'm worried about spending yet more money on something I'm not sure if will make much difference.

Dear Verpakkingnodig,



As you know there are lots things have been done before your site has top google positions. First of all, your website should be perfect. Second you need to promote it by adding your site in different catalogues, posting ads, press-releases, messages on different forums and etc. You should have facebook, twitter pages and etc. There are many items to do.



We had a look at your site and it is far from being good.


  1. Where is the description and other content? It is very important. Search Engine Systems are looking for a text. You should fill in the tabs for each product.
  2. Fix up your website. Your customer shouldn't see any code lines as it is on your main page [url=“http://www.topper-verpakkingen.nl/”]http://www.topper-verpakkingen.nl/[/url]
  3. English and Dutch versions conflicted each other. What is the Voorwaarden section doing in the English version? Fix it.



    You could check your site here [url=“http://seositecheckup.com/”]http://seositecheckup.com/[/url] This service tells you exactly what is wrong with your site.



    If you get lost in SEO, you should refer to professionals. There is a good company [url=“http://www.promodo.com/”]http://www.promodo.com/[/url]

    You may also google other companies who provides SEO optimization service.



    SEO add-ons are also good, but they can not do all work.



    If you have any other questions, we will be grad to answer them.



    Best regards, Alt-team.

If content is poor and not interesting for anyone, even super seo mod will not help…


[quote name='Saloula' timestamp='1407402297' post='189011']

I have the same problem. I've already had SEO done for my product titles by Simtecdev but it's done nothing to improve my rankings. I'm worried about spending yet more money on something I'm not sure if will make much difference.

[/quote]





Who nobody made a simple mod to add seo name + sku ?



domain.com/product-name-sku.html ? I think ebay and amazon use this long time ago…

You can join seo names and sku's in a excel with something like =A2&" "&B2Â and then reimport ib your cs cart

[quote name='Darius' timestamp='1407416869' post='189027']

If content is poor and not interesting for anyone, even super seo mod will not help…



Who nobody made a simple mod to add seo name + sku ?



domain.com/product-name-sku.html ? I think ebay and amazon use this long time ago…

[/quote]



Do you need this to work globally when adding new product through cs-cart admin?

Got a very simple mod (could even share code if needed) that adds some code to addons/seo/func.php for 2x



when creating new product, editing, cloning product adds sku to end of seo name when hitting save.


[quote name='cscartrocks' timestamp='1407435789' post='189045']

Do you need this to work globally when adding new product through cs-cart admin?

[/quote]

Darius,



Here is a code for the latest version:



app/addons/my_changes/init.php


```php

if (!defined('BOOTSTRAP')) { die('Access denied'); }
fn_register_hooks(
'seo_update_objects_pre'
);
```

app/addons/my_changes/func.php

```php
if (!defined('BOOTSTRAP')) { die('Access denied'); }
function fn_my_changes_seo_update_objects_pre(&$object_data, $object_id, $type, $lang_code, $seo_objects)
{
if ($type == 'p' && !empty($object_data['product_code'])) {
$object_data['product'] .= '-' . $object_data['product_code'];
}
}
```

Make sure that the My changes add-on is installed and activated.

Hope that helps.

Dear Alt-team,

I think you have posted the best advice so far and I was very interested to read it. Thank you for all the tips which I'm sure will be very useful to many people like myself reading this forum. I would be interested to know what you think to my site www.memoirs.gr

[quote name='Alt-team' timestamp='1407408802' post='189017']

Dear Verpakkingnodig,



As you know there are lots things have been done before your site has top google positions. First of all, your website should be perfect. Second you need to promote it by adding your site in different catalogues, posting ads, press-releases, messages on different forums and etc. You should have facebook, twitter pages and etc. There are many items to do.



We had a look at your site and it is far from being good.


  1. Where is the description and other content? It is very important. Search Engine Systems are looking for a text. You should fill in the tabs for each product.
  2. Fix up your website. Your customer shouldn't see any code lines as it is on your main page [url=“http://www.topper-verpakkingen.nl/”]http://www.topper-verpakkingen.nl/[/url]
  3. English and Dutch versions conflicted each other. What is the Voorwaarden section doing in the English version? Fix it.



    You could check your site here [url=“http://seositecheckup.com/”]http://seositecheckup.com/[/url] This service tells you exactly what is wrong with your site.



    If you get lost in SEO, you should refer to professionals. There is a good company [url=“http://www.promodo.com/”]http://www.promodo.com/[/url]

    You may also google other companies who provides SEO optimization service.



    SEO add-ons are also good, but they can not do all work.



    If you have any other questions, we will be grad to answer them.



    Best regards, Alt-team.

    [/quote]



    dear alt team



    thanks for your reply



    IN cs cart you have a standard seo add on in which you can choose for a categorie notation

    In your opnion wich one is the most suitable ? the shortest or





    Like to hear some more



    btw you comment was very helpfull

Dear Saloula,



Thank you a lot for your message.


[quote name='Saloula' timestamp='1407559620' post='189115']

Dear Alt-team,

I think you have posted the best advice so far and I was very interested to read it. Thank you for all the tips which I'm sure will be very useful to many people like myself reading this forum. I would be interested to know what you think to my site www.memoirs.gr

[/quote]



We have answered you in private. Please, check PM.



Best regards, Alt-team.

Alt-team - I replied to your message.