Results 1 to 3 of 3

Thread: external css crawling

  1. #1
    Registered
    Join Date
    Jan 2004
    Posts
    183

    external css crawling

    Something has been bugging me recently.

    Does google crawl external .css files?? I haven't noticed such a thing in my web logs.

    I am asking because google stores relative font size info for its hit lists and I am wondering how in the world can they guess the font sizes without crawling the .css files??

    I am wondering if there would be any advantage at the moment to use plain old <font> tags.

    Regards,
    nohaber

  2. #2
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    Font size is gained from H tags. Google doesn't really care about the style, just the structure (heading, paragraph, etc).
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

  3. #3
    Registered
    Join Date
    Mar 2004
    Location
    ND, US
    Posts
    21
    Concurr with Chris on this one, the engines look at the font tags <h1><h2> etc, also the <b>or<strong> tags in html. Any of these will score as Title text if found in the first 200 words.

    Case in point I had the title on my site in Tristan font which is normally all caps and bold, 24 font. In the line below that I had text stating the site was best viewed in 1024 x 768 resolution, in a Times New Roman, bold, 8 font. The Times New Roman was picked up as Title Text because of the <b> tag and the page title was overlooked.

    Revised the site with external CSS defining at least a portion of the page format, including font style, listed the Tristan as <h1> to cure those ills, and moved the other statement below mid-page so it doesn't show as title text.

Similar Threads

  1. Crawling Other Sites
    By Mike in forum Website Programming & Databases
    Replies: 25
    Last Post: 04-15-2004, 03:28 PM
  2. Google is crawling
    By Chris in forum Search Engine Optimization
    Replies: 23
    Last Post: 02-08-2004, 05:37 AM
  3. Google is crawling WP
    By MattM in forum Search Engine Optimization
    Replies: 5
    Last Post: 01-27-2004, 05:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •