![]() |
Re: XC SEO v1.1.0 Released
okay, i think i found the solution. the problem is on the line:
replace: Code:
$product['descr']."\t". with Code:
func_froogle_convert($product['descr'], 65536)."\t". in the install_how_to file there should be two three line need to be replaced (included the comment out line) |
Re: XC SEO v1.1.0 Released
Refer here for the latest (accurate) install docs, until I get another release out. I apologize for any issues:
http://x-cart-seo.googlecode.com/svn/branches/xc_seo_module/x-cart-seo%20docs/ Please note the Froogle modification instructions are different, there are issues in the current release's implementation of the Froogle changes. |
Re: XC SEO v1.1.0 Released
Sorry guys but I've been reading through the earlier posting of this and also this one and I am still trying to figure out what this is and what the benifits of it are. Can somebody please tell me in basic form what this is and why I need it.
|
Re: XC SEO v1.1.0 Released
SEO stands for Search Engine Optimisation, search engines discriminate against ID numbers in URL strings and this mod helps and makes life a little easier for those lovable bots and spiders who crawl our pages.
Whether you believe the fact that search engines discriminate against ID numbers in URL strings or not, the fact of the matter is that [1] http://www.theshisha.com/shopcart/product.php?productid=16242 will never look as nice to the end user, or search engines, as [2] http://www.theshisha.com/shopcart/Soex-Herbal-Strawberry-250g-pr-16242.html With the second option, you can see what the product is in the URL without even going to that page, where as the first option you do not know what the product is. Both these above links, link to the same page but the search engine, spider that crawls our web sites would prefer the second option which is a html page and not a PHP page. |
Re: XC SEO v1.1.0 Released
Is there a way of getting this to run on Webserver Software Zeus 4.3?
I just found out that my host uses this not apache. A quick google suggests there is a rewrite command but does not work for SEO stuff. |
Re: XC SEO v1.1.0 Released
Not currently, but possibly in the future. For now, you definitely need rewrite functionality
|
Re: XC SEO v1.1.0 Released
I'm getting 1,963 URLs not followed due to redirect errors under Google Webmaster Tools.
Here is an example URL listed by Google: Google is indexing many of my pages, but they don't seem to be indexing my product pages, and none of my pages using this mod's reformatted URLs. |
Re: XC SEO v1.1.0 Released
This is an issue that exists due to X-Cart's redirect mechanism + functionality in XC SEO. If there is no established cookie when a user visits a .php style url, and the user gets redirected to the .html url (i.e.- either cookies are turned off OR your visit to the .php url is your first time to the site), X-Cart's redirect function will insert the xid session into the url. XC SEO attempts to strip the xid value from the url and redirect, which begins a loop (since x-cart will once again insert the xid value).
The session id (xid) should *not* be included in the url for search engines, because that may lead to session issues when a user visits a url that has the xid value appended. I've reported this issue to X-Cart, with the suggestion that they do not append xid for bots. They have responded saying that this change will be incorporated into the next release of X-Cart (in my case, v4.1.4). I'll post a release of XC SEO today, along with the session id fix for bots. I had delayed a release, because I was waiting for results from google to make sure my changes were effective. (I found this issue happening with *some* google bots on SoundChoiceStore, 20416 urls had been reported by google as having redirect problems, tho a number of the urls were the same url with a different session value attached. Since I've implemented the session fix for bots, google appears to have had no more issues) I apologize for any problems this has caused for you, but rest assured the fix is on it's way |
Re: XC SEO v1.1.0 Released
Quote:
definitely anxiously awaiting this ;) question about updating...i have 1.0.6 installed and noticed that you're up to 1.1.1. Is it as simple as uploading the new files, or do I need to re-run the sql commands? |
Re: XC SEO v1.1.0 Released
your mod is excellent. Thanks for the time you have spent on it. Look forward to your session ID fix :)
|
Re: XC SEO v1.1.0 Released
Hi I get the following error now when I attempted to patch my live store -
PATCH RESULTS SQL PATCH FAILED AT QUERY: INSERT INTO xcart_config (name,comment,value,category,orderby,type,defvalue ) VALUES ('xcseo_keyword_injection','Specify a keyword to inject into rewritten urls','','XC_SEO',10,'text','') PATCH LOG Has anyone come across the same or similar problem? |
Re: XC SEO v1.1.0 Released
If you have already run the SQL, do not re-run the SQL commands, as it will put double-entries into your database.
Sahani: what version of X-Cart are you running? Sorry I haven't posted the release yet guys, I apologize, I have to doublecheck documentation today to make sure the upgrade process is properly recorded, then I should be able to upload the release. I've just been busier than usual as of late :-( |
Re: XC SEO v1.1.0 Released
Hi there intel352.
After getting the error, I checked the SQL tables and nothing had been inserted. I re-logged into x-cart and retried the SQL updates and it worked fine. I have no idea why I got the error result...maybe a session issue with x-cart..i can only speculate :( I am currently running x-cart 4.12, the mod now works fine on my live store...www.sahanishop.com Thanks again :) |
Re: XC SEO v1.1.0 Released
Quote:
No worries, while we're all anxious we're still patient. Can't really complain when its a freebie, right? |
Re: XC SEO v1.1.0 Released
Quote:
I'm the one that should apologize - it's because of me that intel is busier than usual... ;-) His interpretation of helping is beyond anything I ever experienced! :-) :-) |
Re: XC SEO v1.1.0 Released
Intel352 - any way you could update us on when your next version will be ready? I'm trying to be patient but I have a feeling that Google is about to re-index my site and I'd love to get the latest bits.
Thanks. |
Re: XC SEO v1.1.0 Released
Intel352: What a great contribution to the forum. I set it up on a 4.1.3 that I'm building and it works just great! Can't thank you enough.
Been looking at the rewritten url for categories. In a large store there may be so many similar products in a category (or in the store for that matter) that a simple url (www.somesite.com/sweaters/great-sweater.html) will confict at some point. The categories shouldn't, I would think, and the category page is very often a landing page on our sites. We SEO them and bring visitors there instead of to a specific product page (unless it's a ppc visitor). What do you think of adding a todo for an option in your module that truncates the category rewrites to just the category name, i.e. www.somesite.com/sweaters.html ? |
Re: XC SEO v1.1.0 Released
XC SEO v1.1.5 released
I apologize for the multiple delays, I wanted to give this "version" a bit more time to test. Is working well on SoundChoiceStore, please give feedback for your installation. See first post for download. Changelog Quote:
|
Re: XC SEO v1.1.0 Released
Viejo, the module currently implements the category id in the url, so that X-Cart's speed doesn't change much (if any). I do intend to release a more "intensive" version of XC SEO at a later date, that will focus on truncating ALL urls so that they no longer need the category/product id, etc. Similar to CD SEO
Quote:
|
XC SEO v1.1.5 Released
Thanks for this new version intel!
As far as I can tell now, it works great. I can't find the includes/func/func.core.php in x-cart version 4.0.12, but I do have the get_language.php in the include directory. The code that need to be changed when the language selector is enabled, is on line 130. Thanks again! :) |
In re feedback: I have 1.1.1 installed on two carts we are close to taking live. (4.1.3 and 4.0.19) There have been no issues at all to date. If there is a speed hit it appears to be slight. Urls work as expected. Customizations are a little tricky but we have made them to both the tpls and the root .htaccess. I'll rate the mod as top-notch and invaluable.
Intel352: Please pm me if you want to see our sites or know more about the how and why of our category handling. I don't want to hijack the thread. |
Re: XC SEO v1.1.0 Released
Update: the change that is needed for include/func/func.core.php in 4.1.x, should be done in include/func.php for 4.0.x
I'm working up updating the docs |
Re: XC SEO v1.1.0 Released
going through the install on 4.1.3 right now.
noticed this... the doc for 1.1.1 - 1.1.5 upgrade says Quote:
The only line that resembles what you've specified to find in my get_language.php file says Quote:
Either way I don't think it matters since it says its optional and I run a single language on my site. |
Re: XC SEO v1.1.0 Released
Nice catch jason, I'll have to doublecheck against 4.1.3 (argh, 4.1.3 had a number of changes, lol...)
EDIT: btw, the point of that edit, is that the get_language file is NOT redirecting of the previous page had a .html extension. Which means it won't redirect back to an SEO'd url... :-\ Really I need a better workaround that what I implemented, just haven't come up with one yet |
Re: XC SEO v1.1.0 Released
I've noticed that when moving from http to https that the urls are not reformatted. Is this as designed?
|
Re: XC SEO v1.1.0 Released
Yes, the thought process is that search engines *shouldn't* be accessing your HTTPS site, and additionally most stores force users back to the http domain when they are wanting to browse more products. Also, wanted to avoid any unforseen issues with https urls (i.e.- in the event that a site is on shared SSL, there can be problems...)
If you would like to argue against this thought process, by all means, be my guest :-) Additionally, if you would like to modify the code so that it functions under HTTPS, to test in your environment, let me know how it goes. I could implement an option to toggle support for rewriting under HTTPS (with an "At your own risk" disclaimer) |
Re: XC SEO v1.1.0 Released
Quote:
I don't have include/functions.php, but I do have include/func.php. I made the change there and got a SQL error: Quote:
|
Re: XC SEO v1.1.0 Released
I'm still getting Google Base/Froogle errors with the following characters:
• ’ ™ ® ² ½ |
Re: XC SEO v1.1.0 Released
I apologize, please look at the specified files:
sql/xcseo.sql sql/xcseo_lng_US.sql And copy the SQL commands from there. The install instructions refer to those files so that the instructions are less redundant/shorter, since the SQL is the same across 4.0.x,4.1.x |
Re: XC SEO v1.1.0 Released
Regarding your Froogle errors, please refer to the Install instructions for 4.0x, scroll to the Froogle modification instructions, and make sure that your Froogle file is edited as instructed.
|
Re: XC SEO v1.1.0 Released
Quote:
I took all the text from those two files and attempted to patch SQL, got the following error: Quote:
Previously, I was able to patch using the SQL text from the upgrade from 1.1.1 to 1.1.5 text file. Maybe I need to "start over"? |
Re: XC SEO v1.1.0 Released
Scott, I'm not sure how you got the error in your previous message (since the error actually referenced the individual .sql files..., unless you copy/pasted in the lines sql/xcseo.sql into the actual SQL box...)
If you're just upgrading, then as the upgrading instructions showed, you can just paste the specified SQL text. If you're installing from scratch, you can paste the sql from each .sql file (or do the Browse option to upload each SQL file). It would be best for you to start over on the SQL part, execute the sql/xcseo_remove.sql file (or copy it's contents into a SQL text box and execute), then install the xcseo.sql and xcseo_lng_US.sql files For a quick reference, here is the SQL to uninstall XC SEO: Code:
DELETE FROM xcart_modules WHERE module_name='XC_SEO'; |
Re: XC SEO v1.1.0 Released
The sql delete and patch worked, thanks.
Now, do I add: Quote:
To my include/func.php? |
Re: XC SEO v1.1.0 Released
The reference to include/functions.php is intended for include/func.php, as you already figured out. And yes, the include/func.php modification is highly recommended, so that Search Engines don't pick up SessionIDs on each url that they visit in X-Cart.
|
Re: XC SEO v1.1.0 Released
Thanks so much intel! The last Google index found 2412 urls it could not follow, basically my catalog. So hopefully this update will solve that (I'll let you know).
Concerning the Froogle issues, I did update my froogle.php with the two pieces of code in your INSTALL 4.0x file but still get those characters. Here are the relevant sections of my froogle.php Quote:
Quote:
|
Re: XC SEO v1.1.0 Released
Scott, please post the 2nd bit of code again, but this time marking it in CODE blocks instead of QUOTE blocks. I'm seeing some issues in the code you posted, I want to make sure it's not just due to the QUOTE block
|
Re: XC SEO v1.1.0 Released
Code:
if ( !defined('XCART_SESSION_START') ) { header("Location: ../../"); die("Access denied"); } Code:
$product['price'] = $tmp['taxed_price']; |
Re: XC SEO v1.1.0 Released
okay, from what I can see, there's nothing wrong. Scott, do you still get errors if you DISABLE xc seo & export for froogle? I'm thinking that any issues you're having, is related to the Froogle module, not xc seo...
|
Re: XC SEO v1.1.0 Released
I unchecked the XC SEO mod and did a froogle export and the offending characters remained. Weird, since I was not getting these errors before I installed this Mod. Thanks for your help intel.
|
Re: XC SEO v1.1.0 Released
Scott, one additional test would be to get a fresh copy of X-Cart 4.0.19, replace your froogle.php file with the fresh copy, and test again. That should remove *any* doubts.
Cheers |
All times are GMT -8. The time now is 08:58 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.