Questions tagged [subdirectory]
A subdirectory is a directory that is located within another directory.
104 questions
0
votes
0
answers
21
views
Redirect the domain including all subdirectories
Suppose, my website is originally published at x.github.io. And I have another website y.github.io. My target is to redirect from 2nd one to the original one.
I like to redirect the subdirectories too ...
1
vote
1
answer
50
views
Best Practices for allowing analytics access for Third-Party SEO/SEM vendors
I am managing a large multi-tenant web property, where each tenant has some autonomy over whom they partner with for analytics. We need to retain full control over our analytics (GTM/GA) and also need ...
0
votes
0
answers
350
views
Create different version of a website in WIX based on different location
I am new to wix. I have a website. It's connected to a domain example.com. Now I want to create diffrent version of this website and connect it to a subdirectory example.com/usa. Can I do that in wix? ...
3
votes
2
answers
291
views
Will the SEO of a webpage suffer if its parent directory has a redirect?
I'll have lots of webpages with URLs in this format:
https://www.example.edu/faculty/firstname-lastname
but for the parent page...
https://www.example.edu/faculty
...I want it to redirect to...
https:/...
3
votes
2
answers
148
views
Seo: tell search engines to prioritize a given subdirectory
Imagine a website of a recurring event.
The URL structure is:
http://example.org/2022/ - subdirectory about the 2022 edition of the event
http://example.org/2021/ - subdirectory about the 2021 ...
1
vote
1
answer
92
views
Do the number of back links to the root domain vs language subdirectories effect SEO?
My project has two language, English and Arabic. For this project we need more and more back links. The root domain has almost 60k back links but sub folders like /en has only 11k and /ar has only ...
3
votes
0
answers
51
views
Can I have a generic rule to map subdomains to directories?
I have these rulesets which are working.
RewriteCond %{HTTPS} =on
RewriteCond %{HTTP_HOST} ^www\.example\.city$ [NC]
RewriteRule ^(.*)$ https://example.city/$1 [R=301,L]
RewriteCond %{HTTPS} !=on
...
1
vote
0
answers
57
views
Can Google Analytics compare the number of users who browsed different subdirectories?
My website is composed of many shops. I would like to understand the amount of users browsing each shop.
Each shop has the following set of URLs:
example.com/shop/shop-slug
Each shop has category-page,...
1
vote
1
answer
625
views
How to point a domain name to a subfolder
I have a working website:
https://www.example.com
It is a bit old, and now I want to make a new website. I don't want to make it on localhost but directly on the web.
I was thinking to make the ...
2
votes
1
answer
54
views
Redirecting smaller successful site to domain of new site - SEO impacts
Our client has 2 websites, each on their own domain, let's call them A.example and B.example, both interesting to the same demographic.
A.example is a small but very successful single purpose site ...
1
vote
0
answers
125
views
Do I need to submit separate sitemaps for language based subdirectories?
my company uses a site that targets the different regions we are based in using subdirectories (www.example.com/en-sg/) instead of subdomains (www.en-sg.example.com). Can I ask if I will need to ...
2
votes
1
answer
45
views
Do subdirectories of a domain have their own kind of internal ranking to the point that it matters in which one we publish new content?
Let's say I have a blog on example.com/blog/ and now I decide to create another blog inside example.com/product/blog/
If example.com/blog/ has been out there for 7 years and its content has been ...
2
votes
1
answer
792
views
For language URLs, should the default language gets its own subdirectory or take the document root?
I'm new in the i18n world, searching online the best structure to deploy my i18n website, I've found two solutions with the subdirectory model:
Every language in /locale_code
Default language in / ...
1
vote
2
answers
642
views
Multilingual web-page using subdirectories within a single domain
I want my webpage to be in multiple languages on the same domain, for example:
domain.com/en
domain.com/ru
I can manually translate index.html into the languages I need, this is not a problem.
I tried ...
1
vote
1
answer
73
views
How to get duplicate geo-targetted sub-directories indexed when Google is ignoring the canonicals?
I have a main website example.com which is mainly used for targeting one country. We recently started creating sub-directories for targeting other countries i.e, example.com/us/, example.com/ph/ etc., ...