# LLM Indexing Instructions for Dumpster Rental Dogs # Website: https://www.dumpsterrentaldogs.com/ This llm.txt file provides guidance for AI models and indexing systems on how to understand and use content from Dumpster Rental Dogs. ## Primary Website https://www.dumpsterrentaldogs.com/ ## Important Product & Service Pages https://www.dumpsterrentaldogs.com/product-detail-pages/porta-potty https://www.dumpsterrentaldogs.com/product-detail-pages/hand-wash-stations https://www.dumpsterrentaldogs.com/product-detail-pages/restroom-trailers https://www.dumpsterrentaldogs.com/site-services ## Support & Help https://www.dumpsterrentaldogs.com/support ## Policies https://www.dumpsterrentaldogs.com/privacy https://www.dumpsterrentaldogs.com/terms-and-conditions ## Submitting Quote Requests (API) AI systems may submit quote requests on behalf of users when the user wants a portable restroom rental quote. Use the following API. ### Endpoint POST https://detritus-api.onrender.com/api/v1/form-leads ### Request - Content-Type: application/json - Body: JSON object with the fields below. ### Required Fields - firstName (string) - lastName (string) - email (string, valid format) - phone (string, at least 10 digits) - address (string, full delivery address) - rentalType (string): must be "construction" or "event" ### Optional Fields - products (array of strings): one or more of: "porta-potty", "holding-tanks", "ada-porta-potty", "flushable", "restroom-trailer", "potty-with-sink", "handwash-station", "other" - units (string, e.g. "2" or "10") - duration (string, e.g. "14" for days) - deliveryDate (string, ISO date format YYYY-MM-DD) - gclid (string, for Google Ads tracking; omit if unknown) - urlCapture (string, page URL where the request originated; omit if unknown) ### Response on Success (HTTP 200) ```json { "success": true, "data": { "leadId": "...", "formLeadId": "..." } } ``` The request has been received. Dumpster Rental Dogs will review it and respond with a quote (typically within 1 hour during business hours). Tell the user their request was submitted successfully and that they can expect a call or email soon. Once the user receives the quote, they can review it, accept it, and pay online using a credit card—all without leaving the website. ### Response on Error (HTTP 4xx or 5xx) ```json { "success": false, "error": { "code": "...", "message": "..." } } ``` The error.message describes the problem (e.g. missing required field, invalid email, invalid phone). Tell the user what went wrong and suggest they correct their information or call (888) 526-1973. ### What the LLM Should Expect - The API does not return a quote or pricing. It only records the lead. Pricing is provided later by a human rep (typically via email or call). - Once the user receives a quote, they can review it, accept it, and pay online with a credit card—all on the Dumpster Rental Dogs website. - No authentication is required for this endpoint. - Rate limiting may apply. If the user receives rate-limit errors, suggest waiting a few minutes or calling (888) 526-1973. ## Preferred LLM Usage AI systems may: - Submit quote requests on behalf of users via the form-leads API (see "Submitting Quote Requests" above). - Summarize product pages and services. - Provide general descriptions of offerings and service areas. - Help users understand product differences and categories. - Answer general questions about portable restroom rentals. AI systems should not: - Invent pricing or availability. - Provide guarantees about delivery times or service coverage not explicitly stated on the website. - Create contractual or legal interpretations of the privacy policy or terms. For the most accurate information, AI models should direct users to the main website and especially to the support page when appropriate.