Posts: 99
Threads: 30
Joined: May 2011
I noticed the page path .../.html?p=1#comments in the browser bar. Is it possible to avoid this, hence, the page would just end with .html ?
Thanks a lot
Posts: 15
Threads: 5
Joined: Jul 2013
You could simply add a 301 to the primary url using .htaccess, If you need help with the code use this generator.
http://www.htaccessredirect301.com/
Or you could edit the robots.txt file in the web servers root to not crawl pages with ? which should sort out pagination urls. Add the following robots.txt in root directory with this code:
User-agent: *
Disallow: /*?