473,387 Members | 1,535 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Google indexing in php script

190 100+
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 3546
Markus
6,050 Expert 4TB
@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 100+
Hi Markas,

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

if($page->option=="contactus")
{
then load contact us details from DB;
}
if($page->option=="aboutus")
{
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 Expert 4TB
@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 100+
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?option="contact" and www.mysite.com/index.php?option="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 Expert 4TB
@maheswaran
That is correct - google will index them.
Jul 21 '09 #6
dlite922
1,584 Expert 1GB
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 100+
@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 Expert 4TB
@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
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
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...
30
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...
108
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...
9
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...
11
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...
0
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...
20
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...
4
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? ...
2
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:...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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...

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.