Should i rank inner pages with or without the / ?

Wouldn't worry about it, but without the slash looks the best.
 
Keep everything consistent. If you have a trailing slash, you should have a trailing slash on all pages. Set your URLs up to redirect to a consistent syntax. Any links you are building should point to the URL resolving in a 200 status.
 
Webservers usually add the last slash automatically, so i guess it would make sense to redirect and use only the version with the slash.

Btw even when you copy a naked domain like "domain.com" on chrome or firefox bar guess what goes to the clipboard? -> "http://domain.com/"

They just add the slash by default.
 
Last edited:
i never pay attention about it, but i don't think it matters
 
For your first question, it doesn't matter.

The second question, it matters.

If you have two pages with '/' and without it. It is seen as a duplicate content.
Example:
  1. Website.com/best-dog-food/
  2. Website.com/best-dog-food
These are two different pages with the same content, if one doesn't redirect to another one, it means duplicate content. So make sure you don't have this underlying issues on your site and that they get redirected.
 
Back
Top