Pretty much the same as:
- http://drupal.org/node/199281
- http://drupal.org/node/354821
But now for Drupal 6.
___________________________
Hi,
I'm starting a photo blog and I would like to have geo/location data in:
- The node
- The image
- The meta tags
- The drupal database
Reasons:
- For search engine optimization
- For integration with web applications (like Google Maps, stock photo sites, etc)
Therefore, in my current workflow I need to manually add geo data a few times:
- Add to image as iptc data, by using Geosetter (and Adobe Lightroom)
- Add to drupal db as geo/location data, by using location module
- Add to meta tags as global geourl, by using meta tags module
- Add to node as table data, by typing data in the body field *
* For this last step I need a few sub steps:
1. Export iptc geo/location data from image to .txt by using a Lightroom export plugin
2. Copy and paste the data from the .txt file into a worksheet, by using Microsoft Excel
3. Copy and paste the data from the worksheet in specific html tables, by using Dreamweaver
4. Copy and paste the code of the html template into the node body, by using... Drupal
I guess this is not the best a drupaler can get ;)
Is there any way to retrieve meta tag data from location module data or iptc data?
Would be nice to have this as a feature in meta tag module.
Comments
Comment #1
avpadernoI think that the development snapshot already have support for the localization meta tags.
Comment #2
avpadernoComment #3
avpadernoI am setting this report as duplicate of #354821: Use existing node location from location module for GeoURL/ICBM Meta Tag, which was originally open for the Drupal 5 branch.