/** * Session API: WP_User_Meta_Session_Tokens class * * @package WordPress * @subpackage Session * @since 4.7.0 */ /** * Meta-based user sessions token manager. * * @since 4.0.0 * * @see WP_Session_Tokens */ class WP_User_Meta_Session_Tokens extends WP_Session_Tokens { /** * Retrieves all sessions of the user. * * @since 4.0.0 * * @return array Sessions of the user. */ protected function get_sessions() { $sessions = get_user_meta( $this->user_id, 'session_tokens', true ); if ( ! is_array( $sessions ) ) { return array(); } $sessions = array_map( array( $this, 'prepare_session' ), $sessions ); return array_filter( $sessions, array( $this, 'is_still_valid' ) ); } /** * Converts an expiration to an array of session information. * * @param mixed $session Session or expiration. * @return array Session. */ protected function prepare_session( $session ) { if ( is_int( $session ) ) { return array( 'expiration' => $session ); } return $session; } /** * Retrieves a session based on its verifier (token hash). * * @since 4.0.0 * * @param string $verifier Verifier for the session to retrieve. * @return array|null The session, or null if it does not exist */ protected function get_session( $verifier ) { $sessions = $this->get_sessions(); if ( isset( $sessions[ $verifier ] ) ) { return $sessions[ $verifier ]; } return null; } /** * Updates a session based on its verifier (token hash). * * @since 4.0.0 * * @param string $verifier Verifier for the session to update. * @param array $session Optional. Session. Omitting this argument destroys the session. */ protected function update_session( $verifier, $session = null ) { $sessions = $this->get_sessions(); if ( $session ) { $sessions[ $verifier ] = $session; } else { unset( $sessions[ $verifier ] ); } $this->update_sessions( $sessions ); } /** * Updates the user's sessions in the usermeta table. * * @since 4.0.0 * * @param array $sessions Sessions. */ protected function update_sessions( $sessions ) { if ( $sessions ) { update_user_meta( $this->user_id, 'session_tokens', $sessions ); } else { delete_user_meta( $this->user_id, 'session_tokens' ); } } /** * Destroys all sessions for this user, except the single session with the given verifier. * * @since 4.0.0 * * @param string $verifier Verifier of the session to keep. */ protected function destroy_other_sessions( $verifier ) { $session = $this->get_session( $verifier ); $this->update_sessions( array( $verifier => $session ) ); } /** * Destroys all session tokens for the user. * * @since 4.0.0 */ protected function destroy_all_sessions() { $this->update_sessions( array() ); } /** * Destroys all sessions for all users. * * @since 4.0.0 */ public static function drop_sessions() { delete_metadata( 'user', 0, 'session_tokens', false, true ); } } {"id":2046,"date":"2016-06-28T21:24:33","date_gmt":"2016-06-28T21:24:33","guid":{"rendered":"http:\/\/hb-themes.com\/themes\/highend\/life-coach\/?page_id=5"},"modified":"2024-05-14T08:44:35","modified_gmt":"2024-05-14T08:44:35","slug":"hdpe-pipe-home","status":"publish","type":"page","link":"https:\/\/vindhyaagritech.com\/","title":{"rendered":"Home"},"content":{"rendered":"
[vc_row top_margin=”-100″ bottom_margin=”0″ css=”.vc_custom_1705728753139{margin-top: 0px !important;margin-bottom: -1px !important;padding-top: 60px !important;}”][vc_column animation=”fade-in” css=”.vc_custom_1467299353575{margin-bottom: 0px !important;}”][vc_custom_heading text=”Welcome to Vindhya Agritech : Pioneering Excellence in HDPE Pipe and Fittings Since 2019.” font_container=”tag:h3|font_size:48px|text_align:center|color:%23222222|line_height:56px” google_fonts=”font_family:Playfair%20Display%3Aregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:400%20regular%3A400%3Anormal” css=”.vc_custom_1704624026990{margin-bottom: 10px !important;}”][vc_custom_heading text=”Are you in search of top-notch HDPE Pipe and fittings for your industrial or agricultural needs? Look no further than Vindhya Agritech your trusted partner in delivering quality solutions since 2019.” font_container=”tag:p|font_size:22px|text_align:center|color:%23777777|line_height:32px” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal” css=””][vc_btn title=”READ MORE” style=”classic” shape=”round” color=”success” size=”lg” align=”center” css=”” link=”url:https%3A%2F%2Fvindhyaagritech.com%2Fabout-us-vindhya-agritech%2F|title:About%20Us”]
<\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row content_placement=”middle”][vc_column width=”1\/2″][vc_custom_heading text=”About Vindhya Agritech !” font_container=”tag:h2|text_align:left|color:%237c940c” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:500%20bold%20regular%3A500%3Anormal”][vc_custom_heading text=”Established in 2019, Vindhya Agritech has rapidly emerged as a trusted name in the manufacturing of HDPE pipes and fittings. Our state-of-the-art facility is equipped with cutting-edge technology, allowing us to meet the diverse needs of industries ranging from agriculture to infrastructure.” font_container=”tag:h5|text_align:justify” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:400%20regular%3A400%3Anormal”][vc_btn title=”READ MORE” style=”classic” shape=”round” color=”success” size=”xs” align=”left” css=”” link=”url:https%3A%2F%2Fvindhyaagritech.com%2Fabout-us-vindhya-agritech%2F|title:About%20Us”][\/vc_column][vc_column width=”1\/2″][vc_single_image image=”1688″ img_size=”medium” alignment=”center” style=”vc_box_circle_2″ css=”” el_class=”hb-max-80″][\/vc_column][\/vc_row][vc_row full_width=”stretch_row” css=”.vc_custom_1705819498662{background-color: rgba(119,214,51,0.2) !important;*background-color: rgb(119,214,51) !important;}”][vc_column][vc_custom_heading text=”Our Product” font_container=”tag:h3|font_size:48px|text_align:center|color:%23222222|line_height:56px” google_fonts=”font_family:Playfair%20Display%3Aregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:400%20regular%3A400%3Anormal” css=”.vc_custom_1705816939502{margin-bottom: 10px !important;}”][vc_row_inner gap=”35″ el_class=”hb-aligncenter”][vc_column_inner width=”1\/3″]
\"Image\"\/<\/a><\/span><\/div>[vc_custom_heading text=”HDPE Pipe” font_container=”tag:h2|text_align:center|color:%237c940c” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:500%20bold%20regular%3A500%3Anormal” link=”url:https%3A%2F%2Fvindhyaagritech.com%2Fhdpe-pipe%2F|title:HDPE%20PIPE”]
\"Image\"\/<\/a><\/span><\/div>[vc_custom_heading text=”Sprinkler Irrigation” font_container=”tag:h2|text_align:center|color:%237c940c” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:500%20bold%20regular%3A500%3Anormal” link=”url:https%3A%2F%2Fvindhyaagritech.com%2Fsprinkler-irrigation%2F|title:Sprinkler%20Irrigation”][\/vc_column_inner][vc_column_inner width=”1\/3″]
\"Image\"\/<\/a><\/span><\/div>[vc_custom_heading text=”HDPE Sprinkler Pipe” font_container=”tag:h2|text_align:center|color:%237c940c” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:500%20bold%20regular%3A500%3Anormal” link=”url:https%3A%2F%2Fvindhyaagritech.com%2Fhdpe-sprinkler-pipe%2F|title:HDPE%20Sprinkler%20Pipe”]
\"Image\"\/<\/a><\/span><\/div>[vc_custom_heading text=”MDPE Pipe” font_container=”tag:h2|text_align:center|color:%237c940c” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:500%20bold%20regular%3A500%3Anormal” link=”url:https%3A%2F%2Fvindhyaagritech.com%2Fmdpe-pipe%2F|title:MDPE%20Pipe”][\/vc_column_inner][vc_column_inner width=”1\/3″]
\"Image\"\/<\/a><\/span><\/div>[vc_custom_heading text=”HDPE Pipe Fittings” font_container=”tag:h2|text_align:center|color:%237c940c” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:500%20bold%20regular%3A500%3Anormal” link=”url:https%3A%2F%2Fvindhyaagritech.com%2Fhdpe-pipe-fittings%2F|title:HDPE%20Pipe%20Fittings”]
\"Image\"\/<\/a><\/span><\/div>[vc_custom_heading text=”PLB HDPE DUCT PIPE” font_container=”tag:h2|text_align:center|color:%237c940c” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:500%20bold%20regular%3A500%3Anormal” link=”url:https%3A%2F%2Fvindhyaagritech.com%2Fplb-hdpe-duct-pipe%2F|title:PLB%20HDPE%20Duct%20Pipe”][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row fullwidth=”yes” top_margin=”0″ bottom_margin=”0″ css=”.vc_custom_1705736574953{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 60px !important;padding-bottom: 60px !important;background-image: url(https:\/\/vindhyaagritech.com\/wp-content\/uploads\/2016\/06\/sayagata-400px.png?id=33) !important;}” background_color=”#ffffff”][vc_column animation=”fade-in” css=”.vc_custom_1467299366330{margin-bottom: 0px !important;}”][vc_custom_heading text=”Why choose us !” font_container=”tag:h3|font_size:48px|text_align:center|color:%23222222|line_height:56px” google_fonts=”font_family:Playfair%20Display%3Aregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:400%20regular%3A400%3Anormal” css=”.vc_custom_1705817015656{margin-bottom: 10px !important;}”][vc_custom_heading text=”Because Vindhya Agritech Belive in” font_container=”tag:p|font_size:22px|text_align:center|color:%23777777|line_height:32px” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:300%20light%20regular%3A300%3Anormal”][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJoYi16aWctemFnLXNlcGFyYXRvci1ob2xkZXIlMjBjbGVhcmZpeCUyMiUyMHN0eWxlJTNEJTIybWFyZ2luLXRvcCUzQSUyMDI5cHglM0JtYXJnaW4tYm90dG9tJTNBJTIwMjBweCUzQnRleHQtYWxpZ24lM0FjZW50ZXIlM0IlMjIlM0UlMEElMDklM0NzdmclMjB2ZXJzaW9uJTNEJTIyMS4xJTIyJTIweG1sbnMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LnczLm9yZyUyRjIwMDAlMkZzdmclMjIlMjB4bWxucyUzQXhsaW5rJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy53My5vcmclMkYxOTk5JTJGeGxpbmslMjIlMjB4JTNEJTIyMHB4JTIyJTIweSUzRCUyMjBweCUyMiUyMGhlaWdodCUzRCUyMjE0JTIyJTIwd2lkdGglM0QlMjI2OCUyMiUyMHZpZXdCb3glM0QlMjIwJTIwMCUyMDY5LjE3MiUyMDE0Ljk3NSUyMiUyMHhtbCUzQXNwYWNlJTNEJTIycHJlc2VydmUlMjIlM0UlMEElMDklM0NwYXRoJTIwY2xhc3MlM0QlMjJoYi16aWctemFnLXNlcGFyYXRvciUyMiUyMCUyMGQlM0QlMjJNMS4zNTclMkMxMi4yNiUyMDEwLjgwNyUyQzIuODElMjAyMC4zMjglMkMxMi4zMzIlMEElMDklMDkyOS43ODElMkMyLjg3OSUyMDM5LjIyMyUyQzEyLjMyMSUyMDQ4Ljc1NCUyQzIuNzklMjA1OC4yODYlMkMxMi4zMjElMjA2Ny44MTUlMkMyLjc5MyUyMCUyMiUyRiUzRSUwQSUwOSUzQyUyRnN2ZyUzRSUwQSUzQyUyRmRpdiUzRSUwQSUwQSUzQ3N0eWxlJTIwdHlwZSUzRCUyMnRleHQlMkZjc3MlMjIlM0UlMEEuaGItemlnLXphZy1zZXBhcmF0b3ItaG9sZGVyJTIwLmhiLXppZy16YWctc2VwYXJhdG9yJTIwJTdCJTBBJTIwJTIwJTIwJTIwZmlsbCUzQSUyMG5vbmUlM0IlMEElMjAlMjAlMjAlMjBzdHJva2UlM0ElMjAlMjNkZGQlM0IlMEElMjAlMjAlMjAlMjBzdHJva2Utd2lkdGglM0ElMjAzLjclM0IlMEElMjAlMjAlMjAlMjBzdHJva2UtbWl0ZXJsaW1pdCUzQSUyMDEwJTNCJTBBJTdEJTBBJTNDJTJGc3R5bGUlM0U=[\/vc_raw_html][vc_row_inner][vc_column_inner width=”1\/3″]
\"Image\"\/<\/a><\/span><\/div>[vc_custom_heading text=”Quality Assurance” font_container=”tag:p|font_size:22px|text_align:center|color:%237c940c|line_height:32px” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:500%20bold%20regular%3A500%3Anormal” css=”.vc_custom_1705669308197{margin-top: 25px !important;}”][vc_column_text el_class=”hb-max-80″]\n

Unwavering quality commitment. Rigorous checks ensure durable, long-lasting HDPE pipes and fittings meeting international standards for reliability.<\/p>\n[\/vc_column_text][\/vc_column_inner][vc_column_inner width=”1\/3″]

\"Image\"\/<\/a><\/span><\/div>[vc_custom_heading text=”Customer-Centric Approach” font_container=”tag:p|font_size:22px|text_align:center|color:%237c940c|line_height:32px” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:500%20bold%20regular%3A500%3Anormal” css=”.vc_custom_1705726890547{margin-top: 25px !important;}”][vc_column_text el_class=”hb-max-80″]\n
\n
\n
\n
\n
\n
\n
\n
\n

Customer satisfaction is our priority. We collaborate closely, tailoring HDPE solutions to meet unique project demands through a customer-centric approach.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n

\n
\n
\n
\n
\n
\n
<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n[\/vc_column_text][\/vc_column_inner][vc_column_inner width=”1\/3″]
\"Image\"\/<\/a><\/span><\/div>[vc_custom_heading text=”Competitive Pricing” font_container=”tag:p|font_size:22px|text_align:center|color:%237c940c|line_height:32px” google_fonts=”font_family:Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic|font_style:500%20bold%20regular%3A500%3Anormal” css=”.vc_custom_1705671094224{margin-top: 25px !important;}”][vc_column_text el_class=”hb-max-80″]\n

Quality commitment meets affordability. Our HDPE pipes ensure cost-effective solutions with competitive pricing, accessible to diverse industries.<\/p>\n[\/vc_column_text][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]\n<\/div>","protected":false},"excerpt":{"rendered":"

[vc_row top_margin=”-100″ bottom_margin=”0″ css=”.vc_custom_1705728753139{margin-top: 0px !important;margin-bottom: -1px !important;padding-top: 60px !important;}”][vc_column animation=”fade-in” css=”.vc_custom_1467299353575{margin-bottom: 0px !important;}”][vc_custom_heading text=”Welcome to Vindhya Agritech : Pioneering Excellence in HDPE Pipe and Fittings Since 2019.” font_container=”tag:h3|font_size:48px|text_align:center|color:%23222222|line_height:56px” google_fonts=”font_family:Playfair%20Display%3Aregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:400%20regular%3A400%3Anormal” […]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"yoast_head":"\nHDPE PIPE - Vindhya Agritech<\/title>\n<meta name=\"description\" content=\""Discover Vindhya Agritech's top-quality HDPE pipe and fittings. Since 2019, we offer durable, affordable solutions for industrial and agricultural needs. Learn more!"\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vindhyaagritech.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HDPE PIPE - Vindhya Agritech\" \/>\n<meta property=\"og:description\" content=\""Discover Vindhya Agritech's top-quality HDPE pipe and fittings. Since 2019, we offer durable, affordable solutions for industrial and agricultural needs. Learn more!"\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vindhyaagritech.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Vindhya Agritech\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-14T08:44:35+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:\/\/vindhyaagritech.com\/\",\"url\":\"https:\/\/vindhyaagritech.com\/\",\"name\":\"HDPE PIPE - Vindhya Agritech\",\"isPartOf\":{\"@id\":\"https:\/\/www.vindhyaagritech.com\/#website\"},\"datePublished\":\"2016-06-28T21:24:33+00:00\",\"dateModified\":\"2024-05-14T08:44:35+00:00\",\"description\":\"\\\"Discover Vindhya Agritech's top-quality HDPE pipe and fittings. Since 2019, we offer durable, affordable solutions for industrial and agricultural needs. Learn more!\\\"\",\"breadcrumb\":{\"@id\":\"https:\/\/vindhyaagritech.com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/vindhyaagritech.com\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/vindhyaagritech.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/vindhyaagritech.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.vindhyaagritech.com\/#website\",\"url\":\"https:\/\/www.vindhyaagritech.com\/\",\"name\":\"Vindhya Agritech\",\"description\":\"Belive In Quality\",\"publisher\":{\"@id\":\"https:\/\/www.vindhyaagritech.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.vindhyaagritech.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.vindhyaagritech.com\/#organization\",\"name\":\"Vindhya Agritech\",\"url\":\"https:\/\/www.vindhyaagritech.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.vindhyaagritech.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/vindhyaagritech.com\/wp-content\/uploads\/2023\/08\/cropped-vindhya-logo3.png\",\"contentUrl\":\"https:\/\/vindhyaagritech.com\/wp-content\/uploads\/2023\/08\/cropped-vindhya-logo3.png\",\"width\":2654,\"height\":1259,\"caption\":\"Vindhya Agritech\"},\"image\":{\"@id\":\"https:\/\/www.vindhyaagritech.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HDPE PIPE - Vindhya Agritech","description":"\"Discover Vindhya Agritech's top-quality HDPE pipe and fittings. Since 2019, we offer durable, affordable solutions for industrial and agricultural needs. Learn more!\"","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:\/\/vindhyaagritech.com\/","og_locale":"en_US","og_type":"article","og_title":"HDPE PIPE - Vindhya Agritech","og_description":"\"Discover Vindhya Agritech's top-quality HDPE pipe and fittings. Since 2019, we offer durable, affordable solutions for industrial and agricultural needs. Learn more!\"","og_url":"https:\/\/vindhyaagritech.com\/","og_site_name":"Vindhya Agritech","article_modified_time":"2024-05-14T08:44:35+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vindhyaagritech.com\/","url":"https:\/\/vindhyaagritech.com\/","name":"HDPE PIPE - Vindhya Agritech","isPartOf":{"@id":"https:\/\/www.vindhyaagritech.com\/#website"},"datePublished":"2016-06-28T21:24:33+00:00","dateModified":"2024-05-14T08:44:35+00:00","description":"\"Discover Vindhya Agritech's top-quality HDPE pipe and fittings. Since 2019, we offer durable, affordable solutions for industrial and agricultural needs. Learn more!\"","breadcrumb":{"@id":"https:\/\/vindhyaagritech.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vindhyaagritech.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vindhyaagritech.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vindhyaagritech.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/www.vindhyaagritech.com\/#website","url":"https:\/\/www.vindhyaagritech.com\/","name":"Vindhya Agritech","description":"Belive In Quality","publisher":{"@id":"https:\/\/www.vindhyaagritech.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.vindhyaagritech.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.vindhyaagritech.com\/#organization","name":"Vindhya Agritech","url":"https:\/\/www.vindhyaagritech.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.vindhyaagritech.com\/#\/schema\/logo\/image\/","url":"https:\/\/vindhyaagritech.com\/wp-content\/uploads\/2023\/08\/cropped-vindhya-logo3.png","contentUrl":"https:\/\/vindhyaagritech.com\/wp-content\/uploads\/2023\/08\/cropped-vindhya-logo3.png","width":2654,"height":1259,"caption":"Vindhya Agritech"},"image":{"@id":"https:\/\/www.vindhyaagritech.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/vindhyaagritech.com\/wp-json\/wp\/v2\/pages\/2046"}],"collection":[{"href":"https:\/\/vindhyaagritech.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vindhyaagritech.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vindhyaagritech.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vindhyaagritech.com\/wp-json\/wp\/v2\/comments?post=2046"}],"version-history":[{"count":0,"href":"https:\/\/vindhyaagritech.com\/wp-json\/wp\/v2\/pages\/2046\/revisions"}],"wp:attachment":[{"href":"https:\/\/vindhyaagritech.com\/wp-json\/wp\/v2\/media?parent=2046"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}