Jump to content


Corporate Sponsors


Latest News: (loading..)

* * * * - 4 votes

[Contribution] SEO-G


1098 replies to this topic

#1061 eyekandee

  • Community Member
  • 112 posts
  • Real Name:Alex Roche
  • Location:vancouver

Posted 31 May 2009, 20:04

Hi Misantropo,

I had a similar problem. I just removed the review pages from being created by SEO-G. You can do this by excluding the product_review_info.php in the G-EXCLUDE database.

......

On another note I had problems with this contribution and the PayPal_Shopping_Cart_IPN contribution. You need to declare the seo class in the IPN's application_top_inc.php, the same way you do in the catalog application_top.php.


Cheers
Using IE6 with today’s websites is like driving a horse and buggy in New York City during rush hour traffic and expecting everyone else to accommodate to you. It’s simply time to upgrade.

#1062 misantropo

  • Community Member
  • 20 posts
  • Real Name:David

Posted 03 June 2009, 07:59

Hi eyekandee

It doesn't work.

Can you tell me your g-type configuration??? maybe that can help me.... I hope


View Posteyekandee, on May 31 2009, 09:04 PM, said:

Hi Misantropo,

I had a similar problem. I just removed the review pages from being created by SEO-G. You can do this by excluding the product_review_info.php in the G-EXCLUDE database.

......

On another note I had problems with this contribution and the PayPal_Shopping_Cart_IPN contribution. You need to declare the seo class in the IPN's application_top_inc.php, the same way you do in the catalog application_top.php.


Cheers


#1063 jnjn

  • Community Member
  • 11 posts
  • Real Name:josé Neves
  • Gender:Male
  • Location:Portugal

Posted 03 June 2009, 11:59

hi
Sorry in advance for my bad inglish

I need someone validate one issue in this contribution.

In the product page we have the link to the manufactor product page

everithing goes weel but if the product url have this caracther & , in this case the link is broken and the sistem redirect to the catalog/index.

if the link d'ont have this sign everithing goes well.

At the momente the solution i have is this.

in the redirect.php

//-MS- SEO-G Support Added
if( isset($HTTP_GET_VARS['goto']) ) {
$new_url = urldecode(($HTTP_GET_VARS['goto']));
// $new_url = htmlspecialchars(urldecode($HTTP_GET_VARS['goto']));
$HTTP_GET_VARS['goto'] = $new_url;
}
//-MS- SEO-G Support Added EOM

in this case i need to have this configuration

seo-g safe mode true
seo.g strict validation false

and in the exclude
add popup_image.php

I need to now if i have a problem with the instalation or if we have one problem in the seo-g with "htmlspecialchars"

thanks in advance

#1064 mom2twins

  • Community Member
  • 27 posts
  • Real Name:Sarah
  • Gender:Female
  • Location:Dallas, TX

Posted 04 June 2009, 20:15

When I try to do the SEO-G Reports and notify Google, Yahoo, and Ask.com I get this error:

Warning: fopen(/home/bout/public_html/sitemap.xml.gz) [function.fopen]: failed to open stream: Permission denied in /home/bout/public_html/admin/seo_reports.php on line 114

Warning: Cannot modify header information - headers already sent by (output started at /home/bout/public_html/admin/seo_reports.php:114) in /home/bout/public_html/admin/includes/functions/general.php on line 22

Any ideas on a fix?

#1065 p3ssi0n

  • Community Member
  • 4 posts
  • Real Name:Passion
  • Gender:Male

Posted 25 June 2009, 00:40

Any Rss Feed addon for products that could work with seoG ?
no spam please

#1066 misterqar

  • Community Member
  • 1 posts
  • Real Name:José Quiroga

Posted 21 July 2009, 17:41

My SEO-G installation was working fine by months, but suddenly I have this error when trying to access to a category:

1194 - Table 'seo_url' is marked as crashed and should be repaired

select seo_url_get, seo_url_org from seo_url where seo_url_key = '84693b934522ab7df52b6e2438006a4e'

[TEP STOP]

And when I access to Admin / SEO-G / Reports, I receive this message:

Warning: mysql_query() [function.mysql-query]: Unable to save result set in /home2/xxxxx/public_html/admin/includes/functions/database.php on line 45
1194 - Table 'su' is marked as crashed and should be repaired

select count(*) as total from seo_url su left join seo_frequency sf on (sf.seo_frequency_id=su.seo_frequency_id)

[TEP STOP]

TEXT_INFO_SEO_G

Can anybody help me?

Edited by misterqar, 21 July 2009, 17:41.


#1067 sakwoya

  • Validating
  • 95 posts
  • Real Name:Eh?

Posted 27 July 2009, 23:33

Cookie Usage Issues.......

For those getting the redirect to the cookie usage page - I hit this problem today for the first time after a number of installs that had went fine.

Eventually traced it to the root.php file :

I had

  if ($request_type == 'NONSSL') {
    define('DIR_WS_CATALOG', DIR_WS_HTTP_CATALOG);
  } else {
    define('DIR_WS_CATALOG', DIR_WS_HTTPS_CATALOG);
  }

Which I had cut and pasted in from the application_top file - I should have had:
  if ($request_type == 'NONSSL') {
    define('DIR_WS_CATALOG', DIR_WS_HTTP_CATALOG);
    $g_relpath = HTTP_SERVER . DIR_WS_CATALOG;
    $g_server = HTTP_SERVER;
  } else {
    define('DIR_WS_CATALOG', DIR_WS_HTTPS_CATALOG);
    $g_relpath = HTTPS_SERVER . DIR_WS_CATALOG;
    $g_server = HTTPS_SERVER;
  }

I had failed to add in the
$g_relpath = HTTP_SERVER . DIR_WS_CATALOG;
$g_server = HTTP_SERVER;

after copying from application_top

May be of some help - Graeme

#1068 samsagaz

  • Community Member
  • 27 posts
  • Real Name:Jose

Posted 07 August 2009, 20:28

After install it i get the following errors :(

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in D:\_wamp\www\domain\root.php on line 136

2 days trying to fix it without luck, can someone please check whats wrong?


Dont knwo whats wrong :(

#1069 samsagaz

  • Community Member
  • 27 posts
  • Real Name:Jose

Posted 07 August 2009, 20:50

i changed

$tmp_array = array_merge($HTTP_GET_VARS,$tmp_array);

for

$tmp_array = array_merge((array)$HTTP_GET_VARS,$tmp_array);

and no more errors received, but the urls are not show Search Engines Optimized, are displayed like

index_cpath-1.html for categories

and

product_info_products_id-1.html for products

#1070 Jol

  • Community Member
  • 53 posts
  • Real Name:Jol

Posted 08 August 2009, 07:23

Hello!

How can I change the SEO-G to work with another language_id than language_id=1?

#1071 samsagaz

  • Community Member
  • 27 posts
  • Real Name:Jose

Posted 08 August 2009, 20:36

View PostJol, on Aug 8 2009, 04:23 AM, said:

Hello!

How can I change the SEO-G to work with another language_id than language_id=1?


well you change your language ID from mysql.

#1072 Jol

  • Community Member
  • 53 posts
  • Real Name:Jol

Posted 09 August 2009, 10:35

View Postsamsagaz, on Aug 8 2009, 10:36 PM, said:

well you change your language ID from mysql.

Ok but can you do so SEO-G works for a language other than a language with language_id = 1?

#1073 Jol

  • Community Member
  • 53 posts
  • Real Name:Jol

Posted 10 August 2009, 14:16

View PostJol, on Aug 9 2009, 12:35 PM, said:

Ok but can you do so SEO-G works for a language other than a language with language_id = 1?

I found a solution. I changed language id in the file seo-url.php so now it works fine. Now I have another problem instead. I get redirected to the cookie usage page when I try to add a product in the shopping cart. What can I do about that?

#1074 Jol

  • Community Member
  • 53 posts
  • Real Name:Jol

Posted 11 August 2009, 18:04

I solved it. How can I set SEO-G Extension to " / " instead of .html. It works but the product picture does not load and the text is not formated correctly on the product info page. On the catalog page the pictures load and text is formated correctely. I hope someone can help.

#1075 dbstr

  • Community Member
  • 3 posts
  • Real Name:Freddie Rasmussen

Posted 15 August 2009, 14:45

Hello there, and thanks for a great contribution.

I've made my own menu, for design matters, but I can't get it to work with SEO-G. It still links to '?cPath=id'.

It's a simple menu, that just loops through the database and checks for subcategories. No functions or arrays. Do I have to add anything to my script, or how do I fix this issue?

Thanks in advance.

#1076 dbstr

  • Community Member
  • 3 posts
  • Real Name:Freddie Rasmussen

Posted 15 August 2009, 15:13

View Postdbstr, on Aug 15 2009, 04:45 PM, said:

Hello there, and thanks for a great contribution.

I've made my own menu, for design matters, but I can't get it to work with SEO-G. It still links to '?cPath=id'.

It's a simple menu, that just loops through the database and checks for subcategories. No functions or arrays. Do I have to add anything to my script, or how do I fix this issue?

Thanks in advance.

Or can anyone tell me how the links should be made? I've tried almost everything that springs to mind, but I might have missed something in all my attempts..

#1077 dbstr

  • Community Member
  • 3 posts
  • Real Name:Freddie Rasmussen

Posted 15 August 2009, 16:52

View Postdbstr, on Aug 15 2009, 05:13 PM, said:

Or can anyone tell me how the links should be made? I've tried almost everything that springs to mind, but I might have missed something in all my attempts..

Nevermind, I managed to get it to work properly! :)

#1078 addicted

  • Community Member
  • 60 posts
  • Real Name:Nemam

Posted 19 August 2009, 10:55

Hello
Any idea how to split site map in smaller parts - my site map is about 90 MB and google refuse to take it
Thank You

#1079 Teclance

  • Community Member
  • 3 posts
  • Real Name:Mike Kelly - Teclance Enterprise

Posted 26 August 2009, 05:02

Hi there,

There was so many post on this mod and I did a search for my problem but couldn't find it and I apologize if this has already been discussed. I am using this mod and I am using a datafeed from my whole sale which has 10K products.

Some of the products have the same product name but are different things but it is creating the same link for these products so no matter which product you click it goes to the first one created.

I know I can manually edit these but because of the number of products this could take forever. Is there a way to auto detect this and force it to add a number at the end like

clarins-by-clarins.html

clarins-by-clarins-2.html

clarins-by-clarins-3.html

etc....?

Thanks for the hand.

#1080 Shane Harrrison

  • Community Member
  • 12 posts
  • Real Name:Shane Harrison

Posted 25 September 2009, 16:14

Hi All

I've just installed the SEO-G installation into a clean OSCommerce platform. Seem to have had a few problems before it worked. It's been a long week. But all sorted now apart from one thing.

When I tried to use the search and advanced search options, neither is working, it is as if the form is incomplete. Has anybody had this problem before?

On another note.

I have been trying to see if I can include the phrase /product/ and /brand/ into the products and manufacturers link. Has anybody been able to achieve this. if so please can someone point me in the right direction so I can modifiy them.
e.i.
from
.somewebsite.com/some-shiny-product.
to
.somewebsite.com/product/some-shiny-product.

I know there is another contribution which works this way which I'm currently using, but I've been unsucessful in adapting this for google xml sitemap feeds. getting fedup with the manual convertion when you have over 500 to do :blink: .

If anybody can help if some tells me that this contribution has the same problems I would very much appreciate it.

Shane

Edited by Shane Harrrison, 25 September 2009, 16:16.