Forums

Seo problem pramalink help (2 posts)

  1. savanp
    Member
    Posted 10 months ago #

    I am new in seo i already created wordpress blog and install sitemap plugin
    i already submit my site to google it work fine

    but i make a mistake when my blog is new i edit
    pramalink setting make it : /%postname%/.html

    and before 5 day i chage to : /%postname%
    and now google search some my url like .html some like ?p=26 and some with out .html

    Please i want to fix it : i have 16 new article in my local server i want to
    make all : without .html

    i all ready submit 6 url google search all but some url serach with .html ....

    For sample :-
    google search : http://www.xyz.com/how-to-work-home.html
    i want to all : http://www.xyz.com/how-to-work-home

    my new - Pramalink setting -(/%postname%)

    i all ready submit site map...today 3 hour ago
    Please help for heart

  2. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 9 months ago #

    You need to set up an .htaccess redirect to send all .html pages to the new URL.

    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule ^(.*).html$ http:/domain.com/$1 [R=permanent,L]

    That said, if it's a new site, just be patient :) It'll work out.

Reply

You must log in to post.

About this Topic

Tags