Forum Moderators: Robert Charlton & goodroi
I managed to block google from indexing more by putting a robots.txt
A robots.txt file entry will not stop Google from indexing urls, it will only stop Google from crawling the pages.
[edited by: phranque at 2:03 pm (utc) on Jul 26, 2013]
[edit reason] fixed url display [/edit]
Concerning the 404 error I don't think it is possible create a 404 error in joomla , is it ? because joomla works in such a way that with an article ID you can create 1000 of addressAs far as I know, Joomla is commonly hosted on Apache server and Apache uses .htaccess You can edit .htaccess to set up 404 or 410 response codes or to set up a 301 redirect to a correct URL. I also seem to remember that there are some Joomla plugins for SEO friendly URLs and if set up correctly, it will not expose Joomla internal dynamic URLs, so perhaps you should investigate whether you could use this.
The additional URLs point to existing page that is true but with the wrong parameters ( For example I have an article that appears under the wrong section of my website and it created and new URL )Has the article appeared in the wrong section of your website just because you upgraded Joomla or because of some other changes?
As far as I know, Joomla is commonly hosted on Apache server and Apache uses .htaccess You can edit .htaccess to set up 404 or 410 response codes or to set up a 301 redirect to a correct URL.