Results 1 to 2 of 2

Thread: Using a script to write out meta tags in html

  1. #1
    Member
    Join Date
    May 2001
    Location
    Beautiful British Columbia
    Posts
    127

    Using a script to write out meta tags in html

    In order to facilitate updating the meta tags across a dozen or so webpages in one site, I want each page to call a script that will use document.write() to write the meta tags into the header.

    Will this work for robots and getting my site indexed? Does the meta info get collected before any script is executed? (If it does, then my idea won't work).

    Any experts on this matter, I would love to hear from you!

    Thanks everyone.

  2. #2
    Member Vernon Frazee's Avatar
    Join Date
    Jan 2000
    Location
    26.03°N 80.14°W
    Posts
    374
    Robots simply read the file as raw ASCII data. Nothing gets 'executed' or 'loaded'.

    http://www.ihelpyouservices.com/forums/index.php
    Last edited by Vernon Frazee; 07-07-2002 at 07:43 AM.

Posting Permissions

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