|
||||||||||
|
|||||||
| GoogleCommunity Sponsor |
Use coupon "forum" for 50% Off! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Noogle
![]() Join Date: Sep 2006
Location: CA
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Google Spiders and .php files
I have major concerns that are not being addressed completely regarding this issue. I still need more info on the subject to grasp how the spiders work so that I can efficiently build websites, which is my trade.
Is there someone who could recommend at Google or outside that I could call via telephone? That would be optimum for getting final results. My main dilemma is this. My programmer wants to .php everything using templates so that a page of code would look like this: For instance, one page called /property_search.php is coded as follows: <? require_once("./config/config.inc.php"); $_SESSION['smartyObj']->display('header.tpl'); $_SESSION['smartyObj']->display('search.tpl'); $_SESSION['smartyObj']->display('footer.tpl'); ?> which is three .tpl files that pull together to create the property_search.php page, and the "search.tpl" called out in the middle of the above code = {include file='leftnav_advsearch.tpl'} <> <td width=563 valign="top" bgcolor="ffffff"> {include file='content_advsearch.tpl'} which is two more files, which makes six files to create one page. I am old school and would have created a simple html file, but I am ok with this as long as search engines are going to be able to access and read these files, BUT THAT is my main concern! Will Google see the entire source code (listed here: retailforlease.net/oflnew/property_search.php) or will it skip my page because of the .php complexity? HELP! Thanks, |
|
|
|
|
Sponsored Links
|
|
|
|
#3 (permalink) |
|
Noogle
![]() Join Date: Sep 2006
Location: CA
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
I have received other comments that state this:
The search engine bots see whatever you see when you view the source code of your html page. They generally don't "skip" .php complexity. Most likely since you're using includes via PHP, then that's on the server side and your html page won't show any of the PHP includes. -------- and: -------- What does a PHP script do? It builds a page of HTML and then sends it to the browser or bot. They never see any of the PHP code. They only see the HTML page that was built by that code. -------- This seems to be a contradiction in what you are saying and what I have received from Google: Please be assured that Google does index dynamically generated webpages, including .asp pages, .php pages, and pages with question marks in their URLs. |
|
|
|
|
|
#6 (permalink) |
|
Noogle
![]() Join Date: Sep 2006
Location: CA
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Nice tips?
Not exactly full of information. I received much more info elsewhere on the topic. It seems that php is ok, but/and there is a lot more to it then I have learned here. I was looking for something more indepth.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Any correlation between spiders visit & web page rank? | montyauto | Web Design, Coding & Programming Forum | 1 | 02-20-2007 05:28 AM |
| Trying to import .shp files into Google Earth | LabradorBoy | Google Earth & Google Maps | 0 | 08-12-2006 12:28 PM |
| Dynamic URLs and Spiders / Crawlers | wasim_at_drushti | All About Google | 3 | 07-08-2006 02:56 PM |
| Google files single-click patent | intelliot | Mobile, Wireless, and Cell Phones | 0 | 01-16-2006 11:59 PM |
| Javascript and spiders | maritimer | Search Engine Optimization Forum | 4 | 10-29-2005 09:36 PM |