Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
302 Found - silf.com
HTTP Status: 302
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Wed, 14 May 2025 15:41:02 GMT
Content-Type: text/html
Content-Length: 138
Connection: keep-alive
Location: http://www.silf.se/in-english

HTTP Code 302 Found (Moved Temporarily)

302 Found indicates that the requested resource is temporarily available at a different URL.

When is Code 302 used?

  • When temporarily changing a page URL
  • When testing new content
  • During temporary maintenance

What does Code 302 mean for the user?

The user is automatically redirected to the new URL, but search engines continue to index the old address.

301 Moved Permanently - http://www.silf.se/in-english
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/html; charset=UTF-8
Location: https://www.silf.se/in-english
Server: Microsoft-IIS/10.0
X-Powered-By: ASP.NET
Strict-Transport-Security: max-age=31536000; includeSubdomains
Date: Wed, 14 May 2025 15:41:02 GMT
Content-Length: 153

HTTP Code 301 Moved Permanently

301 Moved Permanently 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.

200 OK - https://www.silf.se/in-english
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/10.0
Set-Cookie: ASP.NET_SessionId=f3inuh0roe1itusnwod3sitq; path=/; HttpOnly; SameSite=Lax
Set-Cookie: EPi_NumberOfVisits=1,2025-05-14T15:41:02; expires=Thu, 14-May-2026 15:41:02 GMT; path=/
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Strict-Transport-Security: max-age=31536000; includeSubdomains
Date: Wed, 14 May 2025 15:41:02 GMT
Content-Length: 30309

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: silf.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="sv">
<head>
    
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0" />
    <meta charset="utf-8" />
    <meta name="format-detection" content="telephone=no">

    <script src=https://cdn-eu.cookietractor.com/cookietractor.js data-lang="sv-SE" data-id="897c6af0-a7f8-43db-9358-2da16601b698"></script>

<meta property="og:title" content="Welcome to Silf - Silf Competence AB"/>
<meta property="og:type" content="website" />


        <link rel="canonical" href="https://www.silf.se/in-english/" />


    <title>Welcome to Silf - Silf Competence AB</title>
    <link href='//fonts.googleapis.com/css?family=Cabin+Condensed:400,500,600,700' rel='stylesheet' type='text/css'>
    <link href="/bundles/css?v=b8d_8B-dYW6zOO2n2uW91cqPpK2_Labe9gJ1j6jPjbo1" rel="stylesheet"/>

    <script src="/bundles/js?v=0P4iLH7NcwcEEMSLTjplRzJ9avBoj-M0MLKzk3VIlK01"></script>

     

    <!-- Google Tag Manager -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WJB84WC');</script>
<!-- End Google Tag Manager --></head>

<body>
<!-- Google Tag Manager -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WJB84WC"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<script type="text/javascript">
    //Bootstrap IE10Mobile fix
    if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
        var msViewportStyle = document.createElement('style');
        msViewportStyle.appendChild(
            document.createTextNode('@-ms-viewport{width:auto!important}')
        );
        document.querySelector('head').appendChild(msViewportStyle);
    }
</script>

<!--[if lt IE 9]>
    <script src="/scripts/respond.js"></script>
<![endif]-->




<script type="text/javascript">

    $(document).ready(function () {
        if (Math.max(document.documentElement.clientWidth, window.innerWidth) < 768) {
            $(".navbar-nav li:has(ul)").addClass('has_children');

            $(".navbar-nav .has_children").each(function () {
                $(this).find("ul").children(":first").before("<li><a class='parent_copy' title='" + $(this).children(':first').text() + "' href='" + $(this).find('a').attr("href") + "' >" + $(this).children(':first').text() + "</a></li>");
            });

            $(".navbar-nav .has_children > a").append("<i class='fa fa-caret-right pull-right'></i>");

            $(".navbar-nav .has_children > a").click(function (e) {
                e.preventDefault();
                $(this).toggleClass("active");

                if ($(this).hasClass("active")) {
                    $(this).find("i").replaceWith("<i class='fa fa-caret-down pull-right'></i>");
                }
                else {
                    $(this).find("i").replaceWith("<i class='fa fa-caret-right pull-right'></i>");
                }
            });

            $(".navbar-toggle").click(function () {
                $(".navbar").toggleClass("open");
                $("body").toggleClass("hamburger-nav--open");
            });

            $(".close-btn").click(function () {
                $(".navbar").toggleClass("open");
                $("body").toggleClass("hamburger-nav--open");
            });

        }

        $(".listResult a").before("<span class='redArrow'> ></span>");

    });

</script>

<div class="functions_row hidden-print hidden-xs">
    <div class="container">
        <div class="row">
            <div class="hidden-lg hidden-md hidden-sm col-xs-2 cogs-holder">
                <button data-target=".functions" data-toggle="collapse" class="functions-toggle hidden-lg hidden-md" type="button">
                    <span class="fa fa-cogs"></span>
                </button>
            </div>
                <div class="col-lg-3 col-md-4 col-sm-4 col-xs-10 pull-right text-right hidden-print quicksearch-holder">
                    <div id="quicksearch" class="m-search">

                        
<form action="/sok/" method="get">                            <a href="tel:08-752 16 80" class="header-phone"><i class="fa fa-phone" aria-hidden="true"></i></a>
                            <input type="text" class="search-query pull-left" name="q" id="SearchKeywords" />
                                <button type="button" class="searchButton minimize" id="SearchButton" value=""><div class="search-icon hidden-lg hidden-md hidden-sm"></div><i class="fa fa-search hidden-xs"></i></button>
</form>                    </div>
                </div>
                <div class="col-lg-4 col-md-5 col-sm-6 col-lg-offset-5 col-xs-12 pull-left functions-md">
                    <div class="collapse functions">
                            <a href="https://learning.silf.se/">
                                <i class="fa fa-lock"></i>
                                Silfs l&#228;rplattform
                            </a>
                            <span>|</span>

                            <a  href="/medlem-i-silf/valkommen-till-silfs-medlemssidor/">
                                <i class="fa fa-lock">
                                </i>
                                Medlemssidorna
                            </a>

                        <span>|</span>
                                <a href="/in-english/">English</a>
                    </div>
                </div>
        </div>
    </div>
</div>
<div class="menu_and_logo_row">
    <div class="container">
        <div class="row">
            <div id="logo" class="col-lg-2 col-md-12 col-sm-12 col-xs-12 text-center">
                <a href="/" title="Silf ink&#246;p och logistik ">
                    <img src="/globalassets/silf_logo.jpg"/>

                </a>
            </div>
            <div class="col-xs-12 hidden-lg hidden-md hidden-sm hidden-print" id="smartphone_meny">
                <div class="row">
                    <div class="navbar-header col-xs-2">
                        <button class="navbar-toggle pull-right" type="button"></button>
                    </div>
                    <div class="col-xs-10 search-holder"></div>
                </div>
            </div>
            <div class="col-lg-10 col-md-12 col-sm-12 col-xs-12 hidden-print" id="menu">
                <div>
                        <div role="navigation" class="navbar">
                            <div>
                                <ul class="nav navbar-nav ">
                                    <li class="hidden-sm hidden-md hidden-lg">
                                        <a class="close-btn" href="#">
                                            <img src="/Static/img/Silf_neg_fri.svg" />
                                            <img src="/Static/img/Icon_Kryss.png" />STÄNG<br />MENY
                                        </a>
                                    </li>
                                    <li class="">
<a class="" href="/utbildningar/">Utbildning</a>
<ul class='submenu'>
<li class="">
<a class="" href="/utbildningar/utbildningsstarter/">Alla utbildningsstarter</a>

                                </li><li class="">
<a class="" href="/utbildningar/inkopsutbildning/">Ink&#246;p</a>

                                </li><li class="">
<a class="" href="/utbildningar/logistikutbildning/">Logistik</a>

                                </li><li class="">
<a class="" href="/utbildningar/offentlig-upphandlingsutbildning/">Offentlig upphandling</a>

                                </li><li class="">
<a class="" href="/utbildningar/forhandlingsutbildning/">F&#246;rhandling</a>

                                </li><li class="">
<a class="" href="/utbildningar/ledarskap/">Ledarskap</a>

                                </li><li class="">
<a class="" href="/utbildningar/juridikutbildning/">Juridik</a>

                                </li><li class="">
<a class="" href="/utbildningar/silf-fasttrack/">Silf FastTrack</a>

                                </li><li class="">
<a class="" href="/utbildningar/licenser/">Licenser</a>

                                </li><li class="">
<a class="" href="/utbildningar/certifieringar/">Certifieringar</a>

                                </li><li class="">
<a class="" href="/utbildningar/fri-kompetensradgivning-30-minuter/">Fri kompetensr&#229;dgivning 30 minuter</a>

                                </li><li class="">
<a class="" href="/utbildningar/silfpasset/">Silfpasset - 12 kursdagar att dela p&#229;</a>

                                </li><li class="">
<a class="" href="/utbildningar/foretagsintern-utbildning/">F&#246;retagsintern utbildning</a>

                                </li><li class="">
<a class="" href="/utbildningar/foretagsakademier/">F&#246;retagsakademier</a>

                                </li><li class="">
<a class="" href="/utbildningar/digital-support-pa-silf/">Digital support p&#229; Silf</a>

                                </li></ul>

                                </li><li class="">
<a class="" href="/konsult/">Konsult</a>
<ul class='submenu'>
<li class="">
<a class="" href="/konsult/silf-konsulttjanster/">Konsulttj&#228;nster</a>

                                </li></ul>

                                </li><li class="">
<a class="" href="/tjanster/">Tj&#228;nster</a>
<ul class='submenu'>
<li class="">
<a class="" href="/tjanster/ta-kategoristyrningsarbetet-till-nasta-niva/">Ta kategoristyrningsarbetet till n&#228;sta niv&#229;</a>

                                </li><li class="">
<a class="" href="/tjanster/kategoristyrningsrapport-silf/">Kategoristyrningsrapport Silf</a>

                                </li><li class="">
<a class="" href="/tjanster/inkopsmognad/">Ink&#246;psmognad f&#246;r offentlig sektor</a>

                                </li><li class="">
<a class="" href="/tjanster/trender-inom-inkop-och-logistik/">Trender inom ink&#246;p och logistik</a>

                                </li><li class="">
<a class="" href="/tjanster/webbutiken-webbshopen/">Webbutiken</a>
<ul>
<li class="">
<a class="" href="/tjanster/webbutiken-webbshopen/power-bi---digital-kurs/">Power BI f&#246;r ink&#246;pare och logistiker - kurs On demand</a>

                                </li><li class="">
<a class="" href="/tjanster/webbutiken-webbshopen/excel-for-inkopare-och-logistiker---onlinekurs/">Excel f&#246;r ink&#246;pare och logistiker - kurs On demand</a>

                                </li></ul>

                                </li></ul>

                                </li><li class="">
<a class="" href="/evenemang/">Event</a>
<ul class='submenu'>
<li class="">
<a class="" href="/evenemang/frukostwebbinarium-kategoristyrning-i-praktiken--145/">Frukostwebbinarium: Kategoristyrning i praktiken – 14/5</a>

                                </li><li class="">
<a class="" href="/evenemang/driving-the-future-innovation-transforming-supply-chain-and-logistics-on-may-14-15/">Driving The Future: Innovation Transforming Supply Chain and Logistics - 14-15/5</a>

                                </li><li class="">
<a class="" href="/evenemang/natverkstraff-afterwork-med-silf-region-syd--235/">N&#228;tverkstr&#228;ff Afterwork med Silf region syd - 23/5</a>

                                </li><li class="">
<a class="" href="/evenemang/excel-in-negotiation-and-drive-value-for-the-business-by-ai---265/">Excel in Negotiation and Drive Value for the business – by AI - 26/5</a>

                                </li><li class="">
<a class="" href="/evenemang/silf-samtalar-forhandling-eller-maktspel-med-silfs-forhandlingsexpert-marie---285/">Silf samtalar: F&#246;rhandling eller maktspel? Med Silfs f&#246;rhandlingsexpert Marie - 28/5</a>

                                </li><li class="">
<a class="" href="/evenemang/how-to-act-in-a-volatile-market-around-tariffs---36/">How to act in a volatile market around Tariffs? - 3/6</a>

                                </li><li class="">
<a class="" href="/evenemang/silf-samtalar-it-risker-i-upphandling--undvik-fallgropar-och-stall-ratt-krav---46/">Silf Samtalar: IT-risker i upphandling – undvik fallgropar och st&#228;ll r&#228;tt krav - 4/6</a>

                                </li><li class="">
<a class="" href="/evenemang/silf-pa-ai.genda-2030--kategoristyrning-i-fokus-4juni2025/">Silf p&#229; Ai.Genda 2030 – Kategoristyrning i fokus - 4/6</a>

                                </li><li class="">
<a class="" href="/evenemang/pmi--inkopschefsindex-genomgang-varje-kvartal---5juni2025/">PMI – Ink&#246;pschefsindex, genomg&#229;ng varje kvartal! - 5/6</a>

                                </li><li class="">
<a class="" href="/evenemang/pmi--inkopschefsindex-genomgang-varje-kvartal---89/">PMI – Ink&#246;pschefsindex, genomg&#229;ng varje kvartal! - 8/9</a>

                                </li><li class="">
<a class="" href="/evenemang/motesplats-offentliga-affarer--silf-pa-plats-och-pa-scen---24-259/">M&#246;tesplats Offentliga Aff&#228;rer – Silf p&#229; plats och p&#229; scen - 24-25/9</a>

                                </li></ul>

                                </li><li class="">
<a class="" href="/medlem-i-silf/">Silf Network</a>
<ul class='submenu'>
<li class="">
<a class="" href="/medlem-i-silf/bli-medlem-i-silf/">Bli medlem i Silf Network</a>

                                </li><li class="">
<a class="" href="/medlem-i-silf/formaner-som-medlem-i-silf/">F&#246;rm&#229;ner som medlem i Silf</a>

                                </li><li class="">
<a class="" href="/medlem-i-silf/goda-skal-att-vara-medlem-i-silf/">Goda sk&#228;l att vara medlem i Silf</a>

                                </li><li class="">
<a class="" href="/medlem-i-silf/pmi-inkopschefsindex/">PMI - Ink&#246;pschefsindex</a>

                                </li><li class="">
<a class="" href="/medlem-i-silf/radgivning-och-benchmarking-med-de-framsta-experterna/">R&#229;dgivning och benchmarking med de fr&#228;msta experterna</a>

                                </li><li class="">
<a class="" href="/medlem-i-silf/mentorskap-for-dig-som-student/">Mentorskap f&#246;r dig som student</a>

                                </li><li class="">
<a class="" href="/medlem-i-silf/natverk-for-inkopare-och-logistiker/">N&#228;tverk f&#246;r ink&#246;pare och logistiker</a>

                                </li><li class="">
<a class="" href="/medlem-i-silf/globalt-natverk/">Globalt n&#228;tverk</a>

                                </li><li class="">
<a class="" href="/medlem-i-silf/organisationen-silf/">Organisationen Silf</a>

                                </li><li class="">
<a class="" href="/medlem-i-silf/kontaktformular/">Kontakta f&#246;reningen</a>

                                </li></ul>

                                </li><li class="">
<a class="" href="/silf-insight/">Silf Insight</a>

                                </li><li class="">
<a class="" href="/om-oss/">Om oss</a>
<ul class='submenu'>
<li class="">
<a class="" href="/om-oss/Kontakta-Silf/">Kontakta Silf</a>

                                </li><li class="">
<a class="" href="/om-oss/silfs-partnernatverk/">Silfs partnern&#228;tverk</a>

                                </li><li class="">
<a class="" href="/om-oss/presentation-av-styrelsen-i-silf-competence/">Styrelsen</a>

                                </li><li class="">
<a class="" href="/om-oss/kvalitetspolicy--silf/">Kvalitetspolicy – Silf</a>

                                </li></ul>

                                </li>

                                        <li class="options options-function hidden-lg hidden-md hidden-sm">
                                                <a href="https://learning.silf.se/"><img src="/Static/img/Icon_H%c3%a4ngl%c3%a5s.png" />Silfs l&#228;rplattform</a>
                                        </li>

                                        <li class="options options-function hidden-lg hidden-md hidden-sm">
                                            <a  href="/medlem-i-silf/valkommen-till-silfs-medlemssidor/"><img src="/Static/img/Icon_H%c3%a4ngl%c3%a5s.png" />Medlemssidorna</a>
                                        </li>

                                        <li class="options options-function hidden-lg hidden-md hidden-sm">
                                            <a  href="/in-english/"><img src="/Static/img/Icon_EngFlagg.png" />English</a>
                                        </li>
                                </ul>
                            </div>
                        </div>
                </div>
            </div>
        </div>
    </div>
</div>



<div class="container hidden-print">
    <div class="row">
        <div class="col-md-12">
            <ul class="breadcrumbs">
                <li><a href="/">Start</a></li>
                            <li><span class="divider">/</span></li>
            <li>Welcome to Silf</li>

            </ul>
        </div>
    </div>
</div>

    

    <div class="content_area">
        <div class="container">
            <div class="row">
                <div class="col-lg-8 col-md-8 col-sm-8 col-xs-12">
                    



<script src="/Static/js/sameHeight.js"></script>

<h1 >Welcome to Silf</h1>



    
<p class="introduction" ></p>
<p>Silf has a unique position in Sweden and internationally as our offer extends the entire supply chain with more than 40 modern open class course titles, all developed and owned by Silf. We work with continuous improvement and cooperate closely with our customers to develop and create new courses aimed at contributing to the competence development of the profession.</p>
<h3>Silf&rsquo;s learning methodology</h3>
<p>Silf&rsquo;s learning methodology is based on applied theory, meaning that the customer understands and can apply the theories immediately after the course, all learnings can be understood and applied in their daily business immediately.</p>
<h3>Member in international organizations</h3>
<p>Silf is based in Sweden but is linked internationally to the organizations&nbsp;of IFPSM - International Federation of Purchasing and Supply Management and ELA - European Logistics Association. Silf is also a member of the board of ELA to improve and change the view of how a senior logistician should perform internationally.</p>
<h3>Our mission</h3>
<p>We are a foundation and our mission is to promote the role of purchasing and logistics, and we are dependent on delivering good results and a strong cash flow in order to keep developing the skill, ability and competency of those working within the fields of purchasing and logistics. All earnings are reinvested to promote the profession, we sponsor professors, research and development to improve the roles of those working within the field of Supply Chain. We also run the association Swedish National Association of Purchasing &amp; Logistic&nbsp;for swedish purchasers and logisticians. We have managed the foundation for more than 60 years and will continue to do so for at least 60 more years to come.</p>
<h3>We follow our customers - company internal training</h3>
<p>Silf has a long history of doing business in Sweden and internationally. We follow our customers abroad, offering the same competence development opportunities no matter where our customers are situated. We are very flexible and offer a diversity of services depending on the competence development, methods and learning infrastructure each customer requires. Our fastest growing business area is company internal training through customized academies. When arranging an academy, we take responsibility for both content, competence development sessions and the services and logistics needed to arrange an academy. This is a service we offer as part of our core business, assisting large corporations and organizations in securing the competence development of their Supply Chain departments.</p>        
<div class="row main_content sameheight"><div class="block simpleheadingblock  col-lg-8 col-md-8 col-sm-8 col-xs-12 ">

<H3>
<span   >
    Members
</span>
</H3>

     </div><div class="block editorialblock  col-lg-6 col-md-6 col-sm-6 col-xs-12 ">
<div class="clearfix ">
    <h3  class="title">
    </h3>
    <div class="clearfix right_column_mainbody" >
        <p><a title="Till IFPSM web" href="http://www.ifpsm.org" target="_blank"><img title="Till IFPSM web" alt="IFPSM logga" src="/globalassets/medlem/loggor/ifpsm-logo-350x96.jpg" height="96" width="350" /></a></p>
    </div>
   
</div>
</div><div class="block editorialblock  col-lg-6 col-md-6 col-sm-6 col-xs-12 ">
<div class="clearfix ">
    <h3  class="title">
    </h3>
    <div class="clearfix right_column_mainbody" >
        <p><img title="ELA web" alt="ELA logo" src="/globalassets/medlem/loggor/ela-logo-347x155.jpg" height="155" width="347" /></p>
    </div>
   
</div>
</div></div>
    
   

                </div>
                <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="row"><div class="block editorialblock  col-xs-12 col-md-12 ">
<div class="clearfix ">
    <h3  class="title">
    </h3>
    <div class="clearfix right_column_mainbody" >
        <p style="text-align: left;"><br /><img title="Silf logga" alt="Silf logga" src="/globalassets/silf.gif" height="64" width="150" /><br /><br /><em><strong>"We turn expertise into sustainable profitability."</strong></em></p>
    </div>
   
</div>
</div><div class="block editorialblock  col-xs-12 col-md-12 ">
<div class="clearfix ">
    <h3  class="title">
Contact us    </h3>
    <div class="clearfix right_column_mainbody" >
        <p>If you want to get in touch with us at Silf, please do not hesitate to contact us using any of the following channels:</p>
<p><a title="Silf contact form" href="/in-english/contact-us---form/">Please fill in our contactform</a></p>
<p><a title="Silf contact form" href="/in-english/contact-us---form/">E-mail: </a><a title="Silf contact form" href="/in-english/contact-us---form/">[email protected]</a></p>
<h4>Silf competence advisors</h4>
<p>Telephone: +46 8 752 16 80</p>
    </div>
   
</div>
</div><div class="block editorialblock  col-xs-12 col-md-12 ">
<div class="clearfix ">
    <h3  class="title">
<a href="/in-english/this-is-how-you-book-your-silf-course/">How you book your course in English</a>    </h3>
    <div class="clearfix right_column_mainbody" >
        <p>&nbsp;<a title="This how you book your Silf course" href="/in-english/this-is-how-you-book-your-silf-course/"><img src="/globalassets/liten-flagga.jpg" alt="English flag information in english" width="139" height="68" /></a></p>
    </div>
   
</div>
</div><div class="block pagelistblock  col-xs-12 col-md-12 ">

<h3 >Our course in English at Silf</h3>




        <div class="listResult">
            <h5>
                <a href="/kurs/advanced-negotiating-and-influencing/">Advanced Negotiating and Influencing</a>
            </h5>
                    </div>
</div><div class="block editorialblock  col-xs-12 col-md-12 ">
<div class="clearfix ">
    <h3  class="title">
Head Office    </h3>
    <div class="clearfix right_column_mainbody" >
        <p>Stockholm, Sweden<br />Silf Competence AB<br /><br />Address: Torshamnsgatan 35, <br />SE-164 40 Kista, Sweden<br /><br />Telephone: +46 8 752 16 70<br /><br /></p>
    </div>
   
</div>
</div></div>                </div>

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



<div class="footer_row hidden-print">
    <div class="container">
        <div class="row"><div class="block editorialblock  col-lg-3 col-md-4 col-sm-6 col-xs-6 ">
<div class="clearfix ">
    <h3  class="title">
    </h3>
    <div class="clearfix right_column_mainbody" >
        <h4 class="title" style="min-height: 26px;" data-epi-property-name="Heading" data-epi-use-mvc="True">Navigera</h4>
<ul>
<li><a title="Utbildningar" href="/utbildningar/">Utbildningar</a></li>
<li><a title="Konsult" href="/konsult/">Konsult</a></li>
<li><a title="Tj&auml;nster" href="/tjanster/">Tj&auml;nster</a></li>
<li><a title="Evenemang" href="/evenemang/">Evenemang</a></li>
<li><a title="N&auml;tverk f&ouml;r ink&ouml;pare och logistiker" href="/medlem-i-silf/natverk-for-inkopare-och-logistiker/">N&auml;tverk</a></li>
<li><a title="Medlem i Silf" href="/medlem-i-silf/">Medlem</a></li>
<li><a title="Silf Insight" href="/silf-insight/">Silf Insight</a></li>
<li><a title="Om oss" href="/om-oss/">Om oss</a></li>
<li><a title="In English" href="/in-english/">In English<br /></a></li>
</ul>
<p>&nbsp;</p>
    </div>
   
</div>
</div><div class="block editorialblock  col-lg-3 col-md-4 col-sm-6 col-xs-6 ">
<div class="clearfix ">
    <h3  class="title">
    </h3>
    <div class="clearfix right_column_mainbody" >
        <h4>Veta mer...</h4>
<ul>
<ul>
<li><a title="Alla utbildningsstarter" href="/utbildningar/utbildningsstarter/">Bokning</a></li>
<li><a title="Allm&auml;nna villkor" href="/om-oss/allmanna-villkor/">Allm&auml;nna villkor</a></li>
<li><a title="Hantering av personuppgifter - GDPR" href="/hantering-av-personuppgifter---gdpr/">Hantering av personuppgifter - GDPR</a></li>
<li><a title="Beg&auml;r offert" href="/om-oss/Kontakta-Silf/begar-offert/">Beg&auml;r offert</a></li>
</ul>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a title="Sigillet &auml;r utf&auml;rdat av UC AB. Klicka p&aring; bilden f&ouml;r information om UC:s Riskklasser." href="https://www.uc.se/risksigill2?showorg=556515-3680&amp;language=swe" target="_blank" rel="noopener"><img style="border: 0px none; vertical-align: top;" src="https://www.uc.se/ucsigill2/sigill?org=556515-3680&amp;language=swe&amp;product=psa&amp;fontcolor=w" alt="" /></a></p>
    </div>
   
</div>
</div><div class="block editorialblock  col-lg-3 col-md-4 col-sm-6 col-xs-6 ">
<div class="clearfix ">
    <h3  class="title">
    </h3>
    <div class="clearfix right_column_mainbody" >
        <h4>Kontakta oss</h4>
<ul>
<li>08-752 16 70 (vxl)</li>
<li><a title="mailto:[email protected]" href="mailto:[email protected]">[email protected]</a></li>
<li><a title="Kontakta Silf" href="/om-oss/Kontakta-Silf/">Kontaktformul&auml;r</a><br /><br /></li>
<li><a title="Digital support p&aring; Silf" href="/utbildningar/digital-support-pa-silf/">Digital support</a> p&aring;&nbsp;<br />distanskurserna:&nbsp;<br />0735-186015</li>
</ul>
<h4>F&ouml;lj oss</h4>
<ul>
<ul>
<ul>
<li><a href="/om-oss/Prenumerera-pa-silfs-nyhetsbrev/"><em class="fa fa-envelope">&nbsp;</em>Nyhetsbrev</a></li>
<li><a title="Silf LinkedIn" href="http://www.linkedin.com/company/silf-competence" target="_blank" rel="noopener"><em class="fa fa-linkedin">&nbsp;</em>LinkedIn</a></li>
</ul>
</ul>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
    </div>
   
</div>
</div><div class="block editorialblock  col-lg-3 col-md-4 col-sm-6 col-xs-6 ">
<div class="clearfix ">
    <h3  class="title">
    </h3>
    <div class="clearfix right_column_mainbody" >
        <h4>Bes&ouml;ksadress &amp; postadress</h4>
<ul>
<li>Torshamnsgatan 35</li>
<li>164 40 KISTA</li>
</ul>
<h4>Hitta hit</h4>
<p><a title="Hitta till Silfs huvudkontor" href="https://goo.gl/maps/XPngHihZgNBGggx69" target="_blank" rel="noopener"><img style="margin: 0px;" title="Kartbild och l&auml;nk till Silfs huvudkontor" src="/globalassets/silf_kontoret_karta_kista_torshamnsgatan-35_370x180_72.jpg" alt="Karta Silf kontoret Torshamnsgatan 35, Kista" width="370" height="180" /><br /><br /><br /></a></p>
    </div>
   
</div>
</div></div>
    </div>
</div>
<div class="copyright_row hidden-print">
    <div class="container">
        <div class="row">
            <div class="col-lg-6 col-xs-6 copyright_row-links">
                
<ul>
    
        <li>
            <a href="/om-webbplatsen/" title="Om webbplatsen">Om webbplatsen</a> 
        </li>
    
        <li>
            <a href="/om-cookies/">Om cookies</a> 
        </li>
    
</ul>
                <a href="/" class="cookie-consent-settings">Cookie settings</a>
            </div>
            <div class="col-lg-2 col-xs-6 col-lg-offset-4 text-right">
                 &#169; Silf Competence AB
            </div>
        </div>
    </div>
</div>



<script type="text/javascript">

    windowSizeHandler.init();

    replaceElements();

    $(document).on(windowSizeHandler.windowSizeChangedEventName,
        function(e) {
            //console.log(e.message);
            replaceElements();
        });

    function replaceElements() {
        if (currSize != windowSizeHandler.currentSize && windowSizeHandler.currentSize == "xs") {
            $("#quicksearch").detach().prependTo($(".search-holder").prepend());
            $(".cogs-holder button").detach().prependTo($(".functions-button").prepend());
            $(".functions").detach().appendTo($("#smartphone_meny").prepend());

        } else if (currSize != windowSizeHandler.currentSize &&
        (windowSizeHandler.currentSize == "sm" ||
            windowSizeHandler.currentSize == "md" ||
            windowSizeHandler.currentSize == "lg")) {
            $("#quicksearch").detach().appendTo($(".quicksearch-holder").prepend());
            $(".functions-button button").detach().appendTo($(".cogs-holder").prepend());
            $(".functions").detach().appendTo($(".functions-md").prepend());
        }
        currSize = windowSizeHandler.currentSize;
    }

    var currSize = windowSizeHandler.currentSize;

</script>

</body>
</html>                               

Whois info of domain

Domain Name: SILF.COM
Registry Domain ID: 2358951_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.ascio.com
Registrar URL: http://www.ascio.com
Updated Date: 2024-11-04T06:28:38Z
Creation Date: 1996-12-12T05:00:00Z
Registry Expiry Date: 2025-12-11T05:00:00Z
Registrar: Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA
Registrar IANA ID: 106
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.4165350123
Domain Status: ok https://icann.org/epp#ok
Name Server: NS3.LOOPIA.SE
Name Server: NS4.LOOPIA.SE
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-14T15:40:42Z <<<
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