# Geo Tags Editor — llms.txt Agent Specification > Free, browser-based online EXIF metadata tool for JPEG images. Add GPS coordinates, edit location metadata, or strip geotags with 100% client-side privacy. ## Overview Geo Tags Editor (`https://geotagseditor.online/`) is a client-side web application designed to read, edit, and remove GPS location coordinates in JPEG/JPG image EXIF headers. No data or images are ever uploaded to any server; all binary EXIF header transformations are executed locally in the user's browser via HTML5 File API and JavaScript. ## AI Agent & Automation Selector Mapping For headless browser agents (e.g., Puppeteer, Playwright, Stagehand, Chrome DevTools Protocol, Browser-Use), use the following DOM selectors: - **File Upload Dropzone**: `#dropZone` - **File Input Element**: `#fileInput` (Accepts: `.jpg`, `.jpeg`, `image/jpeg`) - **Latitude Input Field**: `#latInput` (Type: `number`, Range: `-90` to `90`) - **Longitude Input Field**: `#lngInput` (Type: `number`, Range: `-180` to `180`) - **Get Location Button**: `#getCurrentLocBtn` - **Interactive Map Container**: `#mapContainer` - **Apply Coordinates Action Button**: `#applyBtn` - **Remove Geotag Action Button**: `#removeGpsBtn` - **Download Processed Image Button**: `#downloadBtn` - **Result Status Banner**: `#resultBanner` / `#resultText` ## Core Workflow Steps 1. Navigate to `https://geotagseditor.online/` or specialized tool endpoints. 2. Select or drop a JPEG photo into `#fileInput` or `#dropZone`. 3. Input numeric latitude/longitude coordinates into `#latInput` & `#lngInput`, or drag the marker on `#mapContainer`. 4. Click `#applyBtn` to embed coordinates into EXIF headers, or `#removeGpsBtn` to strip location data. 5. Click `#downloadBtn` to download the newly generated JPEG file. ## Primary Tool URLs - **Main Tool & Homepage**: `https://geotagseditor.online/` - **Add GPS Tool Endpoint**: `https://geotagseditor.online/add-gps-to-photo-online/` - **Remove Geotag Tool Endpoint**: `https://geotagseditor.online/remove-geotag-from-photo-online/` - **Bulk Geotag Endpoint**: `https://geotagseditor.online/bulk-geotag/` - **Interactive Geo Tag Editor Endpoint**: `https://geotagseditor.online/geo-tag-editor/` - **Blog & Guides Index**: `https://geotagseditor.online/blog/` ## Key Capabilities & Security Signals - **100% Free**: No signup, subscription, or paywalls required. - **Client-Side Execution**: Zero image data sent to backend servers. - **Exif Preservation**: Keeps camera model, timestamp, and exposure settings intact while updating GPS blocks (GPSLatitude, GPSLongitude, GPSAltitude, GPSProcessingMethod). - **Compatibility**: Works across desktop and mobile devices (Chrome, Safari, Firefox, Edge).