Hello,
from what I see navigation menu links on your site are handled with javscript hence are not visible to bots:
$.MetroMenu(
...                       {
                              name: "Nedir?",
                              icon: "static/img/nedir.png",
                              link: "/nedir"
                          },
Please make sure that links are accessible via html <a href=""> tags so that bots can find them.