| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Feb 2008
Posts: 2
![]() | Help with Meta tags OK when you go to some sites they have sub catagories in the descriptions example http://www.google.com/search?hl=en&q=joomla.org How to you create those or is that a paid option? |
| |
| | #2 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | that isn't a subcategory it is a link with the search term within it. If you have hosting with a server side language such as php you can easily do this.
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |
| | #4 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | In the google example if it were actually pointing to a php script you would access those details in:- $_GET['hl'](this would be populated with en) $_GET['q'] (this would be populated with joomla.org)
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |