×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Sitemap for hotspot Url's

Sitemap for hotspot Url's 11 years 2 months ago #24312

  • Usman Muhammad
  • Usman Muhammad's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Dear Team,

Thanks for your nice plugin, i would like to know if you have any news to have site-map for hotspot component as we something with xmap we need to submit all 9000 Locations to Google webmaster.

Looking forward

thanks

Sitemap for hotspot Url's 11 years 2 months ago #24469

  • Usman Muhammad
  • Usman Muhammad's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Any Help regarding this.

Best

Sitemap for hotspot Url's 11 years 2 months ago #24473

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Are you using SEF urls?
Login to phpmyadmin and issue the following sql:
SELECT CONCAT( "http://localhost/joomla31/index.php/en/hotpsots", c.id, '-', c.cat_name, '/', m.id, '-', m.name )
FROM `#__hotspots_marker` AS m
LEFT JOIN #__hotspots_categorie AS c ON m.catid = c.id

replace http://localhost/joomla31/index.php/en/hotpsots with the path the hotspots map
replace #__ with your table prefix
  • Page:
  • 1
Time to create page: 0.283 seconds