Jump to content



Latest News: (loading..)

* * * * * 14 votes

Header Tags SEO


  • Please log in to reply
7164 replies to this topic

#6501   clippers

clippers
  • Members
  • 86 posts
  • Real Name:emma
  • Gender:Female
  • Location:Wales

Posted 04 April 2012 - 03:03 PM

Im sorry i meant to say the update install file, thats the one i used.

I just wondering if you have them in a sql file so i could compare the tables, with the php files its a bit hard to see what should be there and what shouldnt,

Im sure its something simple that i have over looked, just confused that no errors are showing.

#6502 ONLINE   Jack_mcs

Jack_mcs
  • Members
  • 25,372 posts
  • Real Name:Jack York
  • Gender:Male
  • Location:Michigan

Posted 04 April 2012 - 04:36 PM

View Postclippers, on 04 April 2012 - 03:03 PM, said:

Im sorry i meant to say the update install file, thats the one i used.

I just wondering if you have them in a sql file so i could compare the tables, with the php files its a bit hard to see what should be there and what shouldnt,

Im sure its something simple that i have over looked, just confused that no errors are showing.
I did away with that kind of file since it is too difficult to maintain. You can try running the update with the reset option to see if that fixes it. Otherwise, you will need to uninstall/install or edit the database manually.

#6503   clippers

clippers
  • Members
  • 86 posts
  • Real Name:emma
  • Gender:Female
  • Location:Wales

Posted 04 April 2012 - 10:02 PM

Hi Jack,

ive just uninstalled and re installed the module (deleted the sql and ran the install php) and im still getting the same problem, missing tags in the test.

I did do the fill tags and tried to do index and product pages but the title and tags are still not showing.

What i did notice was im getting a small language error when overriding all the tags in the fill tags page, all 645 products are showing this error wither i use the english check box or all languages check box,

Failed to load page from shop: my site /product_info.php?products_id=2784&language=en

could this help finding what my problem is ?

I also have a mini template on my site, ive looked at the files and i cant see what might interfer with the seo header titles

Thank you for your time on this :-D

Edited by clippers, 04 April 2012 - 10:06 PM.


#6504 ONLINE   Jack_mcs

Jack_mcs
  • Members
  • 25,372 posts
  • Real Name:Jack York
  • Gender:Male
  • Location:Michigan

Posted 04 April 2012 - 10:30 PM

View Postclippers, on 04 April 2012 - 10:02 PM, said:

Hi Jack,

ive just uninstalled and re installed the module (deleted the sql and ran the install php) and im still getting the same problem, missing tags in the test.
I'm confused at this point. I'm not sure why you would go in and delete the sql when there is a script that does that for you and you can be sure it is done correctly. All I can suggest is you restore everything and start over.

#6505   clippers

clippers
  • Members
  • 86 posts
  • Real Name:emma
  • Gender:Female
  • Location:Wales

Posted 04 April 2012 - 11:49 PM

Sorry im not explaining myself properly, i did the uninstall.php and i did a reinstall of the SQL install.php, i also have restored everything and started over, checking the files with with winmerge but still getting the problem i mentioned above.

My site is live and on my profile, Im just stumped on what to do next as this is last thing that needed doing.

#6506 ONLINE   Jack_mcs

Jack_mcs
  • Members
  • 25,372 posts
  • Real Name:Jack York
  • Gender:Male
  • Location:Michigan

Posted 05 April 2012 - 01:47 AM

View Postclippers, on 04 April 2012 - 11:49 PM, said:

Sorry im not explaining myself properly, i did the uninstall.php and i did a reinstall of the SQL install.php, i also have restored everything and started over, checking the files with with winmerge but still getting the problem i mentioned above.

My site is live and on my profile, Im just stumped on what to do next as this is last thing that needed doing.
You said, "only shows the default title from page control instead of my product details." It can only show the default title if you have the default title checkbox checked, which I don't recommend. If you have the product checkbox checked, then you need to look in an actual product to see if the title is actually there. If it is and if the check boxes are setup correctly, then the problem is on the shop side. In that case, replaces your product_info.php file with the included one as a quick test to see if it works with that file. If not, then replace teh template_top file to see if that is the cause.

#6507   alarm_seo

alarm_seo
  • Members
  • 13 posts
  • Real Name:Alex

Posted 05 April 2012 - 08:35 PM

Hi, I failed to find the answer here so hope you can help me.

My client's website has Header Tags SEO V 3.2.6 installed and inner pages have such structure of meta tags:

proper meta tag - meta tag of the main page

How can I prevent your addon to adding main page meta tags to meta tags on inner pages.

I mean right now I have: <title>Inner Page Title - Main Page Title</title>
And I would like to have: <title>Inner Page Title</title>

Hope you can help me.

#6508 ONLINE   Jack_mcs

Jack_mcs
  • Members
  • 25,372 posts
  • Real Name:Jack York
  • Gender:Male
  • Location:Michigan

Posted 05 April 2012 - 10:35 PM

View Postalarm_seo, on 05 April 2012 - 08:35 PM, said:

Hi, I failed to find the answer here so hope you can help me.

My client's website has Header Tags SEO V 3.2.6 installed and inner pages have such structure of meta tags:

proper meta tag - meta tag of the main page

How can I prevent your addon to adding main page meta tags to meta tags on inner pages.

I mean right now I have: <title>Inner Page Title - Main Page Title</title>
And I would like to have: <title>Inner Page Title</title>

Hope you can help me.
It sounds like you have the root check box checked in page control.

#6509   alarm_seo

alarm_seo
  • Members
  • 13 posts
  • Real Name:Alex

Posted 06 April 2012 - 06:50 PM

Yes, you are right. And now everything is find, thanks a lot!

BTW, as I understand you addon allows to place content on categories, right? I found "Header Tags Categories Description" in admin panel and I tried to place the necessary texts there, but nothing happened. Categories do have texts, but I failed to find how to change it. Template has such code for those texts:
<?php echo $catArr['categories_desc']; ?>

Does that code have some attitude to your addon?

#6510 ONLINE   Jack_mcs

Jack_mcs
  • Members
  • 25,372 posts
  • Real Name:Jack York
  • Gender:Male
  • Location:Michigan

Posted 06 April 2012 - 11:24 PM

View Postalarm_seo, on 06 April 2012 - 06:50 PM, said:

BTW, as I understand you addon allows to place content on categories, right? I found "Header Tags Categories Description" in admin panel and I tried to place the necessary texts there, but nothing happened. Categories do have texts, but I failed to find how to change it. Template has such code for those texts:
<?php echo $catArr['categories_desc']; ?>

Does that code have some attitude to your addon?
No, that doesn't have anything to do with this contribution.

#6511   alarm_seo

alarm_seo
  • Members
  • 13 posts
  • Real Name:Alex

Posted 07 April 2012 - 11:16 AM

I got it, thanks.

Can you suggest me someone who can fix my problem with texts on categories? Or can you help me with that?

#6512 ONLINE   Jack_mcs

Jack_mcs
  • Members
  • 25,372 posts
  • Real Name:Jack York
  • Gender:Male
  • Location:Michigan

Posted 07 April 2012 - 11:37 AM

View Postalarm_seo, on 07 April 2012 - 11:16 AM, said:

I got it, thanks.

Can you suggest me someone who can fix my problem with texts on categories? Or can you help me with that?
There's a box in the categories edit page where you can enter the description (the large one at the bottom). If that text is showing up in admin, then the problem is most likley on the shop side. You could try uploading the included index.php file. If it displays the categories correctly, then you've made a mistake in the edits of that file. If not, I don't know what it might be.

#6513   alarm_seo

alarm_seo
  • Members
  • 13 posts
  • Real Name:Alex

Posted 07 April 2012 - 05:45 PM

The text is shown up in admin, but the category displays another text.

According to index.php, the text is shown with a help of <?php echo $catArr['categories_desc']; ?>

Can you please let me know the code that is used in your addon to show the category text? I will try to replace <?php echo $catArr['categories_desc']; ?> with your code and see what happens.

#6514 ONLINE   Jack_mcs

Jack_mcs
  • Members
  • 25,372 posts
  • Real Name:Jack York
  • Gender:Male
  • Location:Michigan

Posted 07 April 2012 - 05:49 PM

View Postalarm_seo, on 07 April 2012 - 05:45 PM, said:

Can you please let me know the code that is used in your addon to show the category text? I will try to replace <?php echo $catArr['categories_desc']; ?> with your code and see what happens.
It's in the included file. You can use a compare program, like WinMerge, to find the diffrences.

#6515   alarm_seo

alarm_seo
  • Members
  • 13 posts
  • Real Name:Alex

Posted 08 April 2012 - 10:15 AM

Sorry for me being noob, but what included file have you mentioned?

If you could provide me with the working index.php with you addon, that would be fantastic.

#6516   14steve14

14steve14

    STORE OWNER NOT CODER

  • Members
  • 3,113 posts
  • Real Name:Steve
  • Gender:Male
  • Location:Dorset UK

Posted 08 April 2012 - 11:50 AM

Open the saved copy of the downloaded contribution and the file is in these.  Look in files for new shop.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.  

OSC has a steep learning curve, but in general the program does work.  If it doesnt work, the chances are it is something you have done.

#6517   alarm_seo

alarm_seo
  • Members
  • 13 posts
  • Real Name:Alex

Posted 09 April 2012 - 04:54 PM

I managed to fix the problem, thanks a lot for your support!

#6518   piernas

piernas
  • Members
  • 8 posts
  • Real Name:Juanma

Posted 10 April 2012 - 02:03 AM

Hello Jack,

I've updated this contrib and everything works fine except the Header Tags SEO Keywords section. When I click on the "get position" button of any keyword I always get a "0 / Not Found" message, even if I can manually find the results on the first few pages of Google Search. I've tried to increase the "pages" number and added the web address with and without the"www" with no luck. Any clue on what can I do to test what's wrong?

#6519 ONLINE   Jack_mcs

Jack_mcs
  • Members
  • 25,372 posts
  • Real Name:Jack York
  • Gender:Male
  • Location:Michigan

Posted 10 April 2012 - 03:30 AM

View Postpiernas, on 10 April 2012 - 02:03 AM, said:

Hello Jack,

I've updated this contrib and everything works fine except the Header Tags SEO Keywords section. When I click on the "get position" button of any keyword I always get a "0 / Not Found" message, even if I can manually find the results on the first few pages of Google Search. I've tried to increase the "pages" number and added the web address with and without the"www" with no luck. Any clue on what can I do to test what's wrong?
I just tried it and it isn't working for me either. I used it just the other day and it was so it might be that google has changed something, though I thought I had the code fixed where that wouldn't be a problem. I'll look at it when I get a chance.

#6520   piernas

piernas
  • Members
  • 8 posts
  • Real Name:Juanma

Posted 10 April 2012 - 10:20 AM

Thank you Jack.