Results 1 to 6 of 6

Thread: How to remove URL On A website..?

  1. #1

  2. #2
    Registered
    Join Date
    Aug 2017
    Posts
    43
    if it is your website you can edit the code and remove it manually. And if you dont have knowledge about Developing you can take help of the developer who developed your site.

  3. #3
    Registered
    Join Date
    Aug 2017
    Posts
    90
    Go to your Google Search Console (formerly called Google Webmaster Tools) and select your property and then Google Index and then Removal URLs, or just click here and then select your property. From here you will be able to Temporarily hide URLs. Just click on Temporarily hide and then enter your URL.

  4. #4
    Registered sulbha's Avatar
    Join Date
    Dec 2014
    Location
    Bangalore
    Posts
    542
    Use the robots meta-element with NOINDEX...


    Add the meta-element robots to the source code of the page which is not supposed to appear in the index and set the value to NOINDEX.

    By adding the following to the source code of a page, it will be removed from the index:

    <meta name="robots" content="noindex">
    You have to add the meta-element in the <head> area of the specific page:

    If the page already has the robots meta-element with the value INDEX, you can simply replace it with NOINDEX.

    Done. Now you just have to wait until the desired URL is removed from the Google index.

  5. #5
    Registered
    Join Date
    Sep 2017
    Posts
    164
    To remove bad or broken link of your website you can use google search engine console.

  6. #6
    Registered
    Join Date
    Aug 2017
    Posts
    37
    Try this:
    RewriteEngine on
    RewriteBase /info/

    #exclude /info/a-webpage/ by!^/info/.+/.*
    RewriteCond %{REQUEST_URI}!^/info/.+/.*

    #include only ^/info/(.+)\.html$
    RewriteRule ^/info/([^/]+)\.html$ /$1/ [R=301,L]

Similar Threads

  1. How to remove Black-listed problem from website?
    By smailyzone in forum Search Engine Optimization
    Replies: 4
    Last Post: 09-13-2017, 02:32 AM
  2. How can i remove bad links my website..?
    By kalmakuran in forum Search Engine Optimization
    Replies: 6
    Last Post: 08-02-2017, 11:35 PM
  3. How to remove Black-listed problem from website?
    By smailyzone in forum Search Engine Optimization
    Replies: 1
    Last Post: 07-18-2017, 10:03 PM
  4. To remove my own website from google index.
    By hariandro001 in forum Search Engine Optimization
    Replies: 0
    Last Post: 02-16-2017, 01:16 AM
  5. How to remove SPAM in my website?
    By minutesloaded in forum General Management Issues
    Replies: 6
    Last Post: 02-09-2005, 03:14 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •