PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 2nd, 2012, 03:21 PM
jmuller777 jmuller777 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2012
Posts: 3 jmuller777 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 23 sec
Reputation Power: 0
PHP-General - Could someone please help a PHP Dumb?

Hello!

I'm using a PHP script based on enterspire shopping cart Bigcommerce. I'm changing some headers that it had on a very wrong way, eg the H1 was using the logo, which is irrelevant for SEO, every side bar was h2, and so on. A fixed a lot of it already. Now just need to change two <h2> tags to <h3>, but these i just cant track from where they come.

Could someone give me a light on how to find the file that is generating these two h2 tag?

The page is jmuller777.com

and the tags are in the title of the last two left side boxes (FORMAS DE PAGAMENTO / FORMAS DE ENVIO). They also appear in the footer but I think they are generated by the same file, just do not know which determine them.

All the others i could find going on intuition, but these two are giving me hard work.

If someone can help me out, I will be very grateful!

Thanks a lot!

Reply With Quote
  #2  
Old October 2nd, 2012, 05:27 PM
E-Oreo's Avatar
E-Oreo E-Oreo is offline
Lost in code
Click here for more information.
 
Join Date: Dec 2004
Posts: 7,944 E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)  Folding Points: 945 Folding Title: Novice Folder
Time spent in forums: 2 Months 10 h 16 m 54 sec
Reputation Power: 7053
From looking at the output there is really no way to tell. You would have to examine the source code, determine how it constructs the page, and trace through that to the relevant place. Keep in mind that it could be coming from the database too.

Which h-tag you are using probably has virtually no bearing on your site's search engine placing.
__________________
PHP FAQ
How to program a basic, secure login system using PHP
Connect with me on LinkedIn


Quote:
Originally Posted by Spad
Ah USB, the only rectangular connector where you have to make 3 attempts before you get it the right way around

Reply With Quote
  #3  
Old October 2nd, 2012, 05:35 PM
Jacques1's Avatar
Jacques1 Jacques1 is offline
pollyanna
Click here for more information.
 
Join Date: Jul 2012
Location: Germany
Posts: 1,875 Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level)Jacques1 User rank is Lieutenant General (80000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 2 Weeks 2 Days 4 h 14 m 32 sec
Reputation Power: 813
Hi,

Have you tried looking for
Code:
<div class="BlockContent" align="center">

or "Moveable Panel"?

Anyway, since we don't have access to the PHP scripts, we can't really help you with this. It's a matter of trial and error or inspecting the template logic.

Reply With Quote
  #4  
Old October 2nd, 2012, 05:49 PM
jmuller777 jmuller777 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2012
Posts: 3 jmuller777 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 23 sec
Reputation Power: 0
Quote:
Originally Posted by E-Oreo
From looking at the output there is really no way to tell. You would have to examine the source code, determine how it constructs the page, and trace through that to the relevant place. Keep in mind that it could be coming from the database too.

Which h-tag you are using probably has virtually no bearing on your site's search engine placing.



Thanks, i tried exactly it, trace it back by looking at the source code, and i had done good until a reached these two h2 tags. But i did not look at my database yes, thanks for the advise.

And i also understand that its not going to rank my page on top 10 just because of the h tags, and that it have little to no impact on its SEO, but yet, since its very easy, i prefer to keep it coherent.

Reply With Quote
  #5  
Old October 2nd, 2012, 05:54 PM
jmuller777 jmuller777 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2012
Posts: 3 jmuller777 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 23 sec
Reputation Power: 0
Quote:
Originally Posted by Jacques1
Hi,

Have you tried looking for
Code:
<div class="BlockContent" align="center">

or "Moveable Panel"?

Anyway, since we don't have access to the PHP scripts, we can't really help you with this. It's a matter of trial and error or inspecting the template logic.


I had. Searched for both but had found no results for them. I did not pasted the script here because i thought it would be detected as some form of spam or something not allowed.

Reply With Quote
  #6  
Old October 3rd, 2012, 08:32 AM
danramosd danramosd is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2012
Location: Jersey
Posts: 16 danramosd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 35 m 46 sec
Reputation Power: 0
What kind of IDE are you using? If you're using sublime text 2 or text mate, or any decent code editor you should be able to search for the markup site wide. Suppose you're using ST2, drag the root directory of your project into the ST2. Go to Find -> Find in files... At the bottom of your editor you will see Find: (this is where you will put the code you're looking for) and in the Where: (this should be the file path to your root directory).

If you're not using ST2 i would google around on how to search all the files in a project with the IDE that you are using. Hope this helps!

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > PHP-General - Could someone please help a PHP Dumb?

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap