Implementierung - SEO - 15.08.2025
This commit is contained in:
+12
-5
@@ -1,16 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1000 1000">
|
||||
<!-- Generator: Adobe Illustrator 29.7.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 138) -->
|
||||
<!-- Generator: Adobe Illustrator 29.7.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 8) -->
|
||||
<defs>
|
||||
<style>
|
||||
.st0 {
|
||||
fill: #d8d9d8;
|
||||
fill: #d6d7d8;
|
||||
}
|
||||
|
||||
.st1 {
|
||||
fill: #222324;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path class="st0" d="M965.46,94.71l-461.75,791.05L34.81,94.71h930.65M1000,75H0l17.59,29.68,468.9,791.05,17.35,29.27,17.15-29.39L982.74,104.56l17.26-29.56h0Z"/>
|
||||
<rect class="st1" y="0" width="1000" height="1000"/>
|
||||
<g>
|
||||
<polygon class="st0" points="755.12 212.27 524.03 212.33 544.73 247.54 734.42 247.51 830.87 247.51 782.42 329.91 759.95 368.14 687.8 490.91 639.56 572.96 591.35 490.91 519.2 368.2 615.65 368.17 639.56 408.87 663.47 368.17 685.97 329.91 593.15 329.94 496.7 329.94 448.28 247.57 427.58 212.33 379.13 129.93 475.58 129.93 803.57 129.87 900.03 129.84 851.57 212.27 755.12 212.27"/>
|
||||
<polygon class="st0" points="618.8 608.26 570.59 690.3 548.33 728.18 500.09 810.22 451.88 728.18 240.28 368.23 217.81 330 169.39 247.6 265.85 247.6 314.27 329.97 336.74 368.23 500.09 646.14 522.35 608.26 381.23 368.2 358.76 329.97 310.34 247.57 289.61 212.36 245.11 212.36 148.69 212.39 100.24 129.99 196.69 129.96 241.18 129.96 337.64 129.93 386.06 212.33 406.76 247.57 455.21 329.97 477.68 368.2 570.59 526.24 618.8 608.26"/>
|
||||
<path class="st0" d="M849.1,197.22l-346.31,590.96L151.11,197.22h697.99M875,182.5H125l13.19,22.17,351.67,590.96,13.01,21.87,12.86-21.96L862.05,204.58l12.95-22.08h0Z"/>
|
||||
<g>
|
||||
<polygon class="st0" points="691.34 285.05 518.02 285.09 533.55 311.4 675.81 311.38 748.15 311.38 711.81 372.93 694.96 401.49 640.85 493.21 604.67 554.51 568.51 493.21 514.4 401.54 586.74 401.52 604.67 431.92 622.6 401.52 639.48 372.93 569.86 372.96 497.53 372.96 461.21 311.42 445.68 285.09 409.35 223.54 481.68 223.54 727.68 223.49 800.02 223.47 763.68 285.05 691.34 285.05"/>
|
||||
<polygon class="st0" points="589.1 580.88 552.94 642.17 536.25 670.46 500.07 731.75 463.91 670.46 305.21 401.56 288.36 373 252.04 311.44 324.39 311.44 360.7 372.98 377.55 401.56 500.07 609.18 516.76 580.88 410.92 401.54 394.07 372.98 357.75 311.42 342.21 285.12 308.83 285.12 236.52 285.14 200.18 223.58 272.52 223.56 305.88 223.56 378.23 223.54 414.54 285.09 430.07 311.42 466.41 372.98 483.26 401.54 552.94 519.6 589.1 580.88"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "Damjan Savić - Senior Fullstack Entwickler & Digital Solutions Consultant",
|
||||
"short_name": "Damjan Savić",
|
||||
"description": "Portfolio von Damjan Savić - Senior Fullstack Entwickler und Digital Solutions Consultant in Köln. Enterprise Software Development, KI-Integration und Cloud Architecture.",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#18181B",
|
||||
"theme_color": "#18181B",
|
||||
"orientation": "portrait-primary",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/logo.svg",
|
||||
"sizes": "any",
|
||||
"type": "image/svg+xml",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "/logo.png",
|
||||
"sizes": "1000x1000",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/logo.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/logo.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
}
|
||||
],
|
||||
"categories": ["business", "developer", "productivity"],
|
||||
"lang": "de-DE",
|
||||
"dir": "ltr",
|
||||
"prefer_related_applications": false
|
||||
}
|
||||
@@ -1,7 +1,6 @@
|
||||
# Allow all crawlers
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Crawl-delay: 1
|
||||
|
||||
# Disallow admin or sensitive paths if any
|
||||
Disallow: /admin
|
||||
|
||||
+54
-54
@@ -3,7 +3,7 @@
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/"/>
|
||||
@@ -12,7 +12,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/"/>
|
||||
@@ -21,7 +21,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/"/>
|
||||
@@ -30,7 +30,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/about</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/about"/>
|
||||
@@ -39,7 +39,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/about</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/about"/>
|
||||
@@ -48,7 +48,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/about</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/about"/>
|
||||
@@ -57,7 +57,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/portfolio</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/portfolio"/>
|
||||
@@ -66,7 +66,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/portfolio</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio"/>
|
||||
@@ -75,7 +75,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/portfolio</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio"/>
|
||||
@@ -84,7 +84,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/blog</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/blog"/>
|
||||
@@ -93,7 +93,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/blog</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/blog"/>
|
||||
@@ -102,7 +102,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/blog</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/blog"/>
|
||||
@@ -111,7 +111,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/contact</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/contact"/>
|
||||
@@ -120,7 +120,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/contact</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/contact"/>
|
||||
@@ -129,7 +129,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/contact</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/contact"/>
|
||||
@@ -138,7 +138,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/privacy</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/privacy"/>
|
||||
@@ -147,7 +147,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/privacy</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/privacy"/>
|
||||
@@ -156,7 +156,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/privacy</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/privacy"/>
|
||||
@@ -165,7 +165,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/terms</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/terms"/>
|
||||
@@ -174,7 +174,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/terms</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/terms"/>
|
||||
@@ -183,7 +183,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/terms</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/terms"/>
|
||||
@@ -192,7 +192,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/blog/erp-integration-breuninger</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/blog/erp-integration-breuninger"/>
|
||||
@@ -201,7 +201,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/blog/erp-integration-breuninger</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/blog/erp-integration-breuninger"/>
|
||||
@@ -210,7 +210,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/blog/erp-integration-breuninger</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/blog/erp-integration-breuninger"/>
|
||||
@@ -219,7 +219,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/blog/fullstack-development-timetracking</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/blog/fullstack-development-timetracking"/>
|
||||
@@ -228,7 +228,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/blog/fullstack-development-timetracking</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/blog/fullstack-development-timetracking"/>
|
||||
@@ -237,7 +237,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/blog/fullstack-development-timetracking</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/blog/fullstack-development-timetracking"/>
|
||||
@@ -246,7 +246,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/blog/rfid-automation</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/blog/rfid-automation"/>
|
||||
@@ -255,7 +255,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/blog/rfid-automation</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/blog/rfid-automation"/>
|
||||
@@ -264,7 +264,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/blog/rfid-automation</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/blog/rfid-automation"/>
|
||||
@@ -273,7 +273,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/portfolio/ai-data-reader</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/portfolio/ai-data-reader"/>
|
||||
@@ -282,7 +282,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/portfolio/ai-data-reader</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/ai-data-reader"/>
|
||||
@@ -291,7 +291,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/portfolio/ai-data-reader</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/ai-data-reader"/>
|
||||
@@ -300,7 +300,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/portfolio/bi-vision</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/portfolio/bi-vision"/>
|
||||
@@ -309,7 +309,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/portfolio/bi-vision</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/bi-vision"/>
|
||||
@@ -318,7 +318,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/portfolio/bi-vision</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/bi-vision"/>
|
||||
@@ -327,7 +327,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/portfolio/business-intelligence-ai</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/portfolio/business-intelligence-ai"/>
|
||||
@@ -336,7 +336,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/portfolio/business-intelligence-ai</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/business-intelligence-ai"/>
|
||||
@@ -345,7 +345,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/portfolio/business-intelligence-ai</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/business-intelligence-ai"/>
|
||||
@@ -354,7 +354,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/portfolio/claude-personal-assistant</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/portfolio/claude-personal-assistant"/>
|
||||
@@ -363,7 +363,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/portfolio/claude-personal-assistant</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/claude-personal-assistant"/>
|
||||
@@ -372,7 +372,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/portfolio/claude-personal-assistant</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/claude-personal-assistant"/>
|
||||
@@ -381,7 +381,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/portfolio/e-commerce-integration</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/portfolio/e-commerce-integration"/>
|
||||
@@ -390,7 +390,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/portfolio/e-commerce-integration</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/e-commerce-integration"/>
|
||||
@@ -399,7 +399,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/portfolio/e-commerce-integration</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/e-commerce-integration"/>
|
||||
@@ -408,7 +408,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/portfolio/local-llm-training</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/portfolio/local-llm-training"/>
|
||||
@@ -417,7 +417,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/portfolio/local-llm-training</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/local-llm-training"/>
|
||||
@@ -426,7 +426,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/portfolio/local-llm-training</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/local-llm-training"/>
|
||||
@@ -435,7 +435,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/portfolio/rfid-automation</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/portfolio/rfid-automation"/>
|
||||
@@ -444,7 +444,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/portfolio/rfid-automation</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/rfid-automation"/>
|
||||
@@ -453,7 +453,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/portfolio/rfid-automation</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/rfid-automation"/>
|
||||
@@ -462,7 +462,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/portfolio/timetracking-software</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="en" href="https://damjan-savic.com/en/portfolio/timetracking-software"/>
|
||||
@@ -471,7 +471,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/en/portfolio/timetracking-software</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/timetracking-software"/>
|
||||
@@ -480,7 +480,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damjan-savic.com/sr/portfolio/timetracking-software</loc>
|
||||
<lastmod>2025-08-01</lastmod>
|
||||
<lastmod>2025-01-15</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
<xhtml:link rel="alternate" hreflang="de" href="https://damjan-savic.com/portfolio/timetracking-software"/>
|
||||
|
||||
Reference in New Issue
Block a user