skip to Main Content

TYPO3 10.4 – How add in hreflang, more Output, only 2 BE Language? – SEO

my Request in TYPO3 10.4 with the tx_seo is for only two Lang: de-CH and en-US like this: <link rel="alternate" hreflang="de-CH" href="https://www.example.org/produkte/test-schiene"/> <link rel="alternate" hreflang="de-DE" href="https://www.example.org/produkte/test-schiene"/> <link rel="alternate" hreflang="de-AT" href="https://www.example.org/produkte/test-schiene"/> <link rel="alternate" hreflang="en-US" href="https://www.example.org/en/products/test-rail"/> <link rel="alternate" hreflang="x-default" href="https://www.example.org/en/products/test-rail"/> I have…

VIEW QUESTION

ingress-nginx wasn't installed properly?

Now I'm using WSL 2 and Docker Desktop on Windows 10. I created an YAML script to create an ingress for my microservices like below. apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: ingress-srv annotations: kubernetes.io/ingress.class: nginx spec: rules: - host: posts.com…

VIEW QUESTION
Back To Top
Search