Search:

Type: Posts; User: g1smd

Search: Search took 0.03 seconds.

  1. Replies
    5,053
    Views
    990,668

    Re: Simple SEO URL [support thread]

    The URL format www.example.com/p156-product-name is even better. The RegEx parsing from left to right can immediately pick up the product number, and will operate faster. The scripting can also still...
  2. Replies
    5,053
    Views
    990,668

    Re: Simple SEO URL [support thread]

    Indeed.

    I would far rather have these product URLs indexed:
    www.example.com/34383-red-widget
    www.example.com/32568-orange-appliance
    www.example.com/42754-blue-gadget...
  3. Replies
    5,053
    Views
    990,668

    Re: Simple SEO URL [support thread]

    A logical URL structure will always help searchengines better index a site. URLs with multiple parameters cause various Duplicate Content issues, issues that can be more easily controlled by not...
  4. Replies
    5,053
    Views
    990,668

    Re: Simple SEO URL [support thread]

    Showing URLs with session IDs leads to infinite Dupicate Content problems.

    This needs fixing, and very soon.
  5. Replies
    5,053
    Views
    990,668

    Re: Simple SEO URL [support thread]

    One problem is that after you have rewritten the incoming URL request to an internal filepath to serve the content, you then invoke an external redirect which will expose that internal filepath back...
  6. Replies
    5,053
    Views
    990,668

    Re: Simple SEO URL [support thread]

    Check the URL you posted.

    It is corrupted with ... in the middle.

    It's not the right URL. A whole chunk is missing.
  7. Replies
    5,053
    Views
    990,668

    Re: Simple SEO URL [support thread]

    They might not be generated. You need to crawl the site with Xenu LinkSleuth, or similar, to be sure about that.

    If the URL is already indexed by Google (by indexed, I simply mean they have put an...
  8. Replies
    5,053
    Views
    990,668

    Re: Simple SEO URL [support thread]

    If both URL requests return HTTP "200 OK" status then both can be indexed. The Live HTTP Headers extension for Firefox is very useful in checking out the HTTP headers returned by the server.

    What...
  9. Replies
    5,053
    Views
    990,668

    Re: Simple SEO URL [support thread]

    @alicia130

    The logic order of the second attempt was correct (page redirect, general non-www redirect, rewrites) but the code could do with some improvements.

    The code in the third attempt was...
  10. Replies
    5,053
    Views
    990,668

    Re: Simple SEO URL [support thread]

    There are several serious errors in that .htaccess file.

    1. Don't mix Redirect and RewriteRule in the same file. Convert the Redirect rule to use RewriteRule syntax with the [R=301,L] flags.

    2....
Results 1 to 10 of 10
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR