how add custom links to google?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
srdva59
Forum Commoner
Posts: 77
Joined: Sun Feb 15, 2009 10:58 am

how add custom links to google?

Post by srdva59 »

hi,
i have seen some sites that appear in google like the picture that i send in annex
my question is how can i do the same in my page?
thanks a lot for your help
:)
Attachments
extra_link.JPG
extra_link.JPG (73.56 KiB) Viewed 155 times
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: how add custom links to google?

Post by pickle »

I think it has something to do with how the site is organized. I've also heard it you can upload a sitemap & specify in there how the sub-links should appear.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: how add custom links to google?

Post by requinix »

They're called sitelinks, and at the moment it's automated.

Structure your site and its HTML in a way that makes sense, and when you get something good Google will automatically create those links.
srdva59
Forum Commoner
Posts: 77
Joined: Sun Feb 15, 2009 10:58 am

Re: how add custom links to google?

Post by srdva59 »

ok thanks for your help :)
Post Reply