Our circular services

We are at the forefront of circular tech with the best processes in quality and safety, and for the way we prolong the life of tech products. We have four value propositions, each of them equally relevant, no matter if you are a partner or one of our customers.

add_filter('wpseo_schema_graph_pieces', 'customize_yoast_schema_language', 10, 2); function customize_yoast_schema_language($pieces, $context) { foreach ($pieces as $key => $piece) { if (is_a($piece, 'Yoast\WP\SEO\Generators\Schema\Article')) { // Ensuring we only modify the schema for Swedish pages if (strpos($_SERVER['REQUEST_URI'], '/sv/') !== false) { $pieces[$key]->data['inLanguage'] = 'sv-SE'; } } } return $pieces; }