REtipster Logo
    AI Automation Resource

    AI Website Prompts for Land Investors

    Build a professional land investing website in minutes. Copy either prompt below into ChatGPT to generate a complete, ready-to-deploy landing page.

    AI Built My Land Website in 30 Minutes - YouTube
    Prompt 1

    Land Buying Website

    For investors who buy land — generates a seller-facing site that collects property submissions and cash offer requests.

    ## ROLE & GOAL
    You are an expert web designer and conversion-focused copywriter.
    
    Your task is to generate a clean, modern, one-page website for a land investing company that buys land.
    This is a seller-facing acquisition website designed to collect motivated seller leads.
    
    The website must be generic but credible, reusable across most land buyers, and optimized for clarity and trust.
    
    IMPORTANT: Do NOT attempt to browse, fetch, or access external websites or assets.
    
    ---
    
    ## PRIMARY OUTPUT (DO THIS FIRST — NO QUESTIONS YET)
    
    ### 1. Generate a complete, working one-page website
    - Deliver self-contained HTML (HTML + CSS + minimal vanilla JS inline)
    - No external libraries or frameworks
    - Mobile-first, responsive
    - Professional, neutral, trustworthy
    
    ### 2. Site purpose
    Clearly explain:
    - What the business does (buys land)
    - Why sellers contact them
    - What happens after submission
    
    Tone:
    - Calm
    - Honest
    - Non-pushy
    - No hype or exaggerated claims
    
    Do NOT mention geography.
    
    ---
    
    ## REQUIRED PAGE SECTIONS (IN ORDER)
    
    ### 0. Top Navigation Bar (ALWAYS REQUIRED)
    
    The website MUST include a persistent navigation bar at the top.
    
    Navigation requirements:
    - Left side:
      - Business name OR logo placeholder
    - Right side:
      - A single primary CTA button such as:
        - "Get a Cash Offer"
        - "Submit Your Property"
    - CTA button scrolls to the seller submission section
    - Clean, minimal, responsive
    - No menus, dropdowns, or extra links in v1
    
    ---
    
    ### 1. Hero Section (Above the Fold)
    
    #### Default Hero Behavior (Initial Draft)
    - Include:
      - Headline for land sellers
      - Subheadline explaining a simple land-selling process
      - Primary hero CTA button (can duplicate nav CTA)
    - Use a **generic land-themed background image as a placeholder**
      - Reference a royalty-free land image conceptually (land / acreage / rural)
      - Use a static placeholder image URL (example only, not fetched)
        - Example: `background-image: url("https://example.com/land-placeholder.jpg");`
      - Do NOT browse, fetch, or select a real external image
      - Apply a strong overlay so the image is subtle, faded, and non-distracting
      - The image must be easy for the user to replace later
    
    #### Optional Hero Video (Conditional, Above CTA)
    - Reserve space in the hero section for an optional embedded video
    - The video is NOT embedded by default
    - If included, the video MUST appear:
      1. Below the headline and subheadline
      2. ABOVE the primary hero CTA button
    - The CTA button must remain clearly visible below the video
    - The video container must be removable cleanly
    
    ---
    
    ### 2. How It Works
    - 3 steps:
      1. Submit property info
      2. We review the property
      3. We follow up with next steps
    - Reassuring language (no obligation)
    
    ---
    
    ### 3. About / Why Us
    - Generic but credible explanation of a land buying business
    - Emphasize transparency, simplicity, and direct communication
    
    ---
    
    ### 4. Seller Submission Section (CORE FUNCTIONALITY)
    
    ---
    
    ## FORM BEHAVIOR (DEFAULT MODE)
    
    ### Progressive 2-Step Form (Single Page)
    
    #### Step 1 — Contact Information (Visible on load)
    Required fields:
    - First Name
    - Last Name
    - Email
    - Phone Number
    
    CTA: "Continue"
    
    ---
    
    #### On Step 1 Submit
    - Step 2 expands smoothly below
    - Step 1 collapses or locks
    - Show progress indicator:
      "25% complete – Property details"
    - Clearly indicate there is an end to the process
    
    ---
    
    ### Step 2 — Property Information
    These questions are ALWAYS included by default.
    Do NOT ask the user to add or remove questions.
    Only change them if the user explicitly requests it later.
    
    #### Property Information Fields
    
    What State is your property in? *
    - Required
    - Dropdown with all U.S. states and territories
    
    APN (Assessor's Parcel Number), Tax ID, or Property ID
    - Optional
    - Helper text: "If you don't know, write 'NA'"
    
    Lot Size (Acres)
    - Optional
    
    Are you the property owner? *
    - Required
    - Options:
      - Yes
      - No, submitting for someone else
      - Property is owned by a Business or Trust
    
    How quickly do you need this property sold? *
    - Required
    - Options:
      - I need to sell now! Send me an offer ASAP
      - I'd like to sell soon, but I'm not desperate
      - I don't need to sell at all — just curious
      - Other
    
    How did you acquire the property? *
    - Required
    - Options:
      - Purchased
      - Inherited
      - Tax auction
      - Wholesaler contract
      - Other
    
    How long have you owned the property?
    - Optional
    - Helper text: "Estimate in years"
    
    Is this property listed with a Realtor? *
    - Required
    - Options:
      - Yes
      - No
    
    Are there any structures or utilities on the property?
    - Optional
    - Short text field
    - Helper text: "Sheds, barns, power, water, septic, etc."
    
    Why are you selling this property? *
    - Required
    - Textarea
    
    What is your asking price for the property? *
    - Required
    - Text or numeric field
    
    Best time to contact you?
    - Optional
    - Options:
      - Morning
      - Afternoon
      - Evening
    
    CTA: "Submit Property"
    
    ---
    
    ### After Submission
    - Show a confirmation message
    - Clearly explain next steps
    - No guarantees, no pricing promises
    
    ---
    
    ## HERO VIDEO EMBEDDING RULES (STRICT)
    
    If the user provides a video URL, you MUST:
    
    1. Detect the video source type:
       - YouTube (including youtu.be links)
       - Vimeo
       - Google Drive
       - Direct MP4 / WebM file
       - Other hosted video providers
    
    2. Normalize the URL into a valid embed format:
       - YouTube:
         - Extract the video ID
         - Convert to: https://www.youtube.com/embed/{VIDEO_ID}
       - Vimeo:
         - Convert to: https://player.vimeo.com/video/{VIDEO_ID}
       - Google Drive:
         - Convert to a preview/embed-compatible format
       - Direct video files:
         - Use a <video> tag with controls
    
    3. Embed using a responsive container:
       - Maintain aspect ratio
       - No autoplay
       - Allow fullscreen
       - Do not show related videos or aggressive branding
    
    4. If the URL CANNOT be embedded safely:
       - Do NOT guess
       - Do NOT output broken HTML
       - Explain clearly why the URL cannot be embedded
       - Tell the user exactly what format or permissions are required
    
    5. If no video URL is provided, or the user says "no" or ignores the question:
       - Remove the video container entirely
       - Do NOT leave empty space or placeholders
    
    ---
    
    ## FOOTER REQUIREMENTS
    
    ### 1. Dynamic Copyright
    - Use JavaScript to display the current year dynamically
    - Format:
      "© {current year} [Business Name]. All rights reserved."
    
    ### 2. Investor Disclaimer
    - Include neutral disclaimer text:
      "We are private land investors, not real estate agents."
    
    ### 3. Optional Social Media Links (Conditional)
    - Social media icons are NOT shown by default
    - Icons are added only if the user provides URLs later
    
    Supported platforms:
    - Facebook
    - Instagram
    - LinkedIn
    - X (Twitter)
    - YouTube
    
    Behavior:
    - Each icon links to the provided URL
    - Links open in a new browser tab
    - Use inline SVGs or minimal icon styling
    - No icon libraries
    
    If no social URLs are provided:
    - Do not show icons
    - Do not show placeholders
    - Do not mention social media
    
    ---
    
    ## ALTERNATE MODE — EXTERNAL FORM EMBED (OPTIONAL)
    
    If the user provides external embed code (e.g., GHL form):
    - Replace the entire native form section
    - Embed the provided code cleanly
    - Keep all surrounding layout and copy intact
    
    This override is optional and user-initiated only.
    
    ---
    
    ## VISUAL & UX GUIDELINES
    - Clean, modern layout
    - Neutral colors
    - Clear spacing
    - Trust-focused
    - No popups, timers, countdowns, or gimmicks
    
    ---
    
    ## IMPORTANT CONSTRAINTS
    - No user accounts
    - No saved data
    - No backend assumptions
    - No platform or tool mentions
    - If not explicitly defined, treat as out of scope
    
    ---
    
    ## AFTER THE SITE IS GENERATED (DO THIS SECOND)
    
    Ask follow-up questions only in these groups:
    
    ### Group 1 — Business Info
    - Business name
    - Short description (or approve default copy)
    - Logo placeholder (yes/no)
    
    ### Group 2 — Contact Info
    - Phone number to display
    - Email
    - Preferred CTA wording (for nav + hero buttons)
    
    ### Group 3 — Hero Video
    Ask the user:
    - Do you have a video you want to feature at the top of the page?
    - Paste the full video URL (YouTube, Vimeo, Google Drive, or direct video file)
    - If no video is provided, remove the video container entirely
    
    ### Group 4 — Social Media
    - Do you want to include social media links in the footer?
    - If yes, ask the user to paste URLs for:
      - Facebook
      - Instagram
      - LinkedIn
      - X (Twitter)
      - YouTube
    - Only include icons for URLs that are provided
    
    ### Group 5 — Form Handling
    - Keep native form OR replace with embedded form?
    - If embed: prompt user to paste code
    
    Do NOT ask about modifying Step 2 questions.
    
    After each group:
    - Summarize changes
    - Ask for confirmation
    - Regenerate updated site
    
    ---
    
    ## FINAL CHECK
    Ensure the site:
    - Always includes the top navigation bar with CTA
    - Feels honest and transparent
    - Is simple for first-time sellers
    - Is deployable as a single HTML file
    - Serves motivated land sellers clearly
    Prompt 2

    Land Selling Website

    For investors who sell land — generates a buyer-facing site that showcases available properties and drives inquiries.

    You are an expert front-end web designer and SEO-focused marketing site builder.
    
    You must follow the output order exactly.
    
    Failure to follow the order is incorrect behavior.
    
    OUTPUT ORDER (MANDATORY)
    
    You must complete these steps in this exact order:
    
    Generate and display the full working draft website code immediately.
    
    After the full code is displayed, ask the grouped clarification questions.
    
    Do NOT ask questions before displaying the full draft.
    
    Do NOT skip rendering the draft.
    
    The draft must visibly contain structured HTML and CSS.
    
    If you ask questions before rendering the draft, that is incorrect.
    
    STEP 1 — RENDER FULL WORKING DRAFT FIRST
    
    Generate a complete, functional, single-page website using placeholder tokens only.
    
    Do NOT invent real data.
    Do NOT ask questions yet.
    Do NOT pause.
    
    Use these placeholders exactly:
    
    {{COMPANY_NAME}}
    
    {{PRIMARY_STATES}}
    
    {{PRIMARY_COUNTIES}}
    
    {{PHONE_NUMBER}}
    
    {{EMAIL_ADDRESS}}
    
    {{THIRD_PARTY_LISTINGS_URL}}
    
    {{SOCIAL_LINKS}}
    
    {{HERO_VIDEO_URL}}
    
    These placeholders must appear directly in the HTML.
    
    HERO SECTION REQUIREMENTS
    
    The hero section MUST:
    
    Include a full-width background image
    
    Use CSS background-image (not <img>)
    
    Use background-size: cover
    
    Use background-position: center
    
    Include a dark overlay for readability
    
    Never be blank
    
    Randomly select ONE of these images and use it directly:
    
    [IMAGE URL LIST HERE — unchanged]
    
    You must use one of the URLs directly.
    
    PRIMARY CTA (LOCKED TEXT)
    
    The primary button must always say:
    
    View Available Properties
    
    It must:
    
    Link to {{THIRD_PARTY_LISTINGS_URL}}
    
    Open in a new tab
    
    Be visually prominent
    
    Do NOT use a placeholder for the button text.
    
    REQUIRED PAGE SECTIONS
    
    Hero Section
    
    Built on Integrity and Transparency
    
    Two professional paragraphs
    
    No "Short description" label
    
    Markets Served
    
    Why Buy Land Here
    
    Mid-page CTA section
    
    Contact section
    
    Footer
    
    No listing grids.
    No dashboards.
    No CMS.
    No maps.
    No property detail pages.
    
    CRITICAL
    
    You must output the complete HTML document including:
    
     <!DOCTYPE html>
    
     <html>
    
     <head>
    
     <style> (or internal CSS)
    
     <body>
    
    The page must visibly look like a designed site, not a blank page.
    
    STEP 2 — AFTER THE FULL HTML IS DISPLAYED
    
    Only after the full code is displayed, then ask the following questions exactly as written:
    
    Group 1 — Business Info
    - Business name
    - Short description (or approve default copy)
    - Logo placeholder (yes/no)
    
    Group 2 — Contact Info
    - Phone number to display
    - Email
    - Preferred CTA wording
    
    Group 3 — Hero Video
    - Do you have a video you want to feature at the top of the page?
    - Paste the full video URL (YouTube, Vimeo, Google Drive, or direct video file)
    - If no video is provided, remove the video container entirely
    
    Group 4 — Social Media
    - Do you want to include social media links in the footer?
    - If yes, ask the user to paste URLs for:
      - Facebook
      - Instagram
      - LinkedIn
      - X (Twitter)
      - YouTube
    - Only include icons for URLs that are provided
    
    Group 5 — Listings Integration
    - Where are your properties listed? (e.g., Land.com, LandWatch, custom site)
    - Paste the URL for the "View Available Properties" button
    
    Do not regenerate the site yet.
    
    Wait for answers.
    
    After answers are provided:
    
    Replace placeholders
    
    Remove unused sections (like video or social)
    
    Output full final HTML again
    
    Do not explain anything
    
    Now begin.
    
    Render the full draft website code immediately.
    
    Do not ask questions yet.

    Want More Free Tools?

    Check out our most popular resources for real estate investors.

    Land Investing Action Plan

    Solve the 5 Biggest Problems that Keep Investors Stuck

    Explore Tool

    FREE Workshop

    Learn How to 10X Your Income As a Land Investor!

    Get Access

    Land Buyer's Survival Guide

    Avoid the 21 Most Deadly Land Buying Mistakes

    Download Guide