Sydesk

Googlen tekniset ohjeet

  • Use a text browser such as Lynx to examine your site, because most search engine spiders see your site much as Lynx would. If fancy features such as JavaScript, cookies, session IDs, frames, DHTML, or Flash keep you from seeing all of your site in a text browser, then search engine spiders may have trouble crawling your site.
Otettava huomioon sivuston suunnitteluvaiheessa.
  • Allow search bots to crawl your sites without session IDs or arguments that track their path through the site. These techniques are useful for tracking individual user behavior, but the access pattern of bots is entirely different. Using these techniques may result in incomplete indexing of your site, as bots may not be able to eliminate URLs that look different but actually point to the same page.
SiteDeskillä tehdyt sivut eivät käytä Session ID:eitä.
  • Make sure your web server supports the If-Modified-Since HTTP header. This feature allows your web server to tell Google whether your content has changed since we last crawled your site. Supporting this feature saves you bandwidth and overhead.
SiteDesk käyttää If-Modified-Since HTTP-otsikoita ja näinollen nopeuttaa sivujen selailua ja vähentää tietoliikennekaistan käyttöä.
  • Make use of the robots.txt file on your web server. This file tells crawlers which directories can or cannot be crawled. Make sure it's current for your site so that you don't accidentally block the Googlebot crawler. Visit http://www.robotstxt.org/wc/faq.html to learn how to instruct robots when they visit your site. You can test your robots.txt file to make sure you're using it correctly with the robots.txt analysis tool available in Google Sitemaps.
Robots.txt:n käyttöönotto sovitaan asiakaskohtaisesti.
  • If your company buys a content management system, make sure that the system can export your content so that search engine spiders can crawl your site.
Hakukone pystyy indeksoimaan sivuston sisällön, jos sivusto on julkisessa Internetissä.
  • Don't use "&id=" as a parameter in your URLs, as we don't include these pages in our index.
SiteDesk ei käytä kuvatun kaltaisia osoitteita.