1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Google search console errors

Discussion in 'Google' started by gedarnet, Dec 10, 2019.

  1. #1
    This in Google search console…: What can I do?

    look: https://ibb.co/c151d9T
     
    gedarnet, Dec 10, 2019 IP
  2. FaveHosting

    FaveHosting Active Member

    Messages:
    23
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Server Error (5xx) (e.g., a 503 Service Unavailable error) are shown when a valid request was made by the client, but the server failed to complete the request. This can indicate a problem with the server, and should be investigated and fixed. Is it your own server?
     
    FaveHosting, Dec 10, 2019 IP
  3. gedarnet

    gedarnet Well-Known Member

    Messages:
    139
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #3
    Yes, But it's not posts or page, as you see, it's WordPress files and folders.
     
    gedarnet, Dec 10, 2019 IP
  4. FaveHosting

    FaveHosting Active Member

    Messages:
    23
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    60
    #4
    I see, then you can create a robots.txt file in public_html directory and add the following in it:

    User-Agent: *
    Disallow:
    Disallow: /wp-includes/sodium_compat/namspaced/Core/

    This way, google bot should stop indexing this directory
     
    FaveHosting, Dec 11, 2019 IP
  5. gedarnet

    gedarnet Well-Known Member

    Messages:
    139
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #5
    Finally, I found the solution.

    Options -Indexes in .htaccess
     
    gedarnet, Dec 13, 2019 IP
  6. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    818
    Best Answers:
    7
    Trophy Points:
    320
    #6

    And HOW does that solve your problem?
     
    mmerlinn, Dec 14, 2019 IP
    JEET likes this.
  7. JEET

    JEET Notable Member

    Messages:
    3,825
    Likes Received:
    502
    Best Answers:
    19
    Trophy Points:
    265
    #7
    @gedarnet
    that htaccess code will only stop showing a default index page in browser. Apache's default page which shows list of all files in a folder.
    Google already has the URLs of the files in that folder.
    It will keep trying to access them unless you tell google not to access, using robots.txt file.
    Use the @FaveHosting answer to stop the indexing of those folders and files.
     
    JEET, Dec 14, 2019 IP
  8. gedarnet

    gedarnet Well-Known Member

    Messages:
    139
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #8
    solved via Options -Indexes

    https://ibb.co/vcyXwzw
     
    gedarnet, Dec 15, 2019 IP
  9. mmerlinn

    mmerlinn Prominent Member

    Messages:
    3,197
    Likes Received:
    818
    Best Answers:
    7
    Trophy Points:
    320
    #9
    I see that whatever you did solved the problem but we still do not know HOW you solved it.
     
    mmerlinn, Dec 15, 2019 IP
  10. gedarnet

    gedarnet Well-Known Member

    Messages:
    139
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #10
    I've added Options -Indexes to .htaccess
    for https://www.almazyd.com/
     
    gedarnet, Dec 15, 2019 IP
  11. JEET

    JEET Notable Member

    Messages:
    3,825
    Likes Received:
    502
    Best Answers:
    19
    Trophy Points:
    265
    #11
    @gedarnet
    Telling you again, that htaccess code is simply hiding the apache default page which shows file list if index.html, index.php etc is not present.

    Google already has file URLS in your folders, and it will come again, trying to index them and those errors will come up again.

    robots.txt is the permanent solution for this problem.
     
    JEET, Dec 16, 2019 IP
  12. Alina Gomes

    Alina Gomes Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #12
    503 Service Unavailable error
     
    Alina Gomes, Jan 2, 2020 IP
  13. Mostfa Smith

    Mostfa Smith Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #13
    call google customer service
     
    Mostfa Smith, Jan 2, 2020 IP