Spring Sale - Get 20% OFF Your Order! Use code SUNNY20 at Checkout Dismiss
Skip to content
We use cookies to make your experience better!
add_filter('wpseo_json_ld_output', function ($data) {
$data[] = [
'@type' => 'LocalBusiness',
'@id' => 'https://wallpapertwins.com/#localbusiness',
'parentOrganization' => ['@id' => 'https://wallpapertwins.com/#organization'],
'name' => 'Wallpaper Twins',
'url' => 'https://www.wallpapertwins.com',
'telephone' => '+1-763-306-8202',
'email' => '[email protected]',
'image' => 'https://wallpapertwins.com/wp-content/uploads/2025/05/Logo-High-Res-wallpapertwins.png',
'address' => [
'@type' => 'PostalAddress',
'streetAddress' => '8594 Excelsior Blvd',
'addressLocality' => 'Hopkins',
'addressRegion' => 'MN',
'postalCode' => '55343',
'addressCountry' => 'US'
],
'openingHours' => 'Mo-Fr 08:00-17:00',
'priceRange' => '$$',
'paymentAccepted' => 'Cash, Credit Card, Visa, MasterCard, Online Payment',
'currenciesAccepted' => 'USD',
'knowsLanguage' => ['English', 'Arabic', 'French'],
'areaServed' => [
'Minneapolis',
'St. Paul',
'Minnetonka',
'St. Louis Park',
'Edina',
'Golden Valley',
'Plymouth',
'Eden Prairie',
'Bloomington',
'Richfield',
'Maple Grove',
'Brooklyn Park',
'Brooklyn Center',
'Wayzata',
'Robbinsdale',
'Crystal',
'New Hope',
'Shorewood',
'Excelsior',
'Deephaven',
'Chanhassen',
'Chaska',
'Victoria',
'Maple Plain',
'Mound',
'Long Lake',
'Tonka Bay',
'Minnetrista',
'Orono',
'Spring Park',
'St. Anthony',
'Columbia Heights'
],
'sameAs' => [
'https://g.page/r/CUddEIJfzAasEBM',
'https://www.instagram.com/wallpapertwins/',
'https://www.trustpilot.com/review/wallpapertwins.com'
],
'description' => 'Wallpaper Twins is a licensed and insured wallpaper installation company serving Minneapolis–St. Paul and surrounding areas. With over 10 years of experience, we specialize in installing designer wallpapers, murals, grasscloth, vinyl wallcoverings, peel-and-stick wallpaper, and wallpaper removal for residential and commercial spaces.',
'founder' => 'Samir Khalife',
'additionalProperty' => [
['@type' => 'PropertyValue', 'name' => 'LicensedInstaller', 'value' => 'true'],
['@type' => 'PropertyValue', 'name' => 'InsuredInstaller', 'value' => 'true']
],
'hasOfferCatalog' => [
'@type' => 'OfferCatalog',
'name' => 'Wallpaper Installation Services',
'itemListElement' => [
[
'@type' => 'Offer',
'itemOffered' => [
'@type' => 'Service',
'name' => 'Residential Wallpaper Installation',
'description' => 'Professional wallpaper installation for homes, accent walls, bedrooms, living rooms.'
]
],
[
'@type' => 'Offer',
'itemOffered' => [
'@type' => 'Service',
'name' => 'Commercial Wallpaper Installation',
'description' => 'Expert installation of wallpaper in commercial spaces like offices, hotels, restaurants.'
]
],
[
'@type' => 'Offer',
'itemOffered' => [
'@type' => 'Service',
'name' => 'Wallpaper Removal',
'description' => 'Safe and efficient wallpaper removal service to prepare your walls for new designs.'
]
]
]
]
];
return $data;
});