{"id":31,"date":"2022-07-25T13:47:50","date_gmt":"2022-07-25T13:47:50","guid":{"rendered":"https:\/\/lawtonbethelok.com\/?page_id=31"},"modified":"2026-06-28T12:15:05","modified_gmt":"2026-06-28T17:15:05","slug":"gods-plan-for-man","status":"publish","type":"page","link":"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/","title":{"rendered":"GODS PLAN FOR MAN"},"content":{"rendered":"\n<!DOCTYPE html>\n<html class=\"gtfy-1\" lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>God&#8217;s Plan for Man \u2013 Bethel Assembly of God<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,600&#038;family=Inter:wght@300;400;500;600&#038;display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --navy:    #1B2A4A;\n      --gold:    #C8972A;\n      --cream:   #F9F6F0;\n      --warm:    #EDE7D9;\n      --text:    #2C2C2C;\n      --muted:   #6B6B6B;\n      --white:   #FFFFFF;\n      --shadow:  0 4px 24px rgba(27,42,74,0.10);\n    }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background: var(--cream);\n      color: var(--text);\n      line-height: 1.7;\n    }\n\n    \/* \u2500\u2500 NAV \u2500\u2500 *\/\n    nav {\n      background: var(--navy);\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      padding: 0 2rem;\n      height: 64px;\n      position: sticky;\n      top: 0;\n      z-index: 100;\n      box-shadow: 0 2px 12px rgba(0,0,0,0.25);\n    }\n    .nav-logo {\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n      text-decoration: none;\n    }\n    .nav-logo img {\n      height: 40px;\n      border-radius: 4px;\n    }\n    .nav-logo span {\n      font-family: 'Playfair Display', serif;\n      color: var(--white);\n      font-size: 1rem;\n      line-height: 1.2;\n    }\n    .nav-links {\n      display: flex;\n      gap: 1.5rem;\n      list-style: none;\n    }\n    .nav-links a {\n      color: rgba(255,255,255,0.75);\n      text-decoration: none;\n      font-size: 0.82rem;\n      font-weight: 500;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n      transition: color 0.2s;\n    }\n    .nav-links a:hover,\n    .nav-links a.active { color: var(--gold); }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .hero {\n      background: var(--navy);\n      padding: 5rem 2rem 4rem;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: radial-gradient(ellipse at 50% 0%, rgba(200,151,42,0.18) 0%, transparent 70%);\n      pointer-events: none;\n    }\n    .hero-eyebrow {\n      font-size: 0.78rem;\n      font-weight: 600;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 1rem;\n    }\n    .hero h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(2.2rem, 5vw, 3.8rem);\n      color: var(--white);\n      line-height: 1.15;\n      max-width: 700px;\n      margin: 0 auto 1.25rem;\n    }\n    .hero-sub {\n      color: rgba(255,255,255,0.65);\n      font-size: 1.05rem;\n      max-width: 520px;\n      margin: 0 auto 2rem;\n    }\n    .hero-divider {\n      width: 56px;\n      height: 3px;\n      background: var(--gold);\n      border-radius: 2px;\n      margin: 0 auto;\n    }\n\n    \/* \u2500\u2500 INTRO STRIP \u2500\u2500 *\/\n    .intro-strip {\n      background: var(--warm);\n      border-top: 3px solid var(--gold);\n      padding: 2.5rem 2rem;\n      text-align: center;\n    }\n    .intro-strip p {\n      max-width: 700px;\n      margin: 0 auto;\n      font-size: 1.05rem;\n      color: var(--muted);\n      font-style: italic;\n    }\n    .intro-strip strong {\n      color: var(--navy);\n      font-style: normal;\n    }\n\n    \/* \u2500\u2500 SECTION \u2500\u2500 *\/\n    .section {\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 4rem 2rem;\n    }\n    .section-header {\n      display: flex;\n      align-items: center;\n      gap: 1rem;\n      margin-bottom: 2.5rem;\n    }\n    .section-header h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.7rem;\n      color: var(--white);\n    }\n    .section-header-line {\n      flex: 1;\n      height: 1px;\n      background: linear-gradient(to right, var(--gold), transparent);\n    }\n\n    \/* \u2500\u2500 VIDEO GRID \u2500\u2500 *\/\n    .video-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n      gap: 2rem;\n    }\n    .video-card {\n      background: var(--white);\n      border-radius: 12px;\n      overflow: hidden;\n      box-shadow: var(--shadow);\n      transition: transform 0.2s, box-shadow 0.2s;\n    }\n    .video-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 8px 32px rgba(27,42,74,0.15);\n    }\n    .video-card iframe {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      display: block;\n      border: none;\n    }\n    .video-card-body {\n      padding: 1.1rem 1.25rem 1.25rem;\n      border-top: 3px solid var(--gold);\n    }\n    .video-label {\n      font-size: 0.72rem;\n      font-weight: 600;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--gold);\n      margin-bottom: 0.3rem;\n    }\n    .video-card-body h3 {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.05rem;\n      color: var(--navy);\n    }\n\n    \/* \u2500\u2500 FEATURED \/ PART 1 \u2500\u2500 *\/\n    .featured-wrap {\n      background: var(--navy);\n      border-radius: 16px;\n      overflow: hidden;\n      box-shadow: 0 8px 36px rgba(27,42,74,0.22);\n      margin-bottom: 3rem;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n    }\n    .featured-video { flex: 1; }\n    .featured-video iframe {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      display: block;\n      border: none;\n    }\n    .featured-info {\n      padding: 2.5rem;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n    .featured-badge {\n      display: inline-block;\n      background: var(--gold);\n      color: var(--navy);\n      font-size: 0.72rem;\n      font-weight: 700;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      padding: 0.3rem 0.75rem;\n      border-radius: 99px;\n      margin-bottom: 1rem;\n    }\n    .featured-info h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.7rem;\n      color: var(--white);\n      margin-bottom: 0.75rem;\n      line-height: 1.25;\n    }\n    .featured-info p {\n      color: rgba(255,255,255,0.65);\n      font-size: 0.95rem;\n      margin-bottom: 1.5rem;\n    }\n    .btn-outline {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      border: 1.5px solid var(--gold);\n      color: var(--gold);\n      padding: 0.6rem 1.3rem;\n      border-radius: 6px;\n      font-size: 0.88rem;\n      font-weight: 600;\n      text-decoration: none;\n      width: fit-content;\n      transition: background 0.2s, color 0.2s;\n    }\n    .btn-outline:hover {\n      background: var(--gold);\n      color: var(--navy);\n    }\n\n    \/* \u2500\u2500 PRAYER CTA \u2500\u2500 *\/\n    .prayer-cta {\n      background: var(--warm);\n      border-left: 4px solid var(--gold);\n      border-radius: 0 12px 12px 0;\n      padding: 2rem 2.5rem;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 2rem;\n      flex-wrap: wrap;\n      margin-top: 3rem;\n    }\n    .prayer-cta p {\n      font-size: 1rem;\n      color: var(--navy);\n      max-width: 520px;\n    }\n    .prayer-cta p strong {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.15rem;\n      display: block;\n      margin-bottom: 0.25rem;\n    }\n    .btn-gold {\n      display: inline-block;\n      background: var(--gold);\n      color: var(--navy);\n      padding: 0.7rem 1.6rem;\n      border-radius: 6px;\n      font-size: 0.9rem;\n      font-weight: 700;\n      text-decoration: none;\n      white-space: nowrap;\n      transition: opacity 0.2s;\n    }\n    .btn-gold:hover { opacity: 0.88; }\n\n    \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n    footer {\n      background: var(--navy);\n      color: rgba(255,255,255,0.5);\n      text-align: center;\n      padding: 2rem;\n      font-size: 0.82rem;\n      margin-top: 4rem;\n    }\n    footer a { color: var(--gold); text-decoration: none; }\n\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 700px) {\n      .nav-links { display: none; }\n      .featured-wrap { grid-template-columns: 1fr; }\n      .featured-info { padding: 1.5rem; }\n      .featured-info h2 { font-size: 1.3rem; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- NAV -->\n<nav>\n  <a class=\"nav-logo\" href=\"https:\/\/lawtonbethelok.com\">\n    <img decoding=\"async\" src=\"https:\/\/lawtonbethelok.com\/wp-content\/uploads\/2022\/09\/cropped-Bethel3.png\" alt=\"Bethel Assembly of God\" \/>\n    <span>Bethel Assembly<br>of God<\/span>\n  <\/a>\n\n<\/nav>\n\n<!-- HERO -->\n<header class=\"hero\">\n  <p class=\"hero-eyebrow\">Bethel Assembly of God \u00b7 Teaching Series<\/p>\n  <h1>God&#8217;s Plan for Man<\/h1>\n  <p class=\"hero-sub\">A verse-by-verse journey through Scripture, taught by Pastor Randy Shorter<\/p>\n  <div class=\"hero-divider\"><\/div>\n<\/header>\n\n<!-- INTRO -->\n<div class=\"intro-strip\">\n  <p>\n    <strong>God has a plan \u2014 and it includes you.<\/strong>\n    Walk through this teaching series to discover what the Bible says about creation, redemption, and the hope God has placed in every human heart.\n  <\/p>\n<\/div>\n\n<!-- MAIN CONTENT -->\n<main class=\"section\">\n\n  <!-- FEATURED: PART 1 -->\n  <div class=\"section-header\">\n    <h2>Featured Teaching<\/h2>\n    <div class=\"section-header-line\"><\/div>\n  <\/div>\n\n  <div class=\"featured-wrap\">\n    <div class=\"featured-video\">\n      <iframe src=\"https:\/\/www.youtube.com\/embed\/_Epv_ZeSjfU\" allowfullscreen loading=\"lazy\" title=\"God's Plan for Man \u2013 Part 1\"><\/iframe>\n    <\/div>\n    <div class=\"featured-info\">\n      <span class=\"featured-badge\">Start Here \u00b7 Part 1<\/span>\n      <h2>God&#8217;s Plan for Man<\/h2>\n      <p>Begin your journey with Pastor Randy Shorter as he lays the foundation for this powerful series from God&#8217;s Word.<\/p>\n      <a class=\"btn-outline\" href=\"https:\/\/www.youtube.com\/channel\/UCuI6uTJmiULqdzwhTQFAuAQ\" target=\"_blank\">\n        \u25b6&nbsp; Full YouTube Channel\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <!-- MORE TEACHINGS -->\n  <div class=\"section-header\">\n    <h2>Continue the Series<\/h2>\n    <div class=\"section-header-line\"><\/div>\n  <\/div>\n\n  <div class=\"video-grid\">\n    <div class=\"video-card\">\n      <iframe src=\"https:\/\/www.youtube.com\/embed\/s8Rf3DRP_dw\" allowfullscreen loading=\"lazy\" title=\"God's Plan for Man \u2013 Part 2\"><\/iframe>\n      <div class=\"video-card-body\">\n        <p class=\"video-label\">Part 2<\/p>\n        <h3>God&#8217;s Plan for Man<\/h3>\n      <\/div>\n    <\/div>\n    <div class=\"video-card\">\n      <iframe src=\"https:\/\/www.youtube.com\/embed\/kZIjBy2TqJg\" allowfullscreen loading=\"lazy\" title=\"God's Plan for Man \u2013 Part 3\"><\/iframe>\n      <div class=\"video-card-body\">\n        <p class=\"video-label\">Part 3<\/p>\n        <h3>God&#8217;s Plan for Man<\/h3>\n      <\/div>\n    <\/div>\n    <div class=\"video-card\">\n      <iframe src=\"https:\/\/www.youtube.com\/embed\/67lgvLvJrB8\" allowfullscreen loading=\"lazy\" title=\"God's Plan for Man \u2013 Part 4\"><\/iframe>\n      <div class=\"video-card-body\">\n        <p class=\"video-label\">Part 4<\/p>\n        <h3>God&#8217;s Plan for Man<\/h3>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- PRAYER CTA -->\n  <div class=\"prayer-cta\">\n    <p>\n      <strong>Need Prayer?<\/strong>\n      Our team would love to stand with you. Submit a prayer request and let us believe together with you.\n    <\/p>\n    <a class=\"btn-gold\" href=\"https:\/\/lawtonbethelok.com\/index.php\/prayer-requests\/\">Submit a Prayer Request<\/a>\n  <\/div>\n\n<\/main>\n\n<!-- FOOTER -->\n<footer>\n  <p>\u00a9 Bethel Assembly of God \u00b7 Lawton, Oklahoma \u00b7 Pastor Randy Shorter<\/p>\n  <p style=\"margin-top:0.5rem;\"><a href=\"https:\/\/lawtonbethelok.com\">lawtonbethelok.com<\/a><\/p>\n<\/footer>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>God&#8217;s Plan for Man \u2013 Bethel Assembly of God Bethel Assemblyof God Bethel Assembly of<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gutenify_countdown_timer_type":"fixed","_gutenify_countdown_timer_evergreen_hours":24,"_gutenify_countdown_timer_evergreen_minutes":0,"_gutenify_countdown_timer_date":"","_gutenify_countdown_timer_timezone":"US\/Eastern","_gutenify_countdown_timer_end_action":"none","_gutenify_countdown_timer_hide_selector":"","_gutenify_countdown_timer_redirect_url":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-31","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"God&#039;s Plan for Man \u2013 Bethel Assembly of God Bethel Assemblyof God Bethel Assembly of God \u00b7 Teaching Series God&#039;s Plan for Man A verse-by-verse journey through Scripture, taught by Pastor Randy Shorter God has a plan \u2014 and it includes you. Walk through this teaching series to discover what the Bible says about creation,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Bethel Assembly of God - Pastor Randy shorter\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"GODS PLAN FOR MAN - Bethel Assembly of God\" \/>\n\t\t<meta property=\"og:description\" content=\"God&#039;s Plan for Man \u2013 Bethel Assembly of God Bethel Assemblyof God Bethel Assembly of God \u00b7 Teaching Series God&#039;s Plan for Man A verse-by-verse journey through Scripture, taught by Pastor Randy Shorter God has a plan \u2014 and it includes you. Walk through this teaching series to discover what the Bible says about creation,\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/lawtonbethelok.com\/wp-content\/uploads\/2022\/09\/cropped-Bethel3.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/lawtonbethelok.com\/wp-content\/uploads\/2022\/09\/cropped-Bethel3.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-07-25T13:47:50+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-28T17:15:05+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"GODS PLAN FOR MAN - Bethel Assembly of God\" \/>\n\t\t<meta name=\"twitter:description\" content=\"God&#039;s Plan for Man \u2013 Bethel Assembly of God Bethel Assemblyof God Bethel Assembly of God \u00b7 Teaching Series God&#039;s Plan for Man A verse-by-verse journey through Scripture, taught by Pastor Randy Shorter God has a plan \u2014 and it includes you. Walk through this teaching series to discover what the Bible says about creation,\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/lawtonbethelok.com\/wp-content\/uploads\/2022\/09\/cropped-Bethel3.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/lawtonbethelok.com\\\/index.php\\\/gods-plan-for-man\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lawtonbethelok.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/lawtonbethelok.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lawtonbethelok.com\\\/index.php\\\/gods-plan-for-man\\\/#listItem\",\"name\":\"GODS PLAN FOR MAN\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lawtonbethelok.com\\\/index.php\\\/gods-plan-for-man\\\/#listItem\",\"position\":2,\"name\":\"GODS PLAN FOR MAN\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/lawtonbethelok.com#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/lawtonbethelok.com\\\/#organization\",\"name\":\"Lawtonbethelok\",\"description\":\"Pastor Randy shorter\",\"url\":\"https:\\\/\\\/lawtonbethelok.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/lawtonbethelok.com\\\/wp-content\\\/uploads\\\/2022\\\/09\\\/cropped-Bethel3.png\",\"@id\":\"https:\\\/\\\/lawtonbethelok.com\\\/index.php\\\/gods-plan-for-man\\\/#organizationLogo\",\"width\":154,\"height\":204},\"image\":{\"@id\":\"https:\\\/\\\/lawtonbethelok.com\\\/index.php\\\/gods-plan-for-man\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/lawtonbethelok.com\\\/index.php\\\/gods-plan-for-man\\\/#webpage\",\"url\":\"https:\\\/\\\/lawtonbethelok.com\\\/index.php\\\/gods-plan-for-man\\\/\",\"name\":\"GODS PLAN FOR MAN - Bethel Assembly of God\",\"description\":\"God's Plan for Man \\u2013 Bethel Assembly of God Bethel Assemblyof God Bethel Assembly of God \\u00b7 Teaching Series God's Plan for Man A verse-by-verse journey through Scripture, taught by Pastor Randy Shorter God has a plan \\u2014 and it includes you. Walk through this teaching series to discover what the Bible says about creation,\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/lawtonbethelok.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/lawtonbethelok.com\\\/index.php\\\/gods-plan-for-man\\\/#breadcrumblist\"},\"datePublished\":\"2022-07-25T13:47:50-05:00\",\"dateModified\":\"2026-06-28T12:15:05-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/lawtonbethelok.com\\\/#website\",\"url\":\"https:\\\/\\\/lawtonbethelok.com\\\/\",\"name\":\"Bethel Assembly of God\",\"description\":\"Pastor Randy shorter\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/lawtonbethelok.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"GODS PLAN FOR MAN - Bethel Assembly of God","description":"God's Plan for Man \u2013 Bethel Assembly of God Bethel Assemblyof God Bethel Assembly of God \u00b7 Teaching Series God's Plan for Man A verse-by-verse journey through Scripture, taught by Pastor Randy Shorter God has a plan \u2014 and it includes you. Walk through this teaching series to discover what the Bible says about creation,","canonical_url":"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/lawtonbethelok.com#listItem","position":1,"name":"Home","item":"https:\/\/lawtonbethelok.com","nextItem":{"@type":"ListItem","@id":"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/#listItem","name":"GODS PLAN FOR MAN"}},{"@type":"ListItem","@id":"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/#listItem","position":2,"name":"GODS PLAN FOR MAN","previousItem":{"@type":"ListItem","@id":"https:\/\/lawtonbethelok.com#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/lawtonbethelok.com\/#organization","name":"Lawtonbethelok","description":"Pastor Randy shorter","url":"https:\/\/lawtonbethelok.com\/","logo":{"@type":"ImageObject","url":"https:\/\/lawtonbethelok.com\/wp-content\/uploads\/2022\/09\/cropped-Bethel3.png","@id":"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/#organizationLogo","width":154,"height":204},"image":{"@id":"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/#webpage","url":"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/","name":"GODS PLAN FOR MAN - Bethel Assembly of God","description":"God's Plan for Man \u2013 Bethel Assembly of God Bethel Assemblyof God Bethel Assembly of God \u00b7 Teaching Series God's Plan for Man A verse-by-verse journey through Scripture, taught by Pastor Randy Shorter God has a plan \u2014 and it includes you. Walk through this teaching series to discover what the Bible says about creation,","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/lawtonbethelok.com\/#website"},"breadcrumb":{"@id":"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/#breadcrumblist"},"datePublished":"2022-07-25T13:47:50-05:00","dateModified":"2026-06-28T12:15:05-05:00"},{"@type":"WebSite","@id":"https:\/\/lawtonbethelok.com\/#website","url":"https:\/\/lawtonbethelok.com\/","name":"Bethel Assembly of God","description":"Pastor Randy shorter","inLanguage":"en-US","publisher":{"@id":"https:\/\/lawtonbethelok.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Bethel Assembly of God - Pastor Randy shorter","og:type":"article","og:title":"GODS PLAN FOR MAN - Bethel Assembly of God","og:description":"God's Plan for Man \u2013 Bethel Assembly of God Bethel Assemblyof God Bethel Assembly of God \u00b7 Teaching Series God's Plan for Man A verse-by-verse journey through Scripture, taught by Pastor Randy Shorter God has a plan \u2014 and it includes you. Walk through this teaching series to discover what the Bible says about creation,","og:url":"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/","og:image":"https:\/\/lawtonbethelok.com\/wp-content\/uploads\/2022\/09\/cropped-Bethel3.png","og:image:secure_url":"https:\/\/lawtonbethelok.com\/wp-content\/uploads\/2022\/09\/cropped-Bethel3.png","article:published_time":"2022-07-25T13:47:50+00:00","article:modified_time":"2026-06-28T17:15:05+00:00","twitter:card":"summary_large_image","twitter:title":"GODS PLAN FOR MAN - Bethel Assembly of God","twitter:description":"God's Plan for Man \u2013 Bethel Assembly of God Bethel Assemblyof God Bethel Assembly of God \u00b7 Teaching Series God's Plan for Man A verse-by-verse journey through Scripture, taught by Pastor Randy Shorter God has a plan \u2014 and it includes you. Walk through this teaching series to discover what the Bible says about creation,","twitter:image":"https:\/\/lawtonbethelok.com\/wp-content\/uploads\/2022\/09\/cropped-Bethel3.png"},"aioseo_meta_data":{"post_id":"31","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[],"defaultGraph":"WebPage","defaultPostTypeGraph":""},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"},\"blockGraphs\":[]}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2022-07-25 13:55:35","updated":"2026-06-28 17:15:46","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/lawtonbethelok.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tGODS PLAN FOR MAN\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/lawtonbethelok.com"},{"label":"GODS PLAN FOR MAN","link":"https:\/\/lawtonbethelok.com\/index.php\/gods-plan-for-man\/"}],"_links":{"self":[{"href":"https:\/\/lawtonbethelok.com\/index.php\/wp-json\/wp\/v2\/pages\/31","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lawtonbethelok.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lawtonbethelok.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lawtonbethelok.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lawtonbethelok.com\/index.php\/wp-json\/wp\/v2\/comments?post=31"}],"version-history":[{"count":18,"href":"https:\/\/lawtonbethelok.com\/index.php\/wp-json\/wp\/v2\/pages\/31\/revisions"}],"predecessor-version":[{"id":1299,"href":"https:\/\/lawtonbethelok.com\/index.php\/wp-json\/wp\/v2\/pages\/31\/revisions\/1299"}],"wp:attachment":[{"href":"https:\/\/lawtonbethelok.com\/index.php\/wp-json\/wp\/v2\/media?parent=31"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}