Re: Ultimate SEO 2.200 [Support Thread]
I have been using RC4 without problems on my live store linked on my signature below, today I decided to create a new page by modifying page_2, when I was looking for instances of page_2 to be renamed as international-shipping, I noticed a match on the admin backend, related to the usu plugin, so I changed it, renamed it there, the original entry was page_2 so I renamed it international-shipping, however after modifying all the other files I'm still getting 404 errors, will this change(rename page_2), be the cause?
BTW the page_2 link was changed and not rewritten by the module, so instead of getting a link like >>> /international-shipping.html I am getting the original index.php? ... etc
Re: Ultimate SEO 2.200 [Support Thread]
Quote:
Originally Posted by
icecold
I have been using RC4 without problems on my live store linked on my signature below, today I decided to create a new page by modifying page_2, when I was looking for instances of page_2 to be renamed as international-shipping, I noticed a match on the admin backend, related to the usu plugin, so I changed it, renamed it there, the original entry was page_2 so I renamed it international-shipping, however after modifying all the other files I'm still getting 404 errors, will this change(rename page_2), be the cause?
BTW the page_2 link was changed and not rewritten by the module, so instead of getting a link like >>> /international-shipping.html I am getting the original index.php? ... etc
Quote:
Page title
Page Not Found : Outlet Season Scentia :: Fragrances and Perfumes of the World, An Outlet Season Store
Page URL
/scentia/index.php?main_page=international-shipping
Exactly as it says it can't found non-rewritten URLs also ... just the one I created by modifying page_2
Re: Ultimate SEO 2.200+ (new features)
Hi,
I have installed ULTIMATE SEO URLs on my zencart 1.5.4 and it seems to be working fine.
But after installing it about 4 days ago, I have found that google has suddenly started crawling vigorously on my website and I had to lower the crawl rate from my webmaster tools admin as it used all of my server CPU resources within few hours. Resulting this, I am now unable to find my pages in google search, which used to be on top mostly. Now I am unable to find them even on 3 or 4th page of google search. they seem to have vanished from google search completely. Moreover, I checked the webmaster tools and have found 5683 pages with DUPLICATE META DESCRIPTIONS and 5597 pages with DUPLICATE TITLE TAGS.
I want to know if this thing is making the trouble? Will my pages be seen on google sarch again as were showing before installing this mod automatically, or may I have to do something for this?
Kindly reply.
thanks in advance.
Re: Ultimate SEO 2.200+ (new features)
hi,
i can not say what google will do....
that said, it's probably likely that this plugin is the cause of your problem. it sounds like you do not have a canonical link in your header. which WILL result in duplicate content and which will penalize you in search results.
if you provide a link to your site, it should be easy to examine. you need a link such as:
<link rel="canonical" href="http://MYSITE.com/MY-PRODUCT-product-anchor-17374" />
in the header section of every page.
its also entirely possible that you are not constructing the meta tags properly and the title tags properly. and again a link to your site can help determine exactly what the problem may be.
best.
Re: Ultimate SEO 2.200+ (new features)
Here is my website :http://shopping.muteyaar.org
can you please check and confirm?
thanks in advance.
Re: Ultimate SEO 2.200+ (new features)
Need help with Ultimate SEO.
Recently we have upgraded our store from 1.3.x to 1.5.5 and also updated the latest version of Ultimate SEO.
We are facing one issue with URL generation.
Previously our category and products urls were as per below.
xyz.com/category-1-c-22.html
xyz.com/product-name-p-2222.html
and now after this latest updates its coming as per below
xyz.com/category-1-c-22/
xyz.com/category-1-c-22/product-name-p-2222.html
We want to continue with our previous URL structure only.
Can you please help us with the same.
Re: Ultimate SEO 2.200+ (new features)
@dhruv37
you need to go admin -> configuration -> ultimate urls -> Format of alternate URLs
and ensure that enable-original is selected.
you also want to ensure that Generate cPath parameters is turned off.
good luck!
Re: Ultimate SEO 2.200 [Support Thread]
@muteyaar
your canonical links look fine.
you might want to look at:
includes/templates/YOUR_TEMPLATE/common/html_header.php
and examine how your template is constructing the <meta name="description" ....> tag. as that is where half of the problem lies.... within that same file you can also see how your title tag is constructed as that is where both of those elements get built.
good luck!
Re: Ultimate SEO 2.200+ (new features)
Thanks for your reply.
Our settings in Admin are already as per below only.
I was able to achieve xyz.com/category-1-c-22.html URL structure for category pages by making some changes in includes/classes/usu.php
Product URL is still pending.
Quote:
Originally Posted by
carlwhat
@dhruv37
you need to go admin -> configuration -> ultimate urls -> Format of alternate URLs
and ensure that enable-original is selected.
you also want to ensure that Generate cPath parameters is turned off.
good luck!
Re: Ultimate SEO 2.200+ (new features)
I am in the process of upgrading my site from zencart 1.5.3 to 1.5.5b.
I have a test location where I am doing the upgrade. I did a backup of the db of my live site, and restored that data to a new db, since I want to keep all my customers, products, orders, etc.
I started with a fresh version of the code for 1.5.5b, ran the upgrade scripts, and then installed the winchester responsive templates.
Now I'm adding in a few addons that I had in my old site.
Everything was going fine until I attempted to install the 2.1.5 version of Ultimate SEO Urls.
I think the problem is that I had an older version installed in my live website (I'm not sure exactly what version. It doesn't display the version number in the admin), and I didn't remove any database stuff from the upgraded version before attempting the installation.
What I did is, installed all the files as per the instructions (uploaded the new files, uploaded the .htaccess, logged into the admin, uploaded the install files, clicked on a link in the admin). It said that it upgraded successfully. (That was my first clue that I had messed up. I was trying to install, not upgrade, but I forgot that the db contained the old version of the module.)
I then accessed the upgraded site, and none of the urls were rewritten with the seo urls.
I looked at the ultimate seo configuration page in the admin, and I didn't see anything that needed to be changed there.
So I thought maybe I needed to go through the uninstall process, and then reinstall.
So I uploaded the uninstall files, and attempted to access the admin part of the site, and now I just get a blank page.
No errors logs are showing up. I even tried following a suggestion I saw in order to see any errors showing up in the browser. I added the file:
Code:
includes/local/configure.php
with the following contents:
Code:
<?php
define('STRICT_ERROR_REPORTING', true);
but I don't see any errors, just a blank admin page whenever I try to access any pages in the admin side.
I tried uploading the uninstall files, accessing the admin, uploading the install files, accessing the admin, but no changes. I still just see a blank page for any admin page, and no error logs.
But since I'm not successfully accessing the admin, presumably nothing is really happening there.
I have seen suggestions of removing all previous versions of database changes, but I don't know exactly what that entails.
It would be great if someone could tell me all possible database stuff that I should look for to remove, that might fix this problem.
I do have the db backup that I made of my original 1.5.3 site. But unfortunately, I didn't back up the db right before attempting to add this module :(
I know, major handslap! I really should have done that.
But it would be so much easier if I could recover from this situation, rather than having to start from the 1.5.3 db backup.
Also, one other piece of information is that I did have some numinix modules installed, and I think that changed the way some of the admin modules worked. I'd be happy to remove that since I'm no longer using it.
Does anyone have any suggestions? I'm pretty handy with phpmyadmin. If someone could please tell me all the db stuff I should look for to delete, then I can go in and do that. Any other suggestions?
Thanks in advance for any help with this.