i have 2 big proplems in my blog

Discussion in 'Blogging' started by hEmA, Sep 22, 2008.

  1. #1
    i have 2 big proplems with my blog

    1- duplicate urlsi use main categories and subcategories, in Permalink Structure i use "/%category%/%category%/%postname%/" tag to permit my posts appear in subcategories
    and really it appears ,but my urls duplicated
    example: i have main category Technolg and sub Digiatal camera
    my urls appears http://www.mysite.com/technology/digital-camera/technology/digital-camera/Post/

    what can i do please to make my posts appears in subcategories without duplicate urls
    Note:when i use tag ""%category%/%postname%/ " my posts dont appear in subcategories , ang subcategory give me "No posts found"while post have the link to subcategory !

    2- 2nd issue:
    when i use this site http://www.smart-it-consulting.com/internet/google/googlebot-spoofer/index.htm to see how google see my blog i found very big proplem
    " numbers and letters appears beside contents that gives different meaning to my posts and contents" see pic
    [​IMG]
    Plugins i use:Ajax Comment Posting,Akismet,All in One SEO Pack,AskApache Google 404,Auto Social Poster,Broken Link Checker,Category Base Killer,Enforce www. Preference,FeedBurner FeedSmith,Get The Image,Global Translator,Google XML Sitemaps,Homepage Excerpts,Nofollow Those Dupes,Simple Tags,WassUp,WP-DBManager "


    please help me in my proplems
     
    hEmA, Sep 22, 2008 IP
  2. pushkar26

    pushkar26 Member

    Messages:
    82
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    Your permalink should be set to "Custom" and only this should be enabled /%postname%/

    Also make sure your .htaccess is writable (use chmod if not) and this should be inside .htaccess

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Also make sure older 301 redirect should not be present

    For second issue the image is not working
     
    pushkar26, Sep 23, 2008 IP
  3. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #3
    /%category%/ is not a tag for subcategory.
    find a subcategory tag
     
    MeetHere, Sep 23, 2008 IP