Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - yhfab.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 20 May 2025 00:17:11 GMT
Server: Apache
X-Powered-By: PHP/7.1.33
X-Redirect-By: WordPress
Upgrade: h2,h2c
Connection: Upgrade
Location: https://yhfab.com/
Vary: Accept-Encoding
Content-Length: 0
Content-Type: text/html; charset=UTF-8

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

403 Forbidden - https://yhfab.com/
HTTP Status: 403
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Tue, 20 May 2025 00:17:14 GMT
Server: Apache
X-Powered-By: PHP/7.1.33
Link: <https://yhfab.com/wp-json/>; rel="https://api.w.org/", <https://yhfab.com/wp-json/wp/v2/pages/4>; rel="alternate"; type="application/json", <https://yhfab.com/>; rel=shortlink
Upgrade: h2,h2c
Connection: Upgrade
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8

HTTP Code 403 Forbidden

403 status code indicates that access to the requested resource is denied, even with authentication.

When is Code 403 used?

  • When accessing restricted content without necessary permissions
  • When security rules block a request
  • When an IP address is banned

What does Code 403 mean for the user?

The user is informed that they do not have permission to access the resource.

GET / HTTP/1.1
Host: yhfab.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html>
<html class="no-js" lang="en" >
	<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
		<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO plugin v17.7.1 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Precision CNC Machining Services | CNC Machining Company</title>
	<meta name="description" content="York Haven Fabricators, Inc. is a state-of-the-art CNC machining company, sheet metal fabrication and precision cnc machining services company." />
	<link rel="canonical" href="https://yhfab.com/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Precision CNC Machining Services | CNC Machining Company" />
	<meta property="og:description" content="York Haven Fabricators, Inc. is a state-of-the-art CNC machining company, sheet metal fabrication and precision cnc machining services company." />
	<meta property="og:url" content="https://yhfab.com/" />
	<meta property="og:site_name" content="York Haven Fabricators, Inc." />
	<meta property="article:modified_time" content="2020-04-02T15:53:23+00:00" />
	<meta name="twitter:card" content="summary" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://yhfab.com/#website","url":"https://yhfab.com/","name":"York Haven Fabricators, Inc.","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://yhfab.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en"},{"@type":"WebPage","@id":"https://yhfab.com/#webpage","url":"https://yhfab.com/","name":"Precision CNC Machining Services | CNC Machining Company","isPartOf":{"@id":"https://yhfab.com/#website"},"datePublished":"2016-04-15T13:51:40+00:00","dateModified":"2020-04-02T15:53:23+00:00","description":"York Haven Fabricators, Inc. is a state-of-the-art CNC machining company, sheet metal fabrication and precision cnc machining services company.","breadcrumb":{"@id":"https://yhfab.com/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https://yhfab.com/"]}]},{"@type":"BreadcrumbList","@id":"https://yhfab.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//ajax.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v8.2.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=UA-103747632-1"  type="text/javascript" data-cfasync="false" async></script>
			<script type="text/javascript" data-cfasync="false">
				var mi_version = '8.2.0';
				var mi_track_user = true;
				var mi_no_track_reason = '';
				
								var disableStrs = [
															'ga-disable-UA-103747632-1',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if ( __gtagTrackerIsOptedOut() ) {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						window[ disableStrs[ index ] ] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[ disableStrs[ index ] ] = true;
					}
				}

				if ( 'undefined' === typeof gaOptout ) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if ( mi_track_user ) {
					function __gtagDataLayer() {
						dataLayer.push( arguments );
					}

					function __gtagTracker( type, name, parameters ) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply( null, arguments );
							return;
						}

						if ( type === 'event' ) {
							
															parameters.send_to = monsterinsights_frontend.ua;
								__gtagDataLayer( type, name, parameters );
													} else {
							__gtagDataLayer.apply( null, arguments );
						}
					}
					__gtagTracker( 'js', new Date() );
					__gtagTracker( 'set', {
						'developer_id.dZGIzZG' : true,
											} );
															__gtagTracker( 'config', 'UA-103747632-1', {"forceSSL":"true"} );
										window.gtag = __gtagTracker;										(
						function () {
							/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
							/* ga and __gaTracker compatibility shim. */
							var noopfn = function () {
								return null;
							};
							var newtracker = function () {
								return new Tracker();
							};
							var Tracker = function () {
								return null;
							};
							var p = Tracker.prototype;
							p.get = noopfn;
							p.set = noopfn;
							p.send = function (){
								var args = Array.prototype.slice.call(arguments);
								args.unshift( 'send' );
								__gaTracker.apply(null, args);
							};
							var __gaTracker = function () {
								var len = arguments.length;
								if ( len === 0 ) {
									return;
								}
								var f = arguments[len - 1];
								if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
									if ( 'send' === arguments[0] ) {
										var hitConverted, hitObject = false, action;
										if ( 'event' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[3] ) {
												hitObject = {
													'eventAction': arguments[3],
													'eventCategory': arguments[2],
													'eventLabel': arguments[4],
													'value': arguments[5] ? arguments[5] : 1,
												}
											}
										}
										if ( 'pageview' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[2] ) {
												hitObject = {
													'eventAction': 'page_view',
													'page_path' : arguments[2],
												}
											}
										}
										if ( typeof arguments[2] === 'object' ) {
											hitObject = arguments[2];
										}
										if ( typeof arguments[5] === 'object' ) {
											Object.assign( hitObject, arguments[5] );
										}
										if ( 'undefined' !== typeof arguments[1].hitType ) {
											hitObject = arguments[1];
											if ( 'pageview' === hitObject.hitType ) {
												hitObject.eventAction = 'page_view';
											}
										}
										if ( hitObject ) {
											action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
											hitConverted = mapArgs( hitObject );
											__gtagTracker( 'event', action, hitConverted );
										}
									}
									return;
								}

								function mapArgs( args ) {
									var arg, hit = {};
									var gaMap = {
										'eventCategory': 'event_category',
										'eventAction': 'event_action',
										'eventLabel': 'event_label',
										'eventValue': 'event_value',
										'nonInteraction': 'non_interaction',
										'timingCategory': 'event_category',
										'timingVar': 'name',
										'timingValue': 'value',
										'timingLabel': 'event_label',
										'page' : 'page_path',
										'location' : 'page_location',
										'title' : 'page_title',
									};
									for ( arg in args ) {
																				if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) {
											hit[gaMap[arg]] = args[arg];
										} else {
											hit[arg] = args[arg];
										}
									}
									return hit;
								}

								try {
									f.hitCallback();
								} catch ( ex ) {
								}
							};
							__gaTracker.create = newtracker;
							__gaTracker.getByName = newtracker;
							__gaTracker.getAll = function () {
								return [];
							};
							__gaTracker.remove = noopfn;
							__gaTracker.loaded = true;
							window['__gaTracker'] = __gaTracker;
						}
					)();
									} else {
										console.log( "" );
					( function () {
							function __gtagTracker() {
								return null;
							}
							window['__gtagTracker'] = __gtagTracker;
							window['gtag'] = __gtagTracker;
					} )();
									}
			</script>
				<!-- / Google Analytics by MonsterInsights -->
		<link rel='stylesheet' id='wp-block-library-css'  href='https://yhfab.com/wp-includes/css/dist/block-library/style.min.css?ver=5.8.10' type='text/css' media='all' />
<link rel='stylesheet' id='main-stylesheet-css'  href='https://yhfab.com/wp-content/themes/YHFAB/assets/stylesheets/foundation.css?ver=2.6.1' type='text/css' media='all' />
<script type='text/javascript' id='monsterinsights-frontend-script-js-extra'>
/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/yhfab.com","hash_tracking":"false","ua":"UA-103747632-1","v4_id":""};
/* ]]> */
</script>
<script type='text/javascript' src='https://yhfab.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.2.0' id='monsterinsights-frontend-script-js'></script>
<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js?ver=2.1.0' id='jquery-js'></script>
<link rel="https://api.w.org/" href="https://yhfab.com/wp-json/" /><link rel="alternate" type="application/json" href="https://yhfab.com/wp-json/wp/v2/pages/4" /><link rel="alternate" type="application/json+oembed" href="https://yhfab.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fyhfab.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://yhfab.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fyhfab.com%2F&#038;format=xml" />
    <script type="text/javascript">
        function nxsPostToFav(obj){ obj.preventDefault;
            var k = obj.target.split("-"); var nt = k[0]; var ii = k[1];  var pid = k[2];
            var data = {  action:'nxs_snap_aj', nxsact: 'manPost', nt:nt, id: pid, nid: ii, et_load_builder_modules:1, _wpnonce: 'da569d49d6'};
            jQuery('#nxsFavNoticeCnt').html('<p> Posting... </p>'); jQuery('#nxsFavNotice').modal({ fadeDuration: 50 });
            jQuery.post('https://yhfab.com/wp-admin/admin-ajax.php', data, function(response) { if (response=='') response = 'Message Posted';
                jQuery('#nxsFavNoticeCnt').html('<p> ' + response + '</p>' +'<input type="button"  onclick="jQuery.modal.close();" class="bClose" value="Close" />');
            });
        }
    </script>		<link href='https://fonts.googleapis.com/css?family=Raleway:600,700,800,500' rel='stylesheet' type='text/css'>
	</head>
	<body data-rsssl=1 class="home page-template page-template-page-templates page-template-front page-template-page-templatesfront-php page page-id-4 offcanvas">
	
	
	
	<div class="hide-for-large mobile-brand">
		<div class="row">
			<div class="medium-12 columns text-center">
				<a href="https://yhfab.com/" rel="home"><img src="https://yhfab.com/wp-content/themes/YHFAB/assets/images/logo/logo-yhfab.png"></a>
			</div>
		</div>
	</div>

	<header class="site-header hide-for-large" role="banner">
		<div class="row">
			<div class="small-3 columns">
				<div class="title-bar" data-responsive-toggle="site-navigation" data-hide-for="large">
					<button class="menu-icon" type="button" data-toggle="mobile-menu"></button>
				</div>
			</div>



		<nav id="site-navigation" class="main-navigation top-bar" role="navigation">
			<div class="row">
				<div class="large-3 columns">
					<div class="top-bar-left">
						<ul class="menu">
							<li class="home"><a href="https://yhfab.com/" rel="home"><img src="https://yhfab.com/wp-content/themes/YHFAB/assets/images/logo/logo-yhfab.png"></a></li>
						</ul>
					</div>
				</div>
				<div class="large-9 columns">
					<div class="top-bar-right">
						<ul id="menu-main-nav" class="dropdown menu desktop-menu" data-dropdown-menu><li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="https://yhfab.com/about-us/">About Us</a></li>
<li id="menu-item-142" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-142"><a href="#">Capabilities</a>
<ul class="dropdown menu vertical" data-toggle>
	<li id="menu-item-114" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-114"><a href="https://yhfab.com/capabilities/programming-engineering/">Programming &#038; Engineering</a></li>
	<li id="menu-item-113" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-113"><a href="https://yhfab.com/capabilities/lasers-turret-punch-presses/">Lasers &#038; Turret Punch Presses</a></li>
	<li id="menu-item-111" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111"><a href="https://yhfab.com/capabilities/cnc-forming/">CNC Forming</a></li>
	<li id="menu-item-112" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112"><a href="https://yhfab.com/capabilities/cnc-machining/">CNC Machining</a></li>
	<li id="menu-item-141" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-141"><a href="https://yhfab.com/capabilities/additional-services/">Additional Services</a></li>
</ul>
</li>
<li id="menu-item-22" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a href="https://yhfab.com/contact-us/">Contact Us</a></li>
<li id="menu-item-21" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21"><a href="https://yhfab.com/careers/">Careers</a></li>
<li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://yhfab.com/blog/">Blog</a></li>
</ul>
													
<nav class="vertical menu" id="mobile-menu" role="navigation">
  <ul id="menu-main-nav-1" class="vertical menu" data-accordion-menu><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="https://yhfab.com/about-us/">About Us</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-142"><a href="#">Capabilities</a>
<ul class="vertical nested menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-114"><a href="https://yhfab.com/capabilities/programming-engineering/">Programming &#038; Engineering</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-113"><a href="https://yhfab.com/capabilities/lasers-turret-punch-presses/">Lasers &#038; Turret Punch Presses</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111"><a href="https://yhfab.com/capabilities/cnc-forming/">CNC Forming</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112"><a href="https://yhfab.com/capabilities/cnc-machining/">CNC Machining</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-141"><a href="https://yhfab.com/capabilities/additional-services/">Additional Services</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a href="https://yhfab.com/contact-us/">Contact Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21"><a href="https://yhfab.com/careers/">Careers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://yhfab.com/blog/">Blog</a></li>
</ul></nav>
											</div>
				</div>
			</div>
		</nav>

		</div>
	</header>

	<div class="hide-for-large">
		<div class="corp-bar">
			<div class="row">
				<div class="large-2 large-offset-2 medium-3 small-4 columns info-block text-center">
					<span><a href="tel:717-932-4000">717.932.4000</a></span>
					<span>Telephone <i class="fa fa-phone" aria-hidden="true"></i></span>
				</div>

				<div class="large-2 medium-3 small-4 columns info-block text-center">
					<span><a href="mailto:[email protected]" target="_blank">[email protected]</a></span>
					<span>E-mail <i class="fa fa-envelope" aria-hidden="true"></i></span>
				</div>

				<div class="large-2 medium-3 small-3 columns info-block hide-for-small-only text-center">
					<span><a href="https://goo.gl/maps/77onrbi7uJD2" target="_blank">2850 Lewisberry Rd,</a></span>
					<span><a href="https://goo.gl/maps/77onrbi7uJD2" target="_blank">York Haven, PA 17370 <i class="fa fa-map-marker" aria-hidden="true"></i><a/></span>
				</div>

				<a href="https://yhfab.com/wp-content/uploads/2016/04/1628185-01_QMS_ENG_.pdf" target="_blank"><div class="large-2 medium-3 small-4 columns info-block iso text-center">
					<span>ISO 9001:2015</span>
					<span>Certified</span>
				</div></a>
			</div>
		</div>
	</div>

	<div data-sticky-container  class="show-for-large">
		<div class="sticky-wrap" data-sticky data-options="marginTop:0;">
			<div class="corp-bar">
				<div class="row">

					<div class="large-2 large-offset-2 medium-2 small-4 columns info-block small-only-text-center">
						<span><a href="tel:717-932-4000">717.932.4000</a></span>
						<span>Telephone <i class="fa fa-phone" aria-hidden="true"></i></span>
					</div>

					<div class="large-2 medium-2 small-4 columns info-block small-only-text-center">
						<span><a href="mailto:[email protected]" target="_blank">[email protected]</a></span>
						<span>E-mail <i class="fa fa-envelope" aria-hidden="true"></i></span>
					</div>

					<div class="large-2 medium-3 small-3 columns info-block hide-for-small-only">
						<span><a href="https://goo.gl/maps/77onrbi7uJD2" target="_blank">2850 Lewisberry Rd,</a></span>
						<span><a href="https://goo.gl/maps/77onrbi7uJD2" target="_blank">York Haven, PA 17370 <i class="fa fa-map-marker" aria-hidden="true"></i><a/></span>
					</div>

					<a href="https://yhfab.com/wp-content/uploads/2024/01/1628185_QMS_ENG.pdf" target="_blank"><div class="large-2 medium-2 small-4 columns info-block iso small-only-text-center">
						<span>ISO 9001:2015</span>
						<span>Certified</span>
					</div></a>
				</div>
			</div>

			<header id="masthead" class="site-header" role="banner">
				<div class="title-bar" data-responsive-toggle="site-navigation" data-hide-for="large">
					<div class="title-bar-title">
						<a href="https://yhfab.com/" rel="home"><img src="https://yhfab.com/wp-content/themes/YHFAB/assets/images/logo/logo-yhfab.png"></a>
					</div>
					<button class="menu-icon" type="button" data-toggle="mobile-menu"></button>
				</div>

				<nav id="site-navigation" class="main-navigation top-bar" role="navigation">
					<div class="row">
						<div class="large-3 columns">
							<div class="top-bar-left">
								<ul class="menu">
									<li class="home"><a href="https://yhfab.com/" rel="home"><img src="https://yhfab.com/wp-content/themes/YHFAB/assets/images/logo/logo-yhfab.png"></a></li>
								</ul>
							</div>
						</div>
						<div class="large-9 columns">
							<div class="top-bar-right">
								<ul id="menu-main-nav-2" class="dropdown menu desktop-menu" data-dropdown-menu><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="https://yhfab.com/about-us/">About Us</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-142"><a href="#">Capabilities</a>
<ul class="dropdown menu vertical" data-toggle>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-114"><a href="https://yhfab.com/capabilities/programming-engineering/">Programming &#038; Engineering</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-113"><a href="https://yhfab.com/capabilities/lasers-turret-punch-presses/">Lasers &#038; Turret Punch Presses</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111"><a href="https://yhfab.com/capabilities/cnc-forming/">CNC Forming</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112"><a href="https://yhfab.com/capabilities/cnc-machining/">CNC Machining</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-141"><a href="https://yhfab.com/capabilities/additional-services/">Additional Services</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a href="https://yhfab.com/contact-us/">Contact Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21"><a href="https://yhfab.com/careers/">Careers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://yhfab.com/blog/">Blog</a></li>
</ul>
																	
<nav class="vertical menu" id="mobile-menu" role="navigation">
  <ul id="menu-main-nav-3" class="vertical menu" data-accordion-menu><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="https://yhfab.com/about-us/">About Us</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-142"><a href="#">Capabilities</a>
<ul class="vertical nested menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-114"><a href="https://yhfab.com/capabilities/programming-engineering/">Programming &#038; Engineering</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-113"><a href="https://yhfab.com/capabilities/lasers-turret-punch-presses/">Lasers &#038; Turret Punch Presses</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-111"><a href="https://yhfab.com/capabilities/cnc-forming/">CNC Forming</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-112"><a href="https://yhfab.com/capabilities/cnc-machining/">CNC Machining</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-141"><a href="https://yhfab.com/capabilities/additional-services/">Additional Services</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"><a href="https://yhfab.com/contact-us/">Contact Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21"><a href="https://yhfab.com/careers/">Careers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="https://yhfab.com/blog/">Blog</a></li>
</ul></nav>
															</div>
						</div>
					</div>
				</nav>
			</header>
		</div>
	</div>

	
	<section class="container">
		
<div class="video-wrap">
	<video autoplay id="bgvid" class="fullscreen">
	    <source src="https://yhfab.com/wp-content/themes/YHFAB/assets/videos/yhfab.webm" type="video/webm">
	    <source src="https://yhfab.com/wp-content/themes/YHFAB/assets/videos/yhfab.mp4" type="video/mp4">
	</video>
</div>


<div class="intro-wrap">
	<section class="intro" role="main">
		<div class="post-4 page type-page status-publish hentry" id="post-4">
						<div class="entry-content">
				<div class="large-6 columns">
					
						<img src="https://yhfab.com/wp-content/uploads/2016/04/YHFAB_Welder.jpg" alt="" />

									</div>
				<div class="large-6 columns intro-copy">
					<p><p><strong>York Haven Fabricators, Inc. is a state-of-the-art sheet metal fabrication and CNC machining company, manufacturing industrial machinery for commercial and service industries.</strong>  This woman-owned family business is now under 2nd generation leadership for precision CNC machining services. York Haven Fabricators (YHF) was established in 1998 by Henry Shefet as a Division of Daisy Data (a ruggedized computer manufacturing company) which he founded in 1982. In 2001, York Haven Fabricators became its own company. In addition to servicing Daisy Data Displays, York Haven Fabricators has over one hundred precision CNC machining services customers in a variety of markets, including military, medical, lighting, automotive, packaging and energy industries.</p>
</p>
					<a href="https://yhfab.com/about-us/">[Read More]</a>
				</div>
			</div>
			<footer>
								<p></p>
			</footer>
						

					</div>
	</section>
</div>


		</section>
				<div id="footer-container">
			<div class="row">
				<div class="large-6 columns end">
					<img src="https://yhfab.com/wp-content/themes/YHFAB/assets/images/logo/logo-yhfab.png">
				</div>
			</div>
			<footer id="footer">
				<div class="row">
					<div class="footer-one large-4 columns contact">
						<h4>Contact Us</h4>
						<ul>
							<li><span class="f-label">Telephone:</span> 717.932.4000</li>
							<li><span class="f-label">Fax:</span> 717.932.5555</li>
							<li><span class="f-label">Email:</span> <a href="mailto:[email protected]">[email protected]</a></li>
						</ul>
					</div>

					<div class="footer-two large-3 columns">
						<h4>Visit Us</h4>
						<ul>
							<li>2850 Lewisberry Rd.</li>
							<li>York Haven, PA 17370</li>
							<li class="directions"><a href="https://goo.gl/maps/77onrbi7uJD2" target="_blank">Get Directions</a></li>
						</ul>
					</div>

					<div class="footer-three large-3 columns">
						<h4>Our Company</h4>
						<div class="menu-footer-nav-container"><ul id="menu-footer-nav" class="menu"><li id="menu-item-163" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-163"><a href="https://yhfab.com/about-us/">About Us</a></li>
<li id="menu-item-165" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-165"><a href="https://yhfab.com/capabilities/">Capabilities</a></li>
<li id="menu-item-167" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-167"><a href="https://yhfab.com/contact-us/">Contact Us</a></li>
<li id="menu-item-166" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-166"><a href="https://yhfab.com/careers/">Careers</a></li>
<li id="menu-item-164" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-164"><a href="https://yhfab.com/blog/">Blog</a></li>
</ul></div>			<div class="textwidget"></div>
							</div>

					<div class="footer-four large-2 columns">
						<h4>Follow Us</h4>
						<ul class="menu">
														<li><a target="_blank" href="https://www.facebook.com/YorkHavenFabricators/"><i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i></a></li>
							
														<li><a target="_blank" href="https://twitter.com/YHFab"><i class="fa fa-twitter fa-2x" aria-hidden="true"></i></a></li>
							
														<li><a target="_blank" href="https://www.linkedin.com/company/york-haven-fabricators"><i class="fa fa-linkedin-square fa-2x" aria-hidden="true"></i></a></li>
							
														<li><a target="_blank" href="https://www.youtube.com/channel/UCIQY_9zvqZvyCyc3_LL-bNA"><i class="fa fa-youtube-play fa-2x" aria-hidden="true"></i></a></li>
							
													</ul>
						<div style="margin: 2em 0; box-shadow: 1px 1px 4px #222;padding:8px">
							<h4 style="font-size:.9em">
								In Affiliation With:
							</h4>
							<a target="_blank" href="https://swmetalproducts.com"><img src="https://yhfab.com/wp-content/uploads/2025/02/SW-Logo2.png" alt="S&W Metal Products Logo" width="199" height="83" /></a>
						</div>
					</div>
				</div>

			</footer>
			<div class="legal row">
				<div class="large-12 columns">
											<p>© 2017 York Haven Fabricators. Quality Management Systems Registered to ISO 9001:2015. All rights reserved.</p>
									</div>
			</div>
		</div>

		


<div style="display: none;" id="nxsFavNotice"><div id="nxsFavNoticeCnt">Posting....</div></div><link rel='stylesheet' id='modal-css'  href='https://yhfab.com/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/js-css/jquery.modal.min.css?ver=4.3.23' type='text/css' media='all' />
<script type='text/javascript' src='https://yhfab.com/wp-content/themes/YHFAB/assets/javascript/foundation.js?ver=2.6.1' id='foundation-js'></script>
<script type='text/javascript' src='https://yhfab.com/wp-includes/js/wp-embed.min.js?ver=5.8.10' id='wp-embed-js'></script>
<script type='text/javascript' src='https://yhfab.com/wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/js-css/jquery.modal.min.js?ver=4.3.23' id='modal-js'></script>

<script type="application/ld+json"> 
{ 
"@context": "http://schema.org", 
"@type": "LocalBusiness", 
"address": { 
"@type": "PostalAddress", 
"addressLocality": "York Haven", 
"addressRegion": "PA", 
"postalCode":"17370", 
"streetAddress": "2850 Lewisberry Rd" 
}, 
"name": "York Haven Fabricators", 
"telephone": "717-932-4000",
"sameAs" : [ "https://www.facebook.com/YorkHavenFabricators",
"https://twitter.com/yorkhavenfab",
"https://www.linkedin.com/company/york-haven-fabricators",
"https://www.youtube.com/channel/UC3c7bXfkBl0sZlZ2YA_wlhQ"] 
} 
</script>
</body>
</html>
                               

Whois info of domain

Domain Name: YHFAB.COM
Registry Domain ID: 1640741069_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-02-18T18:02:08Z
Creation Date: 2011-02-17T19:20:53Z
Registry Expiry Date: 2026-02-17T19:20:53Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: NS67.DOMAINCONTROL.COM
Name Server: NS68.DOMAINCONTROL.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-20T00:16:58Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass