{"id":711,"date":"2026-09-18T19:31:33","date_gmt":"2026-09-18T19:31:33","guid":{"rendered":"https:\/\/globalpoetr.com\/?page_id=711"},"modified":"2026-09-19T21:20:16","modified_gmt":"2026-09-19T21:20:16","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/globalpoetr.com\/?page_id=711","title":{"rendered":"Contact us"},"content":{"rendered":"\n<!-- ================================\n     GLOBALPOETR - CONTACT US PAGE\n     Premium Green Branded Design\n================================= -->\n\n<style>\n  .gp-contact-page {\n    --gp-green: #2f8f68;\n    --gp-green-dark: #15563e;\n    --gp-green-deep: #104a36;\n    --gp-green-light: #55b98a;\n    --gp-mint: #f3faf7;\n    --gp-mint-2: #e7f5ee;\n    --gp-gold: #d5a94f;\n    --gp-text: #202a25;\n    --gp-muted: #65716b;\n    --gp-border: #dcebe4;\n    --gp-white: #ffffff;\n    --gp-shadow: 0 18px 55px rgba(25, 88, 62, 0.10);\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 20px 18px 70px;\n    color: var(--gp-text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    line-height: 1.75;\n    box-sizing: border-box;\n  }\n\n  .gp-contact-page *,\n  .gp-contact-page *::before,\n  .gp-contact-page *::after {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .gp-contact-hero {\n    position: relative;\n    overflow: hidden;\n    border-radius: 30px;\n    padding: 70px 55px;\n    margin-bottom: 42px;\n    background:\n      radial-gradient(circle at 90% 15%, rgba(255,255,255,.20), transparent 24%),\n      radial-gradient(circle at 8% 90%, rgba(255,255,255,.12), transparent 27%),\n      linear-gradient(135deg, var(--gp-green-deep), var(--gp-green));\n    color: #fff;\n    box-shadow: var(--gp-shadow);\n  }\n\n  .gp-contact-hero::before {\n    content: \"\";\n    position: absolute;\n    width: 210px;\n    height: 210px;\n    border: 1px solid rgba(255,255,255,.18);\n    border-radius: 50%;\n    right: -75px;\n    top: -70px;\n  }\n\n  .gp-contact-hero::after {\n    content: \"\";\n    position: absolute;\n    width: 150px;\n    height: 150px;\n    border: 1px solid rgba(255,255,255,.13);\n    border-radius: 50%;\n    left: -55px;\n    bottom: -70px;\n  }\n\n  .gp-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 800px;\n  }\n\n  .gp-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    padding: 7px 14px;\n    margin-bottom: 18px;\n    border: 1px solid rgba(255,255,255,.25);\n    border-radius: 50px;\n    background: rgba(255,255,255,.10);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n  }\n\n  .gp-eyebrow::before {\n    content: \"\";\n    width: 7px;\n    height: 7px;\n    background: var(--gp-gold);\n    border-radius: 50%;\n  }\n\n  .gp-contact-hero h1 {\n    margin: 0 0 16px;\n    color: #fff;\n    font-size: clamp(38px, 5vw, 62px);\n    line-height: 1.08;\n    letter-spacing: -1.5px;\n    font-weight: 800;\n  }\n\n  .gp-contact-hero h1 span {\n    color: #dff8ea;\n  }\n\n  .gp-contact-hero p {\n    max-width: 720px;\n    margin: 0;\n    color: rgba(255,255,255,.90);\n    font-size: 18px;\n    line-height: 1.8;\n  }\n\n  \/* INTRO *\/\n  .gp-intro {\n    max-width: 900px;\n    margin: 0 auto 45px;\n    text-align: center;\n  }\n\n  .gp-intro h2 {\n    margin: 0 0 15px;\n    color: var(--gp-green-dark);\n    font-size: 32px;\n    line-height: 1.25;\n  }\n\n  .gp-intro p {\n    margin: 0;\n    color: var(--gp-muted);\n    font-size: 17px;\n  }\n\n  \/* QUICK CARDS *\/\n  .gp-card-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 55px;\n  }\n\n  .gp-quick-card {\n    position: relative;\n    padding: 30px 27px;\n    background: var(--gp-white);\n    border: 1px solid var(--gp-border);\n    border-radius: 22px;\n    box-shadow: 0 12px 35px rgba(25, 88, 62, .07);\n    transition: transform .25s ease, box-shadow .25s ease;\n  }\n\n  .gp-quick-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 20px 45px rgba(25, 88, 62, .13);\n  }\n\n  .gp-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 52px;\n    height: 52px;\n    margin-bottom: 19px;\n    border-radius: 15px;\n    background: var(--gp-mint-2);\n    color: var(--gp-green);\n    font-size: 23px;\n    font-weight: 800;\n  }\n\n  .gp-quick-card h3 {\n    margin: 0 0 9px;\n    color: var(--gp-green-dark);\n    font-size: 20px;\n  }\n\n  .gp-quick-card p {\n    margin: 0;\n    color: var(--gp-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* MAIN TWO COLUMNS *\/\n  .gp-main-grid {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 28px;\n    align-items: stretch;\n    margin-bottom: 55px;\n  }\n\n  .gp-panel {\n    background: var(--gp-white);\n    border: 1px solid var(--gp-border);\n    border-radius: 25px;\n    padding: 38px;\n    box-shadow: 0 14px 40px rgba(25, 88, 62, .07);\n  }\n\n  .gp-panel h2 {\n    margin: 0 0 12px;\n    color: var(--gp-green-dark);\n    font-size: 29px;\n    line-height: 1.3;\n  }\n\n  .gp-panel > p {\n    margin: 0 0 24px;\n    color: var(--gp-muted);\n    font-size: 16px;\n  }\n\n  \/* HELP LIST *\/\n  .gp-help-list {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n\n  .gp-help-list li {\n    position: relative;\n    padding: 13px 0 13px 34px;\n    border-bottom: 1px solid var(--gp-border);\n    color: var(--gp-text);\n    font-size: 15px;\n  }\n\n  .gp-help-list li:last-child {\n    border-bottom: 0;\n  }\n\n  .gp-help-list li::before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    top: 13px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 21px;\n    height: 21px;\n    border-radius: 50%;\n    background: var(--gp-mint-2);\n    color: var(--gp-green);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  \/* FORM *\/\n  .gp-form-panel {\n    background:\n      linear-gradient(145deg, #ffffff, #f7fcf9);\n  }\n\n  .gp-form-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 17px;\n  }\n\n  .gp-field {\n    margin-bottom: 18px;\n  }\n\n  .gp-field label {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--gp-green-dark);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .gp-field input,\n  .gp-field textarea,\n  .gp-field select {\n    width: 100%;\n    border: 1px solid var(--gp-border);\n    border-radius: 12px;\n    background: #fff;\n    color: var(--gp-text);\n    padding: 13px 15px;\n    font-family: inherit;\n    font-size: 15px;\n    outline: none;\n    transition: border-color .2s ease, box-shadow .2s ease;\n  }\n\n  .gp-field input:focus,\n  .gp-field textarea:focus,\n  .gp-field select:focus {\n    border-color: var(--gp-green);\n    box-shadow: 0 0 0 4px rgba(47,143,104,.10);\n  }\n\n  .gp-field textarea {\n    min-height: 145px;\n    resize: vertical;\n  }\n\n  .gp-submit {\n    width: 100%;\n    border: 0;\n    border-radius: 13px;\n    padding: 14px 20px;\n    background: linear-gradient(135deg, var(--gp-green-dark), var(--gp-green));\n    color: #fff;\n    font-size: 15px;\n    font-weight: 800;\n    cursor: pointer;\n    box-shadow: 0 10px 24px rgba(47,143,104,.22);\n    transition: transform .2s ease, box-shadow .2s ease;\n  }\n\n  .gp-submit:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 14px 30px rgba(47,143,104,.28);\n  }\n\n  \/* CONTENT SECTIONS *\/\n  .gp-content-section {\n    margin-bottom: 48px;\n    padding: 38px 40px;\n    border-radius: 24px;\n    background: var(--gp-white);\n    border: 1px solid var(--gp-border);\n    box-shadow: 0 12px 35px rgba(25, 88, 62, .055);\n  }\n\n  .gp-content-section:nth-of-type(even) {\n    background: linear-gradient(135deg, #f7fcf9, #ffffff);\n  }\n\n  .gp-content-section h2 {\n    margin: 0 0 14px;\n    color: var(--gp-green-dark);\n    font-size: 30px;\n    line-height: 1.3;\n  }\n\n  .gp-content-section h3 {\n    margin: 27px 0 9px;\n    color: var(--gp-green);\n    font-size: 21px;\n    line-height: 1.4;\n  }\n\n  .gp-content-section p {\n    margin: 0 0 16px;\n    color: var(--gp-muted);\n    font-size: 16px;\n  }\n\n  .gp-content-section p:last-child {\n    margin-bottom: 0;\n  }\n\n  .gp-content-section ul {\n    margin: 12px 0 18px;\n    padding-left: 22px;\n    color: var(--gp-muted);\n  }\n\n  .gp-content-section li {\n    margin-bottom: 8px;\n    padding-left: 5px;\n  }\n\n  \/* HIGHLIGHT BOX *\/\n  .gp-highlight {\n    margin: 25px 0;\n    padding: 22px 24px;\n    border-left: 4px solid var(--gp-green);\n    border-radius: 0 15px 15px 0;\n    background: var(--gp-mint);\n  }\n\n  .gp-highlight strong {\n    color: var(--gp-green-dark);\n  }\n\n  \/* QUOTE STYLE *\/\n  .gp-example {\n    margin: 20px 0;\n    padding: 19px 22px;\n    border-radius: 15px;\n    background: var(--gp-mint-2);\n    color: var(--gp-green-dark);\n    font-size: 15px;\n    font-style: italic;\n  }\n\n  \/* FINAL CTA *\/\n  .gp-final-cta {\n    position: relative;\n    overflow: hidden;\n    margin-top: 55px;\n    padding: 55px 40px;\n    text-align: center;\n    border-radius: 28px;\n    background:\n      radial-gradient(circle at 85% 20%, rgba(255,255,255,.16), transparent 22%),\n      linear-gradient(135deg, var(--gp-green-deep), var(--gp-green));\n    color: #fff;\n    box-shadow: var(--gp-shadow);\n  }\n\n  .gp-final-cta h2 {\n    margin: 0 0 13px;\n    color: #fff;\n    font-size: 34px;\n    line-height: 1.25;\n  }\n\n  .gp-final-cta p {\n    max-width: 720px;\n    margin: 0 auto 22px;\n    color: rgba(255,255,255,.88);\n    font-size: 16px;\n  }\n\n  .gp-tagline {\n    display: inline-block;\n    padding: 9px 18px;\n    border: 1px solid rgba(255,255,255,.22);\n    border-radius: 50px;\n    color: #e5f8ed;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 900px) {\n    .gp-card-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .gp-main-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .gp-contact-hero {\n      padding: 55px 35px;\n    }\n  }\n\n  @media (max-width: 650px) {\n    .gp-contact-page {\n      padding: 10px 12px 45px;\n    }\n\n    .gp-contact-hero {\n      padding: 42px 25px;\n      border-radius: 22px;\n    }\n\n    .gp-contact-hero h1 {\n      font-size: 39px;\n    }\n\n    .gp-contact-hero p {\n      font-size: 16px;\n    }\n\n    .gp-intro h2,\n    .gp-content-section h2,\n    .gp-panel h2 {\n      font-size: 26px;\n    }\n\n    .gp-panel,\n    .gp-content-section {\n      padding: 27px 23px;\n      border-radius: 20px;\n    }\n\n    .gp-form-row {\n      grid-template-columns: 1fr;\n      gap: 0;\n    }\n\n    .gp-final-cta {\n      padding: 42px 24px;\n      border-radius: 22px;\n    }\n\n    .gp-final-cta h2 {\n      font-size: 28px;\n    }\n  }\n<\/style>\n\n\n<div class=\"gp-contact-page\">\n\n  <!-- HERO -->\n  <section class=\"gp-contact-hero\">\n    <div class=\"gp-hero-content\">\n      <div class=\"gp-eyebrow\">Contact GlobalPoetr<\/div>\n\n      <h1>\n        Let\u2019s Stay <span>Connected<\/span>\n      <\/h1>\n\n      <p>\n        Have a question, suggestion or feedback for GlobalPoetr?\n        We would love to hear from you. Reach out and help us make\n        our poetry community even better.\n      <\/p>\n    <\/div>\n  <\/section>\n\n\n  <!-- INTRO -->\n  <section class=\"gp-intro\">\n    <h2>We\u2019re Here to Hear From You<\/h2>\n\n    <p>\n      GlobalPoetr is a place where poetry speaks every language.\n      We value our readers, writers, poets and poetry lovers from\n      around the world. Your feedback helps us improve our content\n      and create a better experience for everyone.\n    <\/p>\n  <\/section>\n\n\n  <!-- QUICK CONTACT CARDS -->\n  <section class=\"gp-card-grid\">\n\n    <div class=\"gp-quick-card\">\n      <div class=\"gp-icon\">?<\/div>\n      <h3>General Questions<\/h3>\n      <p>\n        Have a question about GlobalPoetr, our articles, categories\n        or website features? Send us your question and provide\n        enough details so we can understand it clearly.\n      <\/p>\n    <\/div>\n\n    <div class=\"gp-quick-card\">\n      <div class=\"gp-icon\">\u2726<\/div>\n      <h3>Content Suggestions<\/h3>\n      <p>\n        Have an idea for a poetry topic, language, occasion or\n        shayari collection? We welcome useful suggestions from\n        our readers.\n      <\/p>\n    <\/div>\n\n    <div class=\"gp-quick-card\">\n      <div class=\"gp-icon\">\u2713<\/div>\n      <h3>Website Feedback<\/h3>\n      <p>\n        Found a broken link, formatting issue or another website\n        problem? Tell us about it and include the relevant page\n        whenever possible.\n      <\/p>\n    <\/div>\n\n  <\/section>\n\n\n  <!-- MAIN CONTACT AREA -->\n  <section class=\"gp-main-grid\">\n\n    <!-- HOW CAN WE HELP -->\n    <div class=\"gp-panel\">\n\n      <h2>How Can We Help?<\/h2>\n\n      <p>\n        We welcome genuine questions, suggestions and feedback\n        related to GlobalPoetr.\n      <\/p>\n\n      <ul class=\"gp-help-list\">\n        <li>Questions about our poetry and shayari content<\/li>\n        <li>Suggestions for new articles and poetry themes<\/li>\n        <li>Feedback about website usability<\/li>\n        <li>Broken links or technical issues<\/li>\n        <li>Content-related concerns<\/li>\n        <li>Copyright or ownership concerns<\/li>\n        <li>Suggestions for new languages and categories<\/li>\n      <\/ul>\n\n    <\/div>\n\n\n    <!-- CONTACT FORM -->\n    <div class=\"gp-panel gp-form-panel\">\n\n      <h2>Send Us a Message<\/h2>\n\n      <p>\n        Please share your message below. Clear and complete\n        information helps us understand your request.\n      <\/p>\n\n      <!--\n        NOTE:\n        This is a visual HTML form.\n        Connect it with Contact Form 7, WPForms, Fluent Forms\n        or another WordPress form plugin to receive submissions.\n      -->\n\n      <form action=\"#\" method=\"post\">\n\n        <div class=\"gp-form-row\">\n\n          <div class=\"gp-field\">\n            <label for=\"gp-name\">Your Name<\/label>\n            <input type=\"text\" id=\"gp-name\" name=\"name\" placeholder=\"Enter your name\">\n          <\/div>\n\n          <div class=\"gp-field\">\n            <label for=\"gp-email\">Email Address<\/label>\n            <input type=\"email\" id=\"gp-email\" name=\"email\" placeholder=\"Enter your email\">\n          <\/div>\n\n        <\/div>\n\n        <div class=\"gp-field\">\n          <label for=\"gp-subject\">Subject<\/label>\n\n          <input type=\"text\" id=\"gp-subject\" name=\"subject\" placeholder=\"What would you like to discuss?\">\n        <\/div>\n\n        <div class=\"gp-field\">\n          <label for=\"gp-message\">Your Message<\/label>\n\n          <textarea id=\"gp-message\" name=\"message\" placeholder=\"Write your message here...\"><\/textarea>\n        <\/div>\n\n        <button type=\"submit\" class=\"gp-submit\">\n          Send Message \u2192\n        <\/button>\n\n      <\/form>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- SHARE YOUR THOUGHTS -->\n  <section class=\"gp-content-section\">\n\n    <h2>Share Your Thoughts With Us<\/h2>\n\n    <p>\n      At GlobalPoetr, we believe that good websites grow by\n      listening to their readers. Your feedback helps us understand\n      what visitors find useful and which areas may need improvement.\n    <\/p>\n\n    <h3>Tell Us What You Like<\/h3>\n\n    <p>\n      If you enjoyed an article or found a collection of poetry\n      useful, you are welcome to share your thoughts with us.\n      Your feedback helps us understand which types of content\n      readers enjoy most.\n    <\/p>\n\n    <h3>Tell Us What We Can Improve<\/h3>\n\n    <p>\n      If you believe something can be improved, we want to hear\n      about it. Please explain the issue clearly and include the\n      relevant page or article whenever possible.\n    <\/p>\n\n  <\/section>\n\n\n  <!-- CONTENT SUGGESTIONS -->\n  <section class=\"gp-content-section\">\n\n    <h2>Suggestions for New Poetry Topics<\/h2>\n\n    <p>\n      GlobalPoetr covers poetry and shayari across different\n      themes, languages and occasions. If you cannot find a topic\n      you are looking for, you can suggest it to us.\n    <\/p>\n\n    <h3>Languages and Themes<\/h3>\n\n    <p>\n      You can suggest content in different languages or around\n      specific themes. Your idea may help us discover topics that\n      other readers are also interested in.\n    <\/p>\n\n    <!-- INTERNAL LINKS ADDED -->\n    <div class=\"gp-highlight\">\n\n      <strong>Explore some of our poetry collections:<\/strong>\n\n      <p style=\"margin-top:12px;\">\n        If you enjoy romantic poetry, explore our\n        <a\n          href=\"https:\/\/globalpoetr.com\/?p=361\"\n          style=\"color:#2f8f68;font-weight:700;text-decoration:underline;\"\n        >\n          Love Shayari 2 Line English\n        <\/a>\n        collection for short and heartfelt romantic verses.\n      <\/p>\n\n      <p>\n        For positive and beautiful morning messages, visit our\n        <a\n          href=\"https:\/\/globalpoetr.com\/?p=306\"\n          style=\"color:#2f8f68;font-weight:700;text-decoration:underline;\"\n        >\n          Good Morning Shayari English\n        <\/a>\n        collection featuring morning wishes, love and motivational poetry.\n      <\/p>\n\n    <\/div>\n\n    <div class=\"gp-highlight\">\n      <strong>Popular topic ideas include:<\/strong>\n\n      <ul>\n        <li>Hindi poetry and shayari<\/li>\n        <li>Urdu poetry<\/li>\n        <li>Punjabi poetry<\/li>\n        <li>English poetry<\/li>\n        <li>Gujarati poetry<\/li>\n        <li>Bengali poetry<\/li>\n        <li>Love shayari<\/li>\n        <li>Friendship poetry<\/li>\n        <li>Family poetry<\/li>\n        <li>Birthday wishes and poetry<\/li>\n        <li>Festival wishes<\/li>\n        <li>Good morning and good night wishes<\/li>\n        <li>Attitude captions<\/li>\n        <li>Emotional and inspirational poetry<\/li>\n      <\/ul>\n    <\/div>\n\n  <\/section>\n\n\n  <!-- COPYRIGHT -->\n  <section class=\"gp-content-section\">\n\n    <h2>Content and Copyright Concerns<\/h2>\n\n    <p>\n      GlobalPoetr respects the work of writers, poets, creators\n      and copyright holders. We take content-related concerns\n      seriously and encourage you to contact us if you believe\n      something published on our website requires review.\n    <\/p>\n\n    <h3>What Should You Include?<\/h3>\n\n    <p>\n      For a content or copyright-related request, please provide\n      enough information for us to identify and understand the\n      matter.\n    <\/p>\n\n    <ul>\n      <li>The URL of the page in question<\/li>\n      <li>A clear description of your concern<\/li>\n      <li>Information identifying the specific content<\/li>\n      <li>Your name and contact information<\/li>\n      <li>Any relevant supporting details<\/li>\n    <\/ul>\n\n    <p>\n      Clear and accurate information helps us review your concern\n      properly and determine the appropriate next step.\n    <\/p>\n\n  <\/section>\n\n\n  <!-- BEFORE CONTACT -->\n  <section class=\"gp-content-section\">\n\n    <h2>Before You Contact Us<\/h2>\n\n    <p>\n      Before sending your message, please make sure your information\n      is clear and complete. A specific message helps us understand\n      your request and respond more efficiently.\n    <\/p>\n\n    <h3>Check the Page Information<\/h3>\n\n    <p>\n      If your question is about a specific article, include the\n      article title or page URL. This helps us identify exactly\n      which content you are referring to.\n    <\/p>\n\n    <h3>Explain Your Question Clearly<\/h3>\n\n    <p>\n      A short and specific message is often easier to understand\n      than a long message without clear details.\n    <\/p>\n\n    <div class=\"gp-example\">\n      Example: \u201cThe images on your article page are not loading\n      correctly on my mobile device.\u201d\n    <\/div>\n\n    <h3>Use Accurate Contact Information<\/h3>\n\n    <p>\n      If you expect a response, make sure the contact information\n      you provide is correct. An incorrect email address may\n      prevent us from responding to your message.\n    <\/p>\n\n  <\/section>\n\n\n  <!-- WHY FEEDBACK MATTERS -->\n  <section class=\"gp-content-section\">\n\n    <h2>Why Your Feedback Matters<\/h2>\n\n    <p>\n      A website is more than its articles and pages. It is also\n      the experience readers have while using it. Your feedback\n      helps us understand our audience and continue improving\n      GlobalPoetr.\n    <\/p>\n\n    <div class=\"gp-highlight\">\n\n      <strong>Your feedback can help us:<\/strong>\n\n      <ul>\n        <li>Improve existing content<\/li>\n        <li>Identify website issues<\/li>\n        <li>Understand reader interests<\/li>\n        <li>Discover new poetry topics<\/li>\n        <li>Improve navigation and usability<\/li>\n        <li>Maintain useful and accurate information<\/li>\n        <li>Create a better experience for visitors<\/li>\n      <\/ul>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- COMMUNITY -->\n  <section class=\"gp-content-section\">\n\n    <h2>A Growing Poetry Community<\/h2>\n\n    <p>\n      GlobalPoetr is built around a simple idea: poetry can connect\n      people across languages, cultures and emotions.\n    <\/p>\n\n    <p>\n      People use poetry to express love, remember someone special,\n      celebrate an occasion, share their feelings and communicate\n      emotions that can sometimes be difficult to explain in\n      ordinary words.\n    <\/p>\n\n    <p>\n      That is why we aim to provide content that readers can\n      easily discover, read and share.\n    <\/p>\n\n    <h3>We Welcome Meaningful Conversations<\/h3>\n\n    <p>\n      If you have an idea, question or concern related to\n      GlobalPoetr, you are welcome to share it with us.\n      We value clear communication and constructive feedback.\n    <\/p>\n\n  <\/section>\n\n\n  <!-- FINAL CTA -->\n  <section class=\"gp-final-cta\">\n\n    <h2>Thank You for Reaching Out<\/h2>\n\n    <p>\n      Thank you for visiting GlobalPoetr and taking the time to\n      connect with us. Your questions, suggestions and feedback\n      help us continue building a useful and welcoming poetry\n      platform for readers everywhere.\n    <\/p>\n\n    <div class=\"gp-tagline\">\n      GlobalPoetr \u2014 Where Poetry Speaks Every Language\n    <\/div>\n\n  <\/section>\n\n<\/div>\n\n\n\n<pre class=\"wp-block-code\"><code><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code><br><br><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Contact GlobalPoetr Let\u2019s Stay Connected Have a question, suggestion or feedback for GlobalPoetr? We would love to hear from you. Reach out and help us make our poetry community even better. We\u2019re Here to Hear From You GlobalPoetr is a place where poetry speaks every language. We value our readers, writers, poets and poetry lovers [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-711","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact us - Global Poetr<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/globalpoetr.com\/?page_id=711\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact us - Global Poetr\" \/>\n<meta property=\"og:description\" content=\"Contact GlobalPoetr Let\u2019s Stay Connected Have a question, suggestion or feedback for GlobalPoetr? We would love to hear from you. Reach out and help us make our poetry community even better. We\u2019re Here to Hear From You GlobalPoetr is a place where poetry speaks every language. We value our readers, writers, poets and poetry lovers [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/globalpoetr.com\/?page_id=711\" \/>\n<meta property=\"og:site_name\" content=\"Global Poetr\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-19T21:20:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/globalpoetr.com\\\/?page_id=711\",\"url\":\"https:\\\/\\\/globalpoetr.com\\\/?page_id=711\",\"name\":\"Contact us - Global Poetr\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/globalpoetr.com\\\/#website\"},\"datePublished\":\"2026-09-18T19:31:33+00:00\",\"dateModified\":\"2026-09-19T21:20:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/globalpoetr.com\\\/?page_id=711#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/globalpoetr.com\\\/?page_id=711\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/globalpoetr.com\\\/?page_id=711#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/globalpoetr.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/globalpoetr.com\\\/#website\",\"url\":\"https:\\\/\\\/globalpoetr.com\\\/\",\"name\":\"Global Poetr\",\"description\":\"Where Poetry Speaks Every Language\",\"publisher\":{\"@id\":\"https:\\\/\\\/globalpoetr.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/globalpoetr.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/globalpoetr.com\\\/#organization\",\"name\":\"Global Poetr\",\"url\":\"https:\\\/\\\/globalpoetr.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/globalpoetr.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/globalpoetr.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/cropped-cropped-ChatGPT_Image_Jan_22__2026__06_50_31_AM-removebg-preview.png\",\"contentUrl\":\"https:\\\/\\\/globalpoetr.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/cropped-cropped-ChatGPT_Image_Jan_22__2026__06_50_31_AM-removebg-preview.png\",\"width\":511,\"height\":334,\"caption\":\"Global Poetr\"},\"image\":{\"@id\":\"https:\\\/\\\/globalpoetr.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact us - Global Poetr","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/globalpoetr.com\/?page_id=711","og_locale":"en_US","og_type":"article","og_title":"Contact us - Global Poetr","og_description":"Contact GlobalPoetr Let\u2019s Stay Connected Have a question, suggestion or feedback for GlobalPoetr? We would love to hear from you. Reach out and help us make our poetry community even better. We\u2019re Here to Hear From You GlobalPoetr is a place where poetry speaks every language. We value our readers, writers, poets and poetry lovers [&hellip;]","og_url":"https:\/\/globalpoetr.com\/?page_id=711","og_site_name":"Global Poetr","article_modified_time":"2026-09-19T21:20:16+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/globalpoetr.com\/?page_id=711","url":"https:\/\/globalpoetr.com\/?page_id=711","name":"Contact us - Global Poetr","isPartOf":{"@id":"https:\/\/globalpoetr.com\/#website"},"datePublished":"2026-09-18T19:31:33+00:00","dateModified":"2026-09-19T21:20:16+00:00","breadcrumb":{"@id":"https:\/\/globalpoetr.com\/?page_id=711#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/globalpoetr.com\/?page_id=711"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/globalpoetr.com\/?page_id=711#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/globalpoetr.com\/"},{"@type":"ListItem","position":2,"name":"Contact us"}]},{"@type":"WebSite","@id":"https:\/\/globalpoetr.com\/#website","url":"https:\/\/globalpoetr.com\/","name":"Global Poetr","description":"Where Poetry Speaks Every Language","publisher":{"@id":"https:\/\/globalpoetr.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/globalpoetr.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/globalpoetr.com\/#organization","name":"Global Poetr","url":"https:\/\/globalpoetr.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/globalpoetr.com\/#\/schema\/logo\/image\/","url":"https:\/\/globalpoetr.com\/wp-content\/uploads\/2026\/01\/cropped-cropped-ChatGPT_Image_Jan_22__2026__06_50_31_AM-removebg-preview.png","contentUrl":"https:\/\/globalpoetr.com\/wp-content\/uploads\/2026\/01\/cropped-cropped-ChatGPT_Image_Jan_22__2026__06_50_31_AM-removebg-preview.png","width":511,"height":334,"caption":"Global Poetr"},"image":{"@id":"https:\/\/globalpoetr.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/globalpoetr.com\/index.php?rest_route=\/wp\/v2\/pages\/711","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/globalpoetr.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/globalpoetr.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/globalpoetr.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/globalpoetr.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=711"}],"version-history":[{"count":4,"href":"https:\/\/globalpoetr.com\/index.php?rest_route=\/wp\/v2\/pages\/711\/revisions"}],"predecessor-version":[{"id":750,"href":"https:\/\/globalpoetr.com\/index.php?rest_route=\/wp\/v2\/pages\/711\/revisions\/750"}],"wp:attachment":[{"href":"https:\/\/globalpoetr.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}