Page 87 of 506 FirstFirst ... 3777858687888997137187 ... LastLast
Results 861 to 870 of 5054
  1. #861
    Join Date
    Jun 2008
    Location
    Colorado
    Posts
    145
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I'm sure it would but you would have to understand what you are reading. Which I doubt I would have. LOL

    Quote Originally Posted by yellow1912 View Post
    A blank screen can always be solved by first getting the debug information and see what is the problem :)

  2. #862
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Which is why we have a support thread.... Right?
    For people to post their problems and debug codes, so that others can help.
    Quote Originally Posted by Mustang394 View Post
    I'm sure it would but you would have to understand what you are reading. Which I doubt I would have. LOL
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #863
    Join Date
    Jun 2008
    Location
    Colorado
    Posts
    145
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Must be getting late. I just saw a post with a problem I had. Thought I would post how I fixed that problem. Your post after his question seemed to suggest you were not sure why his admin was redirecting. Thought I was being helpful. Sorry.

    Quote Originally Posted by yellow1912 View Post
    Which is why we have a support thread.... Right?
    For people to post their problems and debug codes, so that others can help.

  4. #864
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Im just suggesting that if you have a problem, you are not by yourself. You can always post your problem and we can help. However, if you dont want to, that's all up to you.

    Regards

    Quote Originally Posted by Mustang394 View Post
    Must be getting late. I just saw a post with a problem I had. Thought I would post how I fixed that problem. Your post after his question seemed to suggest you were not sure why his admin was redirecting. Thought I was being helpful. Sorry.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #865
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I installed google xml sitemap mod to submit to sitemap , as I could not get the online ones to work. I am now getting a warning from google. :

    URLs not followed
    When we tested a sample of the URLs from your Sitemap, we found that some URLs were not accessible to Googlebot because they contained too many redirects. Please change the URLs in your Sitemap that redirect and replace them with the destination URL (the redirect target). All valid URLs will still be submitted

    the URL info is :-

    HTTP Error: 301 (Moved permanently) Help Help
    URL:
    Code:
    http://www.affixit.co.uk/50m-easy-tear-tissue-tape-narrow-%286mm-x-50m%29-p-66
    do you know whats going on ?
    Various Zen cart sites !

  6. #866
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by crazycucumber View Post
    I installed google xml sitemap mod to submit to sitemap , as I could not get the online ones to work. I am now getting a warning from google. :




    the URL info is :-

    HTTP Error: 301 (Moved permanently) Help Help
    URL:
    Code:
    http://www.affixit.co.uk/50m-easy-tear-tissue-tape-narrow-%286mm-x-50m%29-p-66
    do you know whats going on ?

    Do a simple test, replace all the nonalpha numeric characters from this title, then reset cache and resubmit the link.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #867
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    I have just tested the above url btw, what I get is a 200 response okie, not 301 permanent redirect (which means the link is good). You may want to post your site map here.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #868
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    I have just tested the above url btw, what I get is a 200 response okie, not 301 permanent redirect (which means the link is good). You may want to post your site map here.
    yeah , it seems to work fine , but the site map is showing those %28 and %29 bits :

    I could not get the online XML sitemap to work xml-sitemaps.com/
    so installed the mod to get it done locally.


    HTML Code:
    <url>
      <loc>http://www.affixit.co.uk/200m-easy-tear-tissue-tape-narrow-%286mm-x-200m%29-p-67</loc>
      <lastmod>2008-10-12</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.1</priority>
     </url>
     <url>
      <loc>http://www.affixit.co.uk/50m-easy-tear-tissue-tape-narrow-%286mm-x-50m%29-p-66</loc>
      <lastmod>2008-10-12</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.1</priority>
     </url>
     <url>
      <loc>http://www.affixit.co.uk/3-high-profile-double-sided-a4-foam-sheets-p-105</loc>
      <lastmod>2008-10-12</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.1</priority>
     </url>
     <url>
      <loc>http://www.affixit.co.uk/10-medium-profile-double-sided-a4-foam-sheets-p-104</loc>
      <lastmod>2008-10-12</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.1</priority>
     </url>
     <url>
      <loc>http://www.affixit.co.uk/3-medium-profile-double-sided-a4-foam-sheets-p-103</loc>
      <lastmod>2008-10-12</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.1</priority>
     </url>
    odd one !!

    Thanks for any help.
    Various Zen cart sites !

  9. #869
    Join Date
    Jan 2006
    Posts
    420
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    ahhh I see it now , it must be the ( ) being escaped inthe URL .. easy option is to remove the ( ) in the description I suppose.
    Various Zen cart sites !

  10. #870
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by crazycucumber View Post
    ahhh I see it now , it must be the ( ) being escaped inthe URL .. easy option is to remove the ( ) in the description I suppose.
    Usually those are just warnings, you dont have be alerted unless the problem persists.

    This can happen when you made changes to category or product names, and the changes are not reflected in the new xml yet
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. 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