+ Reply to Thread
Results 1 to 5 of 5

Thread: Inlcudes.....Search engines

  1. #1
    Join Date
    Jul 2006
    Posts
    17

    Default Inlcudes.....Search engines

    If I use includes for my website pages will the search engines see them?

  2. #2
    Join Date
    Sep 2005
    Location
    western North Carolina
    Posts
    2,355

    Default Re: Inlcudes.....Search engines

    yes


    1stPageSEO.com . Reverse Mortgage Lenders . Lake James Waterfront Home
    Contact us for fast, efficient and cost-effective web design, content
    creation, search engine optimization, blog design and maintenance.


  3. #3
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: Inlcudes.....Search engines

    No

    Well I guess we are kind of both right, includes are SSI (Server side includes) - so in terms of the code used to create and execute the include no the search engines wont see it, however the content within the include will be seen as normal content (The SE cant tell it is an include at all)
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

  4. #4
    Join Date
    Sep 2006
    Location
    Austin, Texas
    Posts
    63

    Default Re: Inlcudes.....Search engines

    With search engines aside, I recommend using includes in some form or fashion if you plan to do a lot of site maintenance. Includes are especially helpful when you have a large site. You can take all of the common elements (header, menu, footer, etc.) and save them as separate include files.

    Talk about a time-saver! And as previously mentioned, the page gets "assembled" on the server side, so the search engine just sees the complete code like any other page.

    I remember the day I learned to use includes properly. Man, did I feel like a dummy for all the time I had wasted on page-by-page maintenance.

    Good luck.

    -Brandon

  5. #5
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: Inlcudes.....Search engines

    If you can't figure out includes and have dreamweaver there is also a sitewide search and replace function
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

+ Reply to Thread

Posting Permissions

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