Decus.at - SEO Checker

Overview of the SEO Check
Meta information
61% 
Page quality
71% 
Page structure
72% 
Link structure
43% 
Server
100% 
External factors
44% 
SEO Score
Response time
0.07 s
File size
213.70 kB
Words
650
Media files
29
Number of links
57 internal / 9 external

Task list of SEO Improvements

Meta specifications

Title
(Critically important)
Decus | Immobilien - Wohnungen und Büros in Wien und Umgebung - DECUS Immobilien GmbH
The page title should be shorter than 580 pixels. It is 868 pixels long. Optimize title
There are word repetitions in the page title.
Meta description
(Critically important)
DECUS Immobilien GmbH, Ihre Experten für Immobilienberatung, Bewertung und Vermittlung. Herzlich Willkommen bei DECUS Immobilien Vermittlung GmbH, Ihrem kompetenten Partner für kundenorientierte und erfolgreiche Immobilienvermittlung!
The meta description is too long: 1539 pixels from max. 1000 pixels. Optimize description
Crawlability
(Critically important)
There are no problems in accessing the website.
Canonical URL
(Important)
https://www.decus.at/de
There is a valid canonical link specified.
Language
(Somewhat important)
Language detected in text: de
Language defined in HTML: de
Server location: United States of America
The following language is defined by HTML: de
Alternate/Hreflang Links
(Somewhat important)
There are no alternate links specified on this page.
Other meta tags
(Somewhat important)
There is no rel next meta tag on this page.
There is no rel prev meta tag on this page.
Domain
(Somewhat important)
The domain is no subdomain.
The domain length is good.
The domain does not contain non-latin characters.
Page URL
(Somewhat important)
No parameters were found in the URL.
No session ID was found in the URL.
The URL does not have too many subdirectories.
Charset encoding
(Somewhat important)
The charset encoding (UTF-8) is set correctly.
Doctype
(Nice to have)
The doctype HTML 5 is set correctly.
The doctype is placed at first in the HTML code.
Favicon
(Nice to have)
The favicon is linked correctly.

Meta tags

NameValue
descriptionDECUS Immobilien GmbH, Ihre Experten für Immobilienberatung, Bewertung und Vermittlung. Herzlich Willkommen bei DECUS Immobilien Vermittlung GmbH, Ihrem kompetenten Partner für kundenorientierte und erfolgreiche Immobilienvermittlung!
viewportwidth=device-width, initial-scale=1
ji-code-snippets[{"name":"Counter","gdprCategories":[],"gdprIgnore":false,"contentHead":"","contentBodyEnd":"<script>\r\n (function ($) {\r\n\t$.fn.countTo = function (options) {\r\n\t\toptions = options || {};\r\n\t\t\r\n\t\treturn $(this).each(function () {\r\n\t\t\t\/\/ set options for current element\r\n\t\t\tvar settings = $.extend({}, $.fn.countTo.defaults, {\r\n\t\t\t\tfrom: $(this).data('from'),\r\n\t\t\t\tto: $(this).data('to'),\r\n\t\t\t\tspeed: $(this).data('speed'),\r\n\t\t\t\trefreshInterval: $(this).data('refresh-interval'),\r\n\t\t\t\tdecimals: $(this).data('decimals')\r\n\t\t\t}, options);\r\n\t\t\t\r\n\t\t\t\/\/ how many times to update the value, and how much to increment the value on each update\r\n\t\t\tvar loops = Math.ceil(settings.speed \/ settings.refreshInterval),\r\n\t\t\t\tincrement = (settings.to - settings.from) \/ loops;\r\n\t\t\t\r\n\t\t\t\/\/ references & variables that will change with each update\r\n\t\t\tvar self = this,\r\n\t\t\t\t$self = $(this),\r\n\t\t\t\tloopCount = 0,\r\n\t\t\t\tvalue = settings.from,\r\n\t\t\t\tdata = $self.data('countTo') || {};\r\n\t\t\t\r\n\t\t\t$self.data('countTo', data);\r\n\t\t\t\r\n\t\t\t\/\/ if an existing interval can be found, clear it first\r\n\t\t\tif (data.interval) {\r\n\t\t\t\tclearInterval(data.interval);\r\n\t\t\t}\r\n\t\t\tdata.interval = setInterval(updateTimer, settings.refreshInterval);\r\n\t\t\t\r\n\t\t\t\/\/ initialize the element with the starting value\r\n\t\t\trender(value);\r\n\t\t\t\r\n\t\t\tfunction updateTimer() {\r\n\t\t\t\tvalue += increment;\r\n\t\t\t\tloopCount++;\r\n\t\t\t\t\r\n\t\t\t\trender(value);\r\n\t\t\t\t\r\n\t\t\t\tif (typeof(settings.onUpdate) == 'function') {\r\n\t\t\t\t\tsettings.onUpdate.call(self, value);\r\n\t\t\t\t}\r\n\t\t\t\t\r\n\t\t\t\tif (loopCount >= loops) {\r\n\t\t\t\t\t\/\/ remove the interval\r\n\t\t\t\t\t$self.removeData('countTo');\r\n\t\t\t\t\tclearInterval(data.interval);\r\n\t\t\t\t\tvalue = settings.to;\r\n\t\t\t\t\t\r\n\t\t\t\t\tif (typeof(settings.onComplete) == 'function') {\r\n\t\t\t\t\t\tsettings.onComplete.call(self, value);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\t\r\n\t\t\tfunction render(value) {\r\n\t\t\t\tvar formattedValue = settings.formatter.call(self, value, settings);\r\n\t\t\t\t$self.html(formattedValue);\r\n\t\t\t}\r\n\t\t});\r\n\t};\r\n\t\r\n\t$.fn.countTo.defaults = {\r\n\t\tfrom: 0, \/\/ the number the element should start at\r\n\t\tto: 0, \/\/ the number the element should end at\r\n\t\tspeed: 1000, \/\/ how long it should take to count between the target numbers\r\n\t\trefreshInterval: 100, \/\/ how often the element should be updated\r\n\t\tdecimals: 0, \/\/ the number of decimal places to show\r\n\t\tformatter: formatter, \/\/ handler for formatting the value before rendering\r\n\t\tonUpdate: null, \/\/ callback method for every time the element is updated\r\n\t\tonComplete: null \/\/ callback method for when the element finishes updating\r\n\t};\r\n\t\r\n\tfunction formatter(value, settings) {\r\n\t\treturn value.toFixed(settings.decimals);\r\n\t}\r\n}(jQuery));\r\n\r\njQuery(function ($) {\r\n \/\/ custom formatting example\r\n $('.count-number').data('countToOptions', {\r\n\tformatter: function (value, options) {\r\n\t return value.toFixed(options.decimals).replace(\/\\B(?=(?:\\d{3})+(?!\\d))\/g, ',');\r\n\t}\r\n });\r\n \r\n \/\/ start all the timers\r\n $('.timer').each(count); \r\n \r\n function count(options) {\r\n\tvar $this = $(this);\r\n\toptions = $.extend({}, options || {}, $this.data('countToOptions') || {});\r\n\t$this.countTo(options);\r\n }\r\n});\r\n<\/script>"}]
langde
og:titleDecus | Immobilien - Wohnungen und Büros in Wien und Umgebung - DECUS Immobilien GmbH
og:descriptionDECUS Immobilien GmbH, Ihre Experten für Immobilienberatung, Bewertung und Vermittlung. Herzlich Willkommen bei DECUS Immobilien Vermittlung GmbH, Ihrem kompetenten Partner für kundenorientierte und erfolgreiche Immobilienvermittlung!
og:typewebsite
og:urlhttps://www.decus.at/de
og:authorDECUS Immobilien GmbH
charsetUTF-8

Test up to 1.000 webpages of decus.at with our free plan!

Try For Free
No trial. It's just free!

Page quality

Content
(Critically important)
Some words from the page title are not used within the pages content
This page contains 650 words. That's ok.
13.8% of the text are stop words.
The page contains a listing, which indicates a good text layout.
3 paragraphs were found on this page.
No placeholders texts or images were found.
There are no duplicates on the site.
The average number of words per sentence of 24.67 words is good.
Frames
(Critically important)
This page does not use a frameset.
Mobile optimization
(Somewhat important)
No Apple touch icon is specified.
A viewport "width=device-width, initial-scale=1" is provided.
Bold and strong tags
(Somewhat important)
Some tags are too long. With 75 characters this one is longer than 70 characters:
"| erstbezug | toplage | dresdner strasse | nähe technikum wien | ab februar"
Image SEO
(Somewhat important)
15 images have no alt attribute. The content of alt attributes is used by search engines.
Social Networks
(Nice to have)
There are only a few social sharing widgets on the page. Make your website popular in social networks with social sharing widgets.
Additional markup
(Nice to have)
No additional page markup was found.
HTTPS
(Somewhat important)
This website uses HTTPS to protect privacy and integrity of the exchanged data.
All included files are also transferred via HTTPS.

Media list

URLAlt attributeTitle
...timmo.at/file/3LrQfuazak3KteD9nvyD6h.pngDecus | Immobilien
...timmo.at/file/5dKy1IDLSiYLcfjD5KY56y.jpgNo alt attribute provided
...timmo.at/file/6zrAfdgPSrthZt3aEhtV8W.jpgNo alt attribute provided
...timmo.at/file/2JSfdrW4yGU2xz9NjPsgHE.jpgNo alt attribute provided
...timmo.at/file/1J5xMeZOlp6w2QgQp18uL2.jpgNo alt attribute provided
...54713/fcc_h480_mwebp_w720/CtrJOImY4T.jpgImmobilieVisualisierung
...80_mwebp_w720/5nBqbE8oY00MUUOM0quShy.jpgImmobilieImmobilie
...80_mwebp_w720/4IAqxzTgD0yJvJ9YveRwOK.jpgImmobilieImmobilie
...80_mwebp_w720/5mdcxcT4Lq6XfnmBdf9z9u.jpgImmobilieImmobilie
...0_mwebp_w720/7JrS0Kq3pxYQ8D9DUDvTHb.jpegImmobilieImmobilie
...80_mwebp_w720/1J8NPPog2q7E4aGPYDpwDK.jpgImmobilieImmobilie
...0_mwebp_w720/7jGSIqgr1CNFM3Rf5Brzo6.jpegImmobilieImmobilie
...0_mwebp_w720/5znSfaFW2msXpuXRT8V1Du.jpegImmobilieImmobilie
...80_mwebp_w720/3XxqeaRDDhqTswxds5NFtv.jpgImmobilieImmobilie
...80_mwebp_w720/55oLWUudenJX8oEo9823Kt.jpgImmobilieAusblick Innenstadt Repräsentationsbereich
...80_mwebp_w720/2hJjrr1hNp57oAnfnenCFt.jpgImmobilieImmobilie
...a7349/fcc_h480_mwebp_w720/BtgSJyAZOq.jpgImmobilieImmobilie
...timmo.at/file/7n2be9KmY13hT7jb5Fj2tA.jpgNo alt attribute provided
...timmo.at/file/6SfPkCGLiI3Z4tlAVgcgwn.pngNo alt attribute provided
data:[...] Base64No alt attribute provided
data:[...] Base64No alt attribute provided
data:[...] Base64No alt attribute provided
data:[...] Base64No alt attribute provided
data:[...] Base64No alt attribute provided
data:[...] Base64No alt attribute provided
data:[...] Base64No alt attribute provided
...timmo.at/file/4BU4u3X3KqDB3ubsBJEkUI.jpgNo alt attribute provided
...stimmo.at/file/vIsWzWlZpf8Gy7UE2CyCn.jpgNo alt attribute provided

Page structure

H1 heading
(Critically important)
There is no H1 heading specified.
Headings
(Important)
The structure of headings is missing one or more levels. Do not skip heading levels.
There are 26 headings on the page. The amount of headings should be in a more proper relation to the amount of text.
Some headings do not have any content.

Heading structure

Heading levelContent
H2 DECUS Immobilien | Wir beleben Räume
H2 Unsere Erfolge
H2 Empty heading
H2 Empty heading
H2 Empty heading
H2 Empty heading
H2 Mietwohnungen
H2 Eigentumswohnungen
H2 Wohnprojekte
H2 Büro & Gewerbe
H2 Unsere Topobjekte aus dem Bereich Wohnen
H2 Unsere Topobjekte aus dem Bereich Büro & Gewerbe
H3 Immobilien aktuell
H3 vermittelte Objekte
H3 Follower
H3 MitarbeiterInnen
H3 / ZWEITBEZUG / BALKON / DACHGESCHOSSWOHNUNG / 3 ZIMMER / VERFÜGBAR AB 1.03.2025
H3 LUXUSWOHNUNG IN BESTLAGE | HAUSFLAIR MIT PRIVATPOOL UND HOME-GYM AM PÖSTLINGBERG
H3 | HIETZING | UNWEIT DES LAINZER TIERGARTENS | TOPLAGE
H3 JAHNGRÜNDE | SCHÖNE ERSTBEZUGSWOHNUNGEN | ZENTRALE LAGE | RUHIGE WOHNGEGEND
H3 SEEHAUS DER EXTRAKLASSE MIT BOOTSANLEGEPLATZ UND SONNENTERRASSE | 4-ZIMMER IM SCHLÜSSELFERTIGEN ERSTBEZUG
H3 | ERSTBEZUGSWOHNUNGEN | UNBEFRISTETE MIETDAUER | MIETBEGINN AUGUST 2024 | GREEN 21 | PAUSCHALMIETE
H3 + + + qBIK + + + flexible Büroflächen am Rennweg + + +
H3 + + + BÜROHAUS + + + 2nd CENTRAL + + + MODERNE BÜROFLÄCHEN + + +
H3 + + + BEZUGSFERTIGES BÜRO IM SATURN TOWER mit unverbaubarem Ausblick + + + DONAUPARK + + +
H3 + TOP SPOT + ÄUSSERST REPRÄSENTATIVES BÜRO GANZ OBEN + EINZIGARTIGER ZWEIGESCHOSSIGER BEREICH + DONAU CITY +
H3 + + + ATTRAKTIVES BÜROHAUS + + + ca. 2.100 m² + + + NÄHE LIEBLGASSE + + +
H3 + + + TWIN TOWER + + + MYHIVE AM WIENERBERG + + +
H3 KONTAKT
H4 DECUS Immobilien GmbH
Some internal links have dynamic parameters. All internal URLs, which are not marked as nofollow, should not contain dynamic parameters.
Some anchor texts are used more than once.
3 links don't have an anchor text.
The number of internal links is ok.
None of the anchor texts is too long.
There are 9 external links on this page.
LinkAttributesAnchor text
https://www.decus.at/deIMG-ALT Decus | Immobilien
https://www.decus.at/deHome
/de/immobilienImmobilien
/de/mietwohnungenMietwohnungen
/de/eigentumswohnungen-wienEigentumswohnungen
/de/vorsorgewohnungenVorsorgewohnungen
/de/wohnprojekteWohnprojekte
/de/buero-wienBüro & Gewerbe
/de/referenzobjektReferenzen
/de/unternehmensleitbildUnternehmensleitbild
/de/philosophiePhilosophie
/de/unsere-dienstleistungenUnsere Dienstleistungen
https://www.decus.at/de/teamTeam
https://www.decus.at/de/karriereKarriere
/de/blog---presse---newsBlog - Presse - News
/de/immobilie-bewertenImmobilie bewerten
/de/service-fuer-bautraegerService für Bauträger
/de/rechtliches-zum-faggRechtliches zum FAGG
/de/meldezettelMeldezettel
/de/notrufnummernNotrufnummern
/de/umzugschecklisteUmzugscheckliste
/de/vermittlungsprovisionVermittlungsprovision
/de/immobilie-verkaufenImmobilie verkaufen
/de/jetzt-suchwunsch-anlegenJetzt Suchwunsch anlegen
/de/immobilienrecht-und-tippsImmobilienrecht und Tipps
/de/beauftragungBeauftragung
https://www.decus.at/de/kontaktKontakt
https://decus-immobilien.servi...External Subdomain Jetzt Suchwunsch anlegen!
A-TITLE Jetzt Suchwunsch anlegen!
/de/mietwohnungenNo Text
/de/mietwohnungenText duplicate Mietwohnungen
/de/eigentumswohnungen-wienNo Text
/de/eigentumswohnungen-wienText duplicate Eigentumswohnungen
/de/wohnprojekteNo Text
/de/wohnprojekteText duplicate Wohnprojekte
/de/buero-wienA-TITLE Kaufobjekte
/de/buero-wienText duplicate Büro & Gewerbe
/de/objektdetail/14286013?from.../ ZWEITBEZUG / BALKON / DACHGESCHOSSWOHNUNG / 3 ZIMMER / VERFÜGBAR AB 1.03.2025
/de/objektdetail/14282818?from...LUXUSWOHNUNG IN BESTLAGE | HAUSFLAIR MIT PRIVATPOOL UND HOME-GYM AM PÖSTLINGBERG
/de/objektdetail/13611913A-TITLE Rundgang Erdgeschoß
/de/objektdetail/13611913A-TITLE Rundgang 1. Etage
/de/objektdetail/13611913A-TITLE Rundgang 2. Etage
/de/objektdetail/13611913?from...| HIETZING | UNWEIT DES LAINZER TIERGARTENS | TOPLAGE
/de/wohnbauprojekt/13513180A-TITLE 3D Tour Musterwohnung Top 10
/de/wohnbauprojekt/13513180?fr...JAHNGRÜNDE | SCHÖNE ERSTBEZUGSWOHNUNGEN | ZENTRALE LAGE | RUHIGE WOHNGEGEND
/de/objektdetail/13383844?from...SEEHAUS DER EXTRAKLASSE MIT BOOTSANLEGEPLATZ UND SONNENTERRASSE | 4-ZIMMER IM SCHLÜSSELFERTIGEN ERSTBEZUG
/de/wohnbauprojekt/13017208A-TITLE Rundgang Musterwohnung
/de/wohnbauprojekt/13017208?fr...| ERSTBEZUGSWOHNUNGEN | UNBEFRISTETE MIETDAUER | MIETBEGINN AUGUST 2024 | GREEN 21 | PAUSCHALMIETE
/de/gewerbeprojekt/13667635?fr...+ + + qBIK + + + flexible Büroflächen am Rennweg + + +
/de/gewerbeprojekt/13525222?fr...+ + + BÜROHAUS + + + 2nd CENTRAL + + + MODERNE BÜROFLÄCHEN + + +
/de/gewerbeprojekt/13348750?fr...+ + + BEZUGSFERTIGES BÜRO IM SATURN TOWER mit unverbaubarem Ausblick + + + DONAUPARK + + +
/de/gewerbeprojekt/12819172?fr...+ TOP SPOT + ÄUSSERST REPRÄSENTATIVES BÜRO GANZ OBEN + EINZIGARTIGER ZWEIGESCHOSSIGER BEREICH + DONAU CITY +
/de/gewerbeprojekt/12468775?fr...+ + + ATTRAKTIVES BÜROHAUS + + + ca. 2.100 m² + + + NÄHE LIEBLGASSE + + +
/de/gewerbeprojekt/11597277?fr...+ + + TWIN TOWER + + + MYHIVE AM WIENERBERG + + +
/de/immobilienText duplicate Immobilien
https://www.decus.at/de/kontaktText duplicate Kontakt
https://www.decus.at/de/impressumImpressum
/de/unsere-dienstleistungenDienstleistungen
/de/datenschutzinformationDatenschutzinformation
https://www.facebook.com/decus...New window External Subdomain No Text
https://www.instagram.com/decu...New window External Subdomain No Text
https://www.xing.com/pages/dec...New window External Subdomain No Text
https://twitter.com/i/flow/log...New window External No Text
https://at.linkedin.com/compan...New window External Subdomain No Text
https://www.tiktok.com/@decusi...New window External Subdomain No Text
https://www.youtube.com/channe...New window External Subdomain No Text
https://decus-immobilien.servi...External Subdomain Suchagent aktivieren
A-TITLE Suchagent aktivieren

Server configuration

HTTP redirects
(Critically important)
This page redirects to "https://www.decus.at/de"
HTTP header
(Important)
No X-Powered HTTP header is sent.
This page uses GZip for compressed data transmission.
Performance
(Somewhat important)
The page response time is excellent with 0.07 seconds.
The file size of the HTML document is fine (214 kB).

HTTP Response Header

NameValue
dateSun, 22 Dec 2024 08:07:24 GMT
content-typetext/html; charset=UTF-8
varyAccept-Encoding
cache-controlno-cache, private
x-appwebsites
content-encodinggzip
strict-transport-securitymax-age=63072000; includeSubDomains
statuscode200
http_versionHTTP/2

External factors

This page has only a few links from other websites.
This page only has backlinks from 13 referring domains.
This page only has 24 backlinks.
This page only has few backlinks from 5 different ip addresses.
This page is referenced by wikipedia.

Search preview

www.decus.at
Decus | Immobilien - Wohnungen und Büros in Wien und Umgebung - DEC...
DECUS Immobilien GmbH, Ihre Experten für Immobilienberatung, Bewertung und Vermittlung. Herzlich Willkommen bei DECUS Immobilien Vermittlung GmbH, Ihrem kompetenten Partner für kundenorientierte und erfolgreiche Immobilienvermittlung!

Most important keywords

Following keywords were found. You can check the keyword optimization of this page for each keyword.

KeywordResultRecheck
DECUS73%Check
DECUS Immobilien70%Check
DECUS Immobilien GmbH69%Check
Immobilien68%Check
Immobilien GmbH66%Check
Wohnungen59%Check
Wien54%Check
Büro54%Check
Immobilie verkaufen53%Check
Immobilie bewerten53%Check

Test up to 1.000 webpages of decus.at with our free plan!

Try For Free
No trial. It's just free!

Cookie Policy

We use cookies to make our site work and also for analytics and advertising purposes. You can enable or disable optional cookies as desired. See the following links for more information.

We need these so the site can function properly

So we can better understand how visitors use our website

So we can serve you tailored ads and promotions