Hello,
I hope some one can assist me.
I want to disallow a page (example: About Us).
- If I have friendly URL enabled what would be the path
- If I have friendly URL disabled what would be the path
Help greatly appreciated.
Thanks
Hello,
I hope some one can assist me.
I want to disallow a page (example: About Us).
you can see the path by going to your page in the browesr and copy the path
eg you page is
www. yoursite.com/about-us.html
Then in your robots text you need (dont forget is case sensitive)
User-agent: *
Disallow: /about-us.html
Disallow: /*youurl
(copy from browser and replace youurl)
Thanks all for your help