SEO and Google Analytics and index.php

Discuss Search Engine Optimization in relation to Joomla! 3.x. This forum will also have discussions on SEF/SEO Joomla! 3.x extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Post Reply
ptrouw
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Thu Aug 18, 2005 9:19 am

SEO and Google Analytics and index.php

Post by ptrouw » Mon Oct 24, 2022 9:28 am

Hi,
In the global configuration, I have an SEO-friendly URL and URL rewriting, and no suffix. I have a multi-lingual website so, / is English and I also have /de and /nl.
If I look at the Google Analytics stats it shows me /index.php and / as a result pages. Both are the root folder of the English language.
How can I get rite of this /index.php? Should I redirect this in htaccess?

User avatar
Rondeb
Joomla! Guru
Joomla! Guru
Posts: 623
Joined: Mon Dec 02, 2013 12:14 pm
Location: Meschede - Germany
Contact:

Re: SEO and Google Analytics and index.php

Post by Rondeb » Wed Nov 09, 2022 11:49 am

Hi,

is it already solved?

You have renamed htacces.txt to .htaccess?

And outside of Google, when you go to your site, the index.php isn't there?

Groeten Ron :)

ptrouw
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Thu Aug 18, 2005 9:19 am

Re: SEO and Google Analytics and index.php

Post by ptrouw » Thu Nov 10, 2022 7:37 am

Hi Ron, no not solved. Yes, I have renamed htaccess, and yes normally the index.php is not showing. It is only listed in Google Analytics.

seotoronto
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Nov 25, 2022 5:37 pm

Re: SEO and Google Analytics and index.php

Post by seotoronto » Fri Nov 25, 2022 5:57 pm

Try to do 301 from all index.php pages to the main one.

ptrouw
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Thu Aug 18, 2005 9:19 am

Re: SEO and Google Analytics and index.php

Post by ptrouw » Sat Dec 03, 2022 10:55 am

I will try

uebloak
Joomla! Intern
Joomla! Intern
Posts: 54
Joined: Sat Aug 27, 2022 1:57 am

Re: SEO and Google Analytics and index.php

Post by uebloak » Tue Feb 21, 2023 10:08 pm

gulshan212 wrote:
Mon Feb 13, 2023 8:57 am
Hello this is Gulshan Negi
Well, there are several ways to do this. However, you can also use a 301 redirect in your .htaccess file to redirect visitors who request the "/index.php" URL to the root directory "/".
Hope it can help you.
Thanks
Hello, I'm intrested by your proposal to redirect "/index.php" request to "/". Can you detail the correct RewriteRule to add to .htaccess file.

I already find a good line to add it. I'm just not confortable with the syntax yet....

User avatar
changlee
Joomla! Explorer
Joomla! Explorer
Posts: 470
Joined: Tue Nov 20, 2007 11:05 am
Location: Greece
Contact:

Re: SEO and Google Analytics and index.php

Post by changlee » Sat Mar 11, 2023 5:21 pm

Does the RewriteRule work?
If you do not programm your life, someone else will do it for you.
SMTP Newsletter APP: https://www.emailbat.com

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44066
Joined: Sat Apr 05, 2008 9:58 pm

Re: SEO and Google Analytics and index.php

Post by Webdongle » Sat Mar 11, 2023 6:59 pm

That rewrite rule is already in Joomla's .htaccess
I use https://extensions.joomla.org/extension/osmap/ and submit the site map to google https://developers.google.com/search
No index.php is listed in google for my website
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

Davidsmith89
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Mon Mar 20, 2023 5:49 pm

Re: SEO and Google Analytics and index.php

Post by Davidsmith89 » Mon Mar 20, 2023 6:51 pm

Yes, you can use a redirect in your .htaccess file to remove the /index.php from your URLs. Here's an example of the code you can add to your .htaccess file:

RewriteEngine On
RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s(.*)/index\.php [NC]
RewriteRule ^ %1 [R=301,L]
This code will redirect any requests for the /index.php page to the root directory of your website. This should fix the issue of the /index.php appearing in your Google Analytics stats.

Additionally, make sure that your website's internal links are also updated to point to the new URLs without the /index.php. This will ensure that visitors and search engines are directed to the correct pages.

Edward Matthew
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Wed May 17, 2023 11:30 am

Re: SEO and Google Analytics and index.php

Post by Edward Matthew » Mon Jun 12, 2023 8:20 am

Davidsmith89 wrote:
Mon Mar 20, 2023 6:51 pm
Yes, you can use a redirect in your .htaccess file to remove the /index.php from your URLs. Here's an example of the code you can add to your .htaccess file:

RewriteEngine On
RewriteCond %{THE_REQUEST} ^[A-Z]{3,}\s(.*)/index\.php [NC]
RewriteRule ^ %1 [R=301,L]
This code will redirect any requests for the /index.php page to the root directory of your website. This should fix the issue of the /index.php appearing in your Google Analytics stats.

Additionally, make sure that your website's internal links are also updated to point to the new URLs without the /index.php. This will ensure that visitors and search engines are directed to the correct pages.
Thanks Buddy, I need it too :)

User avatar
pishro
Joomla! Explorer
Joomla! Explorer
Posts: 301
Joined: Tue Oct 09, 2012 7:22 am

Re: SEO and Google Analytics and index.php

Post by pishro » Sun Aug 13, 2023 4:46 am

I did it. Are these according to Google's new algorithms?

jovanddd
Joomla! Apprentice
Joomla! Apprentice
Posts: 25
Joined: Sat Apr 09, 2022 2:38 pm
Location: Beograd
Contact:

Re: SEO and Google Analytics and index.php

Post by jovanddd » Sun Aug 13, 2023 10:33 am

not it's GA4, maybe problem is resolved.

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44066
Joined: Sat Apr 05, 2008 9:58 pm

Re: SEO and Google Analytics and index.php

Post by Webdongle » Fri Aug 25, 2023 8:07 pm

pishro wrote:
Sun Aug 13, 2023 4:46 am
I did it. Are these according to Google's new algorithms?
Who knows Google's new algorithms? :laugh:
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

sulla2018
Joomla! Apprentice
Joomla! Apprentice
Posts: 24
Joined: Tue Jun 26, 2018 1:37 pm

Re: SEO and Google Analytics and index.php

Post by sulla2018 » Fri Mar 22, 2024 11:50 am

Ugh, dealing with that /index.php issue in URLs is such a headache, right? I ran into the exact same problem a while back. My solution? I fiddled with the .htaccess file, setting up a redirect to change /index.php to just /. It cleaned up the URLs beautifully and really helped with making the site more SEO-friendly.

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44066
Joined: Sat Apr 05, 2008 9:58 pm

Re: SEO and Google Analytics and index.php

Post by Webdongle » Fri Mar 22, 2024 3:51 pm

sulla2018 wrote:
Fri Mar 22, 2024 11:50 am
Ugh, dealing with that /index.php issue in URLs is such a headache, right? I ran into the exact same problem a while back. My solution? I fiddled with the .htaccess file, setting up a redirect to change /index.php to just /. It cleaned up the URLs beautifully and really helped with making the site more SEO-friendly.
Joomla's htaccess already does that
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".


Post Reply

Return to “Search Engine Optimization (Joomla! SEO) in Joomla! 3.x”