Link to home
Start Free TrialLog in
Avatar of altariamx2003
altariamx2003Flag for Mexico

asked on

Why this URL are broken? (a lot of SEO tools says they are)

No matter what SEO online tool I check all of them allways says that i have some broken url's i check the structure of them and i dont know what is wrong with thouse url.

I hope you can help me and told me what Im doing wrong I check one bye one and i try different ways to write them and I did not find errors on them.
---------------------------------------------------------------------------------------------------------
url: http://www.grupossc.com/elblog
type: SEO friendly url
code: <a href="/elblog" title="Blog de Grupo SSC">Blog</a>
---------------------------------------------------------------------------------------------------------
url: http://www.grupossc.com/lapagina/mescal-app-de-comunicacion-y-difusion-tecnologica-de-diseno-y-simulacion
type: SEO friendly url
code: <a href="/lapagina/mescal-app-de-comunicacion-y-difusion-tecnologica-de-diseno-y-simulacion" title="Mescal comunidad virtual">
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/areas/nuestros-webinars
type: SEO friendly url
code: <a href="/areas/nuestros-webinars" title="Webinars">Webinars</a>
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/areas/nuestros-talleres
type: SEO friendly url
code: <a href="/areas/nuestros-talleres" title="Talleres">Talleres</a>
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/capacitacion/posgrados.php
type: Normal url
code: <a href="/capacitacion/posgrados.php" title="Posgrados">Posgrados</a>
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/areas/nuestros-cursos
type: SEO friendly url
code: <a href="/areas/nuestros-cursos" title="Cursos">
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/capacitacion.php
type: Normal url
code: <a href="/capacitacion.php" title="Capacitación">Capacitación</a>
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/industrias.php
type: Normal url
code: <a href="/industrias.php" title="Soluciones por Industria">Soluciones por Industria</a>
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/productos/3ds.php
type: Normal url
code: <a href="/productos/3ds.php" title="DASSAULT SYSTEMES">DASSAULT SYSTEMES</a>
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/productos/ansys.php
type: Normal url
code: <a href="/productos/ansys.php" title="ANSYS">ANSYS</a>
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/corporativo/nosotros.php
type: Normal url
code: <a href="/corporativo/nosotros.php" title="Sobre Nosotros">Nosotros</a>
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/elblog/posts/vetelia-is-in-the-house
type: SEO friendly url
code: <a href="/elblog/posts/vetelia-is-in-the-house"><strong>VETELIA is in the House</strong></a>
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/elblog/posts/cubesat-un-satelite-orgullosamente-latinoamericano
type: SEO friendly url
code: <a href="/elblog/posts/cubesat-un-satelite-orgullosamente-latinoamericano"><strong>CUBESAT &#8220;Un satélite orgullosamente latinoamericano&#8221;</strong></a>
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/elblog/posts/bosch-invertira-120-mdd-en-nueva-planta-en-celaya
type: SEO friendly url
code: <a href="/elblog/posts/bosch-invertira-120-mdd-en-nueva-planta-en-celaya"><strong>Bosch invertirá 120 mdd en nueva planta en Celaya</strong></a>
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/elblog/posts/industria-4-0
type: SEO friendly url
code: <a href="/elblog/posts/industria-4-0"><strong>¿Ya eres parte de la Industria 4.0? ¡Sé parte de la revolución!</strong></a>
---------------------------------------------------------------------------------------------------------
http://www.grupossc.com/elblog/posts/parques-industriales-motor-de-crecimiento-de-las-economias-locales
type: SEO friendly url
code: <a href="/elblog/posts/parques-industriales-motor-de-crecimiento-de-las-economias-locales"><strong>Parques industriales, motor de crecimiento de las economías locales.</strong></a>
---------------------------------------------------------------------------------------------------------
http://grupossc.com/industrias/Construccion-e-Infraestructura
type: SEO friendly url
code: <a href="http://www.grupossc.com/industrias/Construccion-e-Infraestructura" class="construccion-e-infraestructura thumb-info secundary"><img alt="Imagen transparente de Grupo SSC" class="img-responsive" src="imagenes/industriatrans.png" width="100%" height="100%" alt="layout styles" data-appear-animation="fadeInLeft"></a>
---------------------------------------------------------------------------------------------------------

I hope you can help me with this

Bes regards
Avatar of Dr. Klahn
Dr. Klahn

All these URLs are missing the trailing "/index.html" or whatever other file the link should point to.

This is not a problem at the server end, if the server has been configured to serve up index.html or a directory listing by default when a filename is missing.

However, it is bad practice to rely on the default (or configured default) behavior of a specific server as it may not be the same even across identical servers.
Avatar of altariamx2003

ASKER

hi Dr. Klahn

The problem in all of this url is that im calling records that I got in a wordpress blog in the same server.

At the begininng of any of this files I got this code:
<?php
define(‘WP_USE_THEMES’, false);
require('/blog/wp-blog-header.php');
?>

If I remove this code suddenly this url are not broken any more

Did anyone knows why the problem is that code?????
w3c site validator also doesn't like you page and has many suggestions
https://validator.w3.org/nu/?doc=http%3A%2F%2Fgrupossc.com%2F
ASKER CERTIFIED SOLUTION
Avatar of altariamx2003
altariamx2003
Flag of Mexico image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I found the solution by myself
thanks to take time to answer me