Site shows same title & description for all pages
-
rconn
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 2
-
Thank you received: 0
-
-
9 years 4 months ago #4043
by rconn
Using Tag Meta Enterprise 1.7.7 & Joomla 3.4.1.
Not sure when this happened, but all of my website's pages are now showing the same title and description as the home page. Which isn't doing my Google rankings any good!
Everything looks OK in the plugin manager & tag meta configuration. The only thing that changed recently is the site was switched from http to https; I don't know if that could have affected tag meta.
Thanks for your help.
Rex Conn
jpsoft.com
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
9 years 4 months ago #4045
by admin
You got mail,
I need a dump of your Tag Meta rules table.
Regards,
Luigi
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 4
-
Thank you received: 0
-
-
9 years 3 months ago - 9 years 3 months ago #4171
by MirageTrailers
I'm having the same problem. I left work on Friday with everything working fine. Each page had it's own unique title. Now, I am seeing the same exact title on every page. Help with this would be greatly appreciated.
website is
www.miragetrailers.com
using Joomla 2.5.
Last edit: 9 years 3 months ago by MirageTrailers. Reason: added URL
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 4
-
Thank you received: 0
-
-
9 years 3 months ago #4172
by MirageTrailers
I've included a screen shot of my rules. The screen shot only includes the first few entries, but all are exactly the same as the ones displayed.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 4
-
Thank you received: 0
-
-
9 years 3 months ago #4174
by MirageTrailers
I have found the issue. Apparently, the 301 redirect I set up has removed the "index.php" from the URL of the website. So, I'll need to go through and remove the "index.php" from the URL's I set up in Tag Meta's rules. Tedious, but at least I've found out why I'm getting the same title on every page.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 4
-
Thank you received: 0
-
-
9 years 3 months ago #4175
by MirageTrailers
Another thing people might need to resolve this issue is a redirect in their .htaccess file to make sure URLs with the index.php within them all redirect to the root. Here's the code you need to enter in the file:
RewriteCond %{REQUEST_URI} ^/index\.php/
RewriteRule ^index.php/(.*) /$1 [R,L]
Hope this helps everyone.
Please Log in or Create an account to join the conversation.
Time to create page: 0.167 seconds