I plan to launch a gaming site and i have a lot of listings and DETAIL pages. The detail pages are basically pages that hold all the information about the game: description, screenshots, system requirements, etc. I want to have different <H2> tags for each DETAIL page depending on the category, so that they never change when you refresh or revisit. For example a <H2> tag for a game from the 'ACTION' category would look like: - 'Screenshots' The same <H2> tag for a game in the 'DRIVING' category would look like: - 'Snapshots' Do you know if this 'trick' helps me in the SE? Do you think that i'd better change the whole template depending on the category? I just want to avoid having a template site in the eyes of the SE.
Yes, i know. I'm using PHP for the all front end however do you think this will count when SE analyze my webpage ?