Page 25 of 168 FirstFirst ... 1523242526273575125 ... LastLast
Results 241 to 250 of 1674
  1. #241
    Join Date
    Aug 2010
    Posts
    76
    Plugin Contributions
    0

    Default Log Folder full of these kind of files .......

    I was checking my log folder today just out of curiosity ..... and saw like 30-40 files like this one ....

    [22-Jan-2013 15:44:35] PHP Warning: htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: Invalid multibyte sequence in argument in /public_html/store/includes/classes/seo.url.php on line 184

    When I upload new products, I use plain text, actually I copy and paste from the good old Notepad. Not sure where the Special Characters are coming from ..... ?

  2. #242
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Is this plug-in needed?

    Do search engines really have problems list and optimize for PHP coded URLs?
    Using Zen Cart 1.5.1

  3. #243
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by Rony View Post
    They modify same functions at few places ...
    If you do a check to see what exactly is different between Zen Cart 1.5.1's stock "html_output.php" and the 1.5.1 pre merged version of the same file included with "Ultimate SEO URLs", you will notice the only line which differs is changing the function name in the original "zen_href_link" to "original_zen_href_link" and adding a replacement function for "zen_href_link". There are no other changes made by "Ultimate SEO URLs".

    Keep in mind the files from "CSS3 Buttons" are for version 1.5.0 of Zen Cart and you may need to merge the file distributed with "CSS3 Buttons" with the original from Zen Cart 1.5.1. This may account for the differences you are noting...

    Quote Originally Posted by Rony View Post
    Here is another little thing that causing a little trouble ....
    For 2 of our products .... The URL's generated are like this ....
    Does anyone know how to fix these blank spaces ?
    The last step before any character data is saved for use in a URI is to run a filter (over every product, category, mfg, etc name) replacing all "spaces" with a "-". This replacement should not allow a space to be in any generated URI's unless something is not installed correctly or the character is not really a space...

    US-ASCII, ISO-LATIN-1, and UTF8 represent the space character with decimal 32... so if you are using any of those encoding (Zen Cart 1.5.1 uses UTF8 by default) this replacement should always work. If you are using a different character encoding you may run into issues.

    Quote Originally Posted by Rony View Post
    I was checking my log folder today just out of curiosity ..... and saw like 30-40 files like this one .... PHP Warning: htmlspecialchars() ...
    Most of the times I have seen that message it is related to a character encoding mismatch... So character data being sent to the htmlspecialchars function not matching the specified character encoding. The character data is pulled from the database... and the encoding used is the one specified in Zen Cart (usually UTF-8 in a clean install of 1.5.1). I've seen this crop up sometimes with character set mismatches between the database and Zen Cart settings (typically with a mass import or upgrade).

    You specified this was a new "clean" install of Zen Cart... How did you enter the product data (name, price, etc)? Please provide details including any tools or editors used as this may help us help you.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  4. #244
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by Kevin205 View Post
    Is this plug-in needed?
    Depends upon your business goal. This plugin is more about adding "human readable" text (keywords) to the URL than specifically SEO.

    You can read online about why having human readable words in a URL may be beneficial. You can also read (in many SEO discussions and websites) why having keywords in a URL may be beneficial for listings in a search engine.

    So to keep the answer short: No you do not need this plugin... But then the same answer can be given for any and all plugins. My advice? Look at your business goals and make a decision - "human readable text with ids" or just "ids".
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  5. #245
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lhungil View Post
    You specified this was a new "clean" install of Zen Cart... How did you enter the product data (name, price, etc)? Please provide details including any tools or editors used as this may help us help you.
    For example: Did you use an editor such as CKEditor? What character encoding do you have the database and Zen Cart set to use? Notepad by default uses ANSI not UTF-8... US-English Word uses Windows-1252. So copy / paste may cause some problems unless you save the file to UTF-8 first. Have you tried saving to UTF-8?

    Did I mention how much fun working with different character sets and character encoding can be? Especially for applications used worldwide? If you have any mixed character encoding in the database it may take awhile to update them all to one encoding (I'd recommend UTF-8)...
    Last edited by lhungil; 26 Jan 2013 at 10:27 PM.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  6. #246
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lhungil View Post
    Depends upon your business goal. This plugin is more about adding "human readable" text (keywords) to the URL than specifically SEO.

    You can read online about why having human readable words in a URL may be beneficial. You can also read (in many SEO discussions and websites) why having keywords in a URL may be beneficial for listings in a search engine.

    So to keep the answer short: No you do not need this plugin... But then the same answer can be given for any and all plugins. My advice? Look at your business goals and make a decision - "human readable text with ids" or just "ids".
    Now it make sense. I totally agree with you.

    And since I know how hard it is to code, I just wanted to say, Thank you.
    Using Zen Cart 1.5.1

  7. #247
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    You are welcome.

    And this is a reminder to all those who helped create, update, maintain, debug, provide feedback, comment on the forums, and provide help to other Zen Cart users. Your time and work is appreciated, and we all say thankee-sai!
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  8. #248
    Join Date
    Aug 2010
    Posts
    76
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lhungil View Post
    For example: Did you use an editor such as CKEditor? What character encoding do you have the database and Zen Cart set to use? Notepad by default uses ANSI not UTF-8... US-English Word uses Windows-1252. So copy / paste may cause some problems unless you save the file to UTF-8 first. Have you tried saving to UTF-8?
    You were right, it was the encoding problem. I was saving everything in ANSI (default Notepad format) not UTF-8. As soon as I switched to UTF-8, everything is working great. Thanks for your advise. Really appreciate it.

    Regarding merging CSS3-Buttons with Ultimate-SEO, I guess I should wait until an expert merges it, I am not very good in PHP, and don't want to mess-up my working and earning shopping-cart.

  9. #249
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,670
    Plugin Contributions
    1

    Default Re: Ultimate SEO 2.200+ (new features)

    Hi,
    1.3.9h

    yesterday I loaded Ultimate SEO URLS v2.110 onto a site and today I had a warning email from Google in WMT saying that I had excessive NO FOLLOW errors - 200+ in fact - ALL in this exact format:
    index.php?currency=CAD&main_page=index&index_php%3Fmain_page=product_info&produc ts_id=528&sort=3a&page=9 ... ALL exactly the same except for id number. All 301 re-directs.

    Is there a fix for this - please?

    cheers,
    Mike
    Last edited by shags38; 29 Jan 2013 at 12:32 PM.

  10. #250
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by shags38 View Post
    Hi,
    1.3.9h

    yesterday I loaded Ultimate SEO URLS v2.110 onto a site and today
    Any reason you loaded an old version instead of the latest (2.212)?

    Quote Originally Posted by shags38 View Post
    I had a warning email from Google in WMT saying that I had excessive NO FOLLOW errors - 200+ in fact
    Interesting. This plugin does not add any "nofollow" or "noindex" tags to your website (not in links or the header). Did they say "nofollow" or "redirect"? Excessive "redirect" would make more sense... If you are positive it is "nofollow" read the next paragraph. Otherwise skip ahead.

    I have heard rumors in the SEO world in regards to addition penalties being applied for "over optimization"... And "nofollow" used on internal links in the past has been abused to manipulate page ranking... You might want to check and make sure you are not using this attribute on a large number of links.

    Quote Originally Posted by shags38 View Post
    ALL in this exact format:
    index.php?currency=CAD&main_page=index&index_php%3Fmain_page=product_info&produc ts_id=528&sort=3a&page=9 ...
    Strange. I see an attempt at two main_page query terms for two different pages (index = category / main, product_info = product page). This URI does not match the ones generated by Zen Cart or the ones generated by the "Ultimate SEO URLs" plugin.

    After browsing your website for about 15 minutes I did not see any links like these on your website... Where is Google seeing these? External links? Sitemap? Etc? You will want to find where these links are coming from and correct them if possible.

    While you could add a RewriteCond / RewriteRule to your web server config to match these bad links and correct them, it is almost always better to find and fix any broken links at the source.

    Quote Originally Posted by shags38 View Post
    ALL exactly the same except for id number. All 301 re-directs.
    Yes, the old versions automatically used a 301 redirect from the Zen Cart URIs to the ones generated by "Ultimate SEO URLs". They also had issues with "index.php?" appearing twice in the same URI (which should never happen - and could indicate something broken in a template or other add-on).

    Automatic 301 redirects are optional in the current version (additional canonical link support has been added). Keep in mind changing a URL using a 301 redirect does incur a minor initial penalty to page rank in most search engines if the page is already ranking.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR