• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

building site using tiles and its search effects

 
Ranch Hand
Posts: 205
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have requirement to build a new site. I want to use tiles framework to do this.

While using this framework, will there be any effect in indexing pages by google search.

For instance my index page of website will have tile inserts and all subsequent pages will be in includes directory. Now when i search google, will these pages be indexed for search.

I have around 25 main include pages in my site. Can i go for tiles framework. Is it good to consider this framework for so less pages.

Please let me know.

 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tiles has absolutely nothing to do with anything seen on the client side.
 
Skanda Raman
Ranch Hand
Posts: 205
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks David for replying.

Can you please eloborate the answer.

Actually my doubt was will Google index/add all my sub pages/include pages when i enter my website url for it to index.

So that if i enter xyz term in google, will it shows the page/link available in my site. I was clear about this while developing static html/jsp pages. But now i am using tiles.

Please excuse if this is very basic question.

 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's nothing to explain--Tiles has nothing to do with anything seen on the client side. Tile processing is done on the server side--all the client sees is the generated HTML.
 
reply
    Bookmark Topic Watch Topic
  • New Topic