2016-04-02 23 views
0

Merhaba, html ve css ile yaptığım bir web sitem var. Oldukça farklı sayfalara sahip. Bu siteyi yayınladım ve google'a eklendi. Google'da omicrome'da arama yaptığınızda ana sayfa geliyor (index.html) maalesef bu, google'da çıkan tek sayfa. Koduma bir şey eklemem gerekip gerekmediğini bilmiyorum. Ayrıca web sitesinde olduğumda ve sitemin farklı bir sayfasına götüren bir düğmeyi tıklıyorum hala URL.com'da omicrome.com/ diyor omicrome.com/about Neden olmasın? Kodu bir şey eklemek zorunda mıyım? Alanım ve barındırma için GoDaddy ve google disk kullanıyorum. Bunu nasıl internet iştir çünküHtml ve css web sitesi düzgün taranmamıyor

 <html> 
    <head> 
    <title>Omicrome</title> 

    <link rel="SHORTCUT ICON" href="img/icon.ico" type="image/x-icon" /> 
    <link rel="ICON" href="img/icon.ico" type="image/ico" /> 

    <link rel="stylesheet" href="css/reset.css"> 
    <link rel="stylesheet" href="css/text.css"> 
    <link rel="stylesheet" href="css/960_24_col.css"> 
    <link rel="stylesheet" href="css/style.css"> 

    <meta name="Description" CONTENT="Omicrome is the place to be for  technology, science, space, gaming and internet news with the odd side of comedy. New content daily."> 


    </head> 
    <body> 

    <div class = "container_24"> 
    <header> 
<h1>Omicrome</h1> 
    <nav> 
     <ul> 
      <li><a href="# " class = selected>Home</a></li> 
      <li><a href="news.html">Articles</a></li> 
      <li><a href="software.html">Software</a ></li> 
      <li><a href="about.html">About</a></li> 
     </ul> 
    </nav> 

    <div class = "banner grid_18" href="about.html"> 
    <a href="elonmusk.html" class="button" id ="new">View Article</a> 

     <h2> 

     </h2> 
    </div> 
    <div class=" grid_8 callout"></div> 
    <a href="software.html" class="button" id ="spacesoft">View Software</a> 
    </header> 




    <div class = "main clearfix"> 
    <div class ="grid_9"> 
     <h3>About The Site</h3> 
    <p>Omicrome is where you get all your amazing content. Between tech, space, films and internet news, we've got it all here on Omicrome. We also post software and other downloadable projects on the site for you to use and enjoy. Check back daily for new interesting content or go to the articles section to see all of our content in one place. 


    <p><a href="about.html" class="button">Find Out More</a></p> 
    </div> 

    <div class ="grid_9"> 
    <h3>Our Content</h3> 
     <p>Every day we post about different things. Sometimes we post about space, technology, films, games and the internet but you can also find news on events, the internet and even see what we're up to! Make sure to check back daily! 
    </p><p> 
    </p><p> </p> 
    <br> 

<p><a href="about.html" class="button">Find Out More</a></p> 
</div> 
    </div> 
    <footer><p><strong>Omicrome</strong><a href="#"></a></p></footer> 

    </div> 

    </div> 
    </body> 
    </html> 
+1

SEO ile ilgili sorular SO konuyla ilgili sorulardan ve webmasters.stackexchange.com'a ait olduğundan ve sunucu yapılandırması hakkındaki sorular serverfault.stackexchange.com adresine ait olduğundan, bu sorunun konu dışı olarak kapatılmasına oy veriyorum – Rob

+0

Şimdiye kadar bunu anladınız mı? – CQM

cevap

0

o Index gidiyor nedeni: DÜZENLEME: Eğer bunu kodlu nasıl görebilirsiniz İşte index.html sayfası için kodudur. İndeksi arar ve eğer varsa, oraya gider. Bu normal.

URL'nin değişmemesi için, çaresiz dosyaların farklı adlara ihtiyacı vardır. Örneğin, home.html'niz varsa ve oraya yönlendirme yapıyorsanız, 'omicrome.com/home.html'

Dosyalarınızın adlandırılmış ve düzgün bir şekilde yönlendirildiğini kontrol edin!

+0

Cevabımın bir örneğini göstermek için cevabı düzenledim. Düzgün adlandırılmış ve yönlendirme ile ne demek istiyorsun. Hosting için googledrive kullanıyorum. her dosya uzun bir url'ye sahip ve godaddy'de googledrive index.html dosyasına maskeleme ile iletmek için omicrome.com'u ayarlıyorum –