My website works fine, but when I copy the link to Facebook, it says Index of:?

I have a wordpress website. The website itself works fine. (both with www and without)
When I post the link to Facebook, it doesn’t display website title and such. Just Index of: like I posted a FTP link.

The website link is http://www.kastamonuelsanatlari.com/.

Read More

The HTML head tags seems okay. Nothing is missing.

What should I do?

Thank you.

Related posts

Leave a Reply

2 comments

  1. Try to specify title and other information you want facebook to display, by specifying required tags in your homepage . e.g:

     <meta property="og:image" content="" />
     <meta property="og:type" content="" />
     <meta property="og:title" content="" />
     <meta property="og:url" content="" />
     <meta property="og:site_name" content="" />
     <meta property="og:description" content="" />
    
  2. Hope this may help you:

    You must publish your main page as index (all lowercase, no extension). After that, all links to that page should be ok. Because the Browser will automatically find your sites index.php or landing page.