Page 484 of 506 FirstFirst ... 384434474482483484485486494 ... LastLast
Results 4,831 to 4,840 of 5054
  1. #4831
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by wookie View Post
    Magic ! !!
    thanks countrycharm is perfect now !!


    Other question i have read that with Simple Seo can i change the url, add key and meta, where is the page where i can do this??
    With Virtuemart i have a special page inside the Seo, here i dont find.... i use the normal page of metatags??

    Thanks alot
    Alessandro
    If you want to set meta tags and key words to your categories or products, you need to go to admin/catalog/ all the way over to the right you will see Meta Tags Defined for categories. Click a product inside a category and do the same for the product. To define your Meta Tags and description for you site open /includes/languages/english/your_custom_file/meta_tags.php to define them.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #4832
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by pizza392 View Post
    hello countrycharm,

    To remove the category details from the product url, does the modification below work correctly?

    open products.php, replace the code
    PHP Code:
    $temp_params[0]=categoriesParser::getName($cPath$languages_id$languages_code); 
    $temp_params[1] = self::getName($products_id$languages_id$languages_code
    with the code
    PHP Code:
    $temp_params[0]=self::getName($products_id$languages_id$languages_code
    i guess you are good at this, any idea of this modification?
    Why do you want to remove the category details from the product url?
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #4833
    Join Date
    Jul 2011
    Posts
    31
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi,

    I am planning to install SSU on my cart and wanted some clarifications about it's workings.

    I read that the module does a 301 redirect from the old url to the new url. In that case

    - will the link juice of the old urls remain? That is, will everything that I did before installing the module still be valid?
    - will I be using the new url for future linkbuilding?

    Thanks for your feedback in advance!

  4. #4834
    Join Date
    Mar 2011
    Posts
    76
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Quote Originally Posted by pizza392 View Post
    hello countrycharm,

    To remove the category details from the product url, does the modification below work correctly?

    open products.php, replace the code
    PHP Code:
    $temp_params[0]=categoriesParser::getName($cPath$languages_id$languages_code); 
    $temp_params[1] = self::getName($products_id$languages_id$languages_code
    with the code
    PHP Code:
    $temp_params[0]=self::getName($products_id$languages_id$languages_code
    i guess you are good at this, any idea of this modification?
    Why do you want to remove the category details from the product url?
    because my product urls are like
    site/category_name_c_2/category_name_981741_p_35.html
    site/category_name_c_2/category_name_981742_p_36.html
    it means product names are almost same as category names, and the names are very very very long
    so i decide to remove the category details from product url

    could you help? thanks in advance
    Last edited by pizza392; 2 Aug 2011 at 12:52 PM.

  5. #4835
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by pizza392 View Post
    because my product urls are like
    site/category_name_c_2/category_name_981741_p_35.html
    site/category_name_c_2/category_name_981742_p_36.html
    it means product names are almost same as category names, and the names are very very very long
    so i decide to remove the category details from product url

    could you help? thanks in advance
    I'm only guessing but if your products are inside a category it will have to work that way or you will be creating problems down the road for yourself.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #4836
    Join Date
    Mar 2011
    Posts
    76
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    I'm only guessing but if your products are inside a category it will have to work that way or you will be creating problems down the road for yourself.
    i changed
    $temp_params[0]=categoriesParser::getName($cPath, $languages_id, $languages_code);
    $temp_params[1] = self::getName($products_id, $languages_id, $languages_code);
    to
    $temp_params[0]=self::getName($products_id, $languages_id, $languages_code);

    it seems it works now, but i'm worried if it would cause problems down the road,

    i find you are good at coding and you know well about the mod ssu,
    could you offer a good method to remove the category details from product url if that method above is not good?
    i would like to pay for this modification, thanks a lot

  7. #4837
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by pizza392 View Post
    i changed
    $temp_params[0]=categoriesParser::getName($cPath, $languages_id, $languages_code);
    $temp_params[1] = self::getName($products_id, $languages_id, $languages_code);
    to
    $temp_params[0]=self::getName($products_id, $languages_id, $languages_code);

    it seems it works now, but i'm worried if it would cause problems down the road,

    i find you are good at coding and you know well about the mod ssu,
    could you offer a good method to remove the category details from product url if that method above is not good?
    i would like to pay for this modification, thanks a lot
    I tell you what, you can contact the one who made the module to do this for you. They will know exactly what you want to do. You can contact them here.
    Or

    from Here and ask a question.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #4838
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by MK1990 View Post
    Hi,

    I am planning to install SSU on my cart and wanted some clarifications about it's workings.

    I read that the module does a 301 redirect from the old url to the new url. In that case

    - will the link juice of the old urls remain? That is, will everything that I did before installing the module still be valid?
    - will I be using the new url for future linkbuilding?

    Thanks for your feedback in advance!
    Everything you do after you install Simple Seo will be use and index by Google and other search engines you submit to. All the old urls will be drop sooner or later. There nothing you have to do after you install the module except submit the new links to the search engines.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #4839
    Join Date
    Oct 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I have 2 questions concerning the Simple SEO

    1. Is there a web site or blog that explains what should be the standard setup setting once the program is installed. I looked at the pages found in the install filles and on rubikintegration and they are great for installation but the video only shows you how to change the alias.

    What should be the actual settings (true/false selections) to begin simple seo and what do some of these buttons do in simple terms.

    2. I have a english and french language web site. My default landing page is in english and mysite.com/ for french the simple SEO shows mysite.com/fr/ and I must type in /fr to see the french version of my home page. Once there all other pages will be in french or english, depending on my language button selection.
    However for someone on a french page and needing to go back to the "home" page it takes them to the english mysite.com/ (default) and not mysite.com/fr/.

    How can I keep the french customer from going to the english landing page?
    Last edited by Forestthedog; 3 Aug 2011 at 04:06 PM.

  10. #4840
    Join Date
    May 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I have Simple SEO running after a lot of reading in this thread but I cannot solve my ( last ) Simple SEO issue with the Alias Functions.

    If it is turned on in admin->configuration->simple SEO and when I go to Alias Functions- Manage Aliases: " Click here " and I click, nothing is happening.

    Also I do not have the Add button to add a alias rule?

    Does anyone know what the cause is of this?


    The shop ( www.bestlooks.nl) is running with zen cart v 1.3.9h, module manager 3.8.5 and Simple SEO "yellow1912-simple-seo-url-95940c2" is installed.

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR