473,770 Members | 2,126 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Google indexing in php script

190 New Member
Hi all,

I developed one application. From that application i created dynamic pages contact us , about us...(like joomla, but application is not in joomla)... These all are comes from database.In this i have one doubt, how google can indexing these pages from database or is google can able to indexing these pages.

For easy, i posted this question into bytes-> forum and its stored in database. But if am googled then i can able to see this in google search, i mean googel has indexed these pages. How this would come.....

So am very much confused in this concept. Please help any body..... :(
Jul 21 '09 #1
9 3598
Markus
6,050 Recognized Expert Expert
@maheswaran
If you provide a means for google to locate your dynamic pages, i.e. a site-map, then google will index them like it would static pages, yes.
Jul 21 '09 #2
maheswaran
190 New Member
Hi Markas,

thanks for the reply. Could give some brief. Because i did the aplication like below

if($page->option=="conta ctus")
{
then load contact us details from DB;
}
if($page->option=="about us")
{
then load aboutus details from DB;
}

How i can give xml sitemap .... is i need to give predefined?
Jul 21 '09 #3
Markus
6,050 Recognized Expert Expert
@maheswaran
You don't *need* to use a sitemap. As long as you have navigational links that point to each page on your site, then google will find them.
Jul 21 '09 #4
maheswaran
190 New Member
Thanks markas,

Final bit confusion..... If my page is look like www.mysite.com/contact.php and www.mysite.com/aboutus.php then this will going to indexed by google. But my application have not like this my site have www.mysite.com/index.php?optio n="contact" and www.mysite.com/index.php?optio n="aboutus". According to this , i will load the content from DB. So from that you said its not a problem right....?
Jul 21 '09 #5
Markus
6,050 Recognized Expert Expert
@maheswaran
That is correct - google will index them.
Jul 21 '09 #6
dlite922
1,584 Recognized Expert Top Contributor
I'm interested to know if Google "pushes" form buttons that go to different pages. I think the answer is no. Spiders only follows links <a></a> no matter what they are.

Cheers,



Dan
Jul 21 '09 #7
maheswaran
190 New Member
@dlite922

So i have two answers, one is google will index or google will not index. I would like to start the new conversation for this. Anybody knowing about google indexing (SEO) please contribute your thoughts here... :)
Jul 22 '09 #8
Markus
6,050 Recognized Expert Expert
@maheswaran
No - you have one answer. If you provide links, i.e. anchor tags (<a />), your pages will be indexed. You never mentioned anything about forms.

Mark.
Jul 22 '09 #9
teamsiems
1 New Member
Markus is correct. There are two ways Google can index your content.

Links on your pages provide Google with an easy way to index content - be it plain HTML or database-driven scripted content. If you have ever seen a WordPress blog with a URL like www.example.com/?p=123 then Google will parse the content from a database and index it. (WordPress uses PHP and MySQL.)

Google Sitemaps are another means for Google to index your site. Google Sitemaps are XML files that you assemble and provide Google. They list the URL of pages that may or may not be linked on your site: you make the sitemap and tell Google what pages to index.

dlite922 has another question.
Receive pages of forms aren't usually linked and thus Google can't get to them. Google doesn't submit dummy forms just to get to hidden content.

Google also can't pass through password protected pages. Google will only index the pages that it is authorized to view.

Google also respects robots.txt files (Linux systems). Google won't go where you tell it not to.
Jul 22 '09 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

4
3007
by: dan | last post by:
I have a site that I developed that uses I page main.php. all content is decided by a variable. It's a magazine web site so there are issues per month. I use a session variable to keep track of what issue they are looking at. From that session variable I can change color, background and menu list. Now the session variable is set by default according to what month it is. Now, there are regular articles that are in each issue so in...
30
3524
by: Gustaf Liljegren | last post by:
I'm working with some semi-advanced tables with lots of decimal numbers in, and I can't get the alignment to work. http://www.algonet.se/~gustafl/temp/output_ib.html I want numbers aligned to the decimal point. The HTML 4 spec says User agents doesn't need to support 'char' and 'charoff', so I wonder if the problem is lack of support? If so, can the same results be achieved in another way?
108
6459
by: Bryan Olson | last post by:
The Python slice type has one method 'indices', and reportedly: This method takes a single integer argument /length/ and computes information about the extended slice that the slice object would describe if applied to a sequence of length items. It returns a tuple of three integers; respectively these are the /start/ and /stop/ indices and the /step/ or stride length of the slice. Missing or out-of-bounds indices are handled in a manner...
9
2410
by: Ray5531 | last post by:
Sorry if this is irrelevant to this website,but I didn't find a better place to ask this question.I sent an email to google as well which I didn't recieve the answer.I'm creating a website and apparently the host hasn't registered me in googles search engine(I donnu why?) .I was rerading that if I add a Addsense program of google my webpage could be searchable and I earn money ,Is that right? Thanks
11
1791
by: Doug Laidlaw | last post by:
I know that this thread is inappropriate for this list, but c.i.w.a.servers is dead at my address. Google has been around to my site twice this month and downloaded almost a GB, putting me over my bandwidth limit both times I imagine that if I wasn't paying a flat fee, that would be costing me money. Is there a way of limiting this while at the same time allowing Google reasonable indexing? I imagine that they are downloading the...
0
1938
by: rclark30 | last post by:
Hello to everyone out there. I am a non SQL person TRAPPED in a nightmare! The long short is we have a CRM 3.0 database that is running in SQL 2005 on a Windows 2003 SP1 Server. (HP ProLiant ML350 3.0ghz 3.5gb RAM) Server started running out of drive space and could not hold transaction log. Would basically lock up everyones sessions until flushed. Put a cap on log size until drives could be purchased and installed. Perfomance suffered...
20
2445
by: tatata9999 | last post by:
The first generation of web site search engine hands-down is google. A majority of these web sites are static page -driven html pages. Now, I would think more and more web-based applications are coming into the fray, my recent experience with google's webbot (indexing engine, a part of the google's search service) tells me that its indexing algorithm does not consider a database-driven web application as part of
4
1313
by: pratimapaudel | last post by:
I have tables in my database, it's sql server 2005. I heard some of them have indexing and some of them doesnot have indexing. If i want to check whether it has indexing or not how do i do? And if i want to create indexing how do i do? Do i have to write script to create indexing or i can do from desing view of management studio? if i have to write script to create indexing where do i write?
2
8108
by: =?Utf-8?B?SmVycnkgQw==?= | last post by:
I have a server 2008 IIS 7.0 with indexing service installed. I have created the catalog and have a test page using these posts: http://kbalertz.com/954822/install-configure-Indexing-Service-Windows-Server-computer.aspx http://kbalertz.com/820105/Application-Query-Indexing-Service-Catalog-Using-Visual-Basic.aspx I can search some files .xls .doc and others but It will not find anything in .pdf
0
9618
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10260
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10101
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7456
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6712
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.