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

Changing the SVG color in CSS – SEO

I want to change the svg icon color in css, but it won't change for some reason. Please, help : https://codepen.io/Flowersj/pen/OJExzME I tried adding class to parent tag and trying to style it, didn't work. HTML: <svg class="navigation-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0…

VIEW QUESTION

Using PHP for canonical urls – SEO

I set the following rule in my .htaccess file to redirect example.com/index.php to example.com RewriteCond %{THE_REQUEST} ^.*/index.php RewriteRule ^(.*)index.php$ /$1 [R=301,L] Then I set my canonical as following in the header.php for all pages: <link rel="canonical" href="https://www.example.com<?php echo $_SERVER['PHP_SELF']; ?>"…

VIEW QUESTION
Back To Top
Search