PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Duplicate meta tags... external.php link title (http://www.photopost.com/forum/photopost-pro-how-do-i/143729-duplicate-meta-tags-external-php-link-title.html)

DefenceTalk.com August 19th, 2010 11:11 PM

Duplicate meta tags... external.php link title
 
1 Attachment(s)
Hi,

I was examining the source code on one of our galleries and it seems there are duplicate meta tags generated if PP is integrated with vbulletin.

How can one avoid this? I would like to show meta tags relevant to PP when on PP pages and switch to forum meta when on forum pages.

All the SEO work with urls, etc. and basic things like this are still screwed up... :mad:

In source code of the site, on Photopost page, it shows "ABC Forum rss feed" but its linked to photopost rss feed. Anyway to change that title as well?

Ideally, when RSS feed icon in browser address bar is clicked, it should show Forum rss feed as well as Photopost rss feed on both forum and photopost pages. I know I could do this on vbulletin side but its not so easy on pp side.

See attached image for visual.

Thanks

DefenceTalk.com August 20th, 2010 12:31 AM

Okay, it seems meta tag issue was fixed in the 7.02 update, thank you.

What about the other issue?

Chuck S August 20th, 2010 09:06 AM

what issue are we talking about? Your talking about an rss feed link!!

If your in photopost clicking it should result in going to the gallery rss you are not going to get both the forum and gallery showing together as they are two different scripts.

DefenceTalk.com August 20th, 2010 09:20 AM

Chuck,

Did you see the screenshot? In Photopost, it says "Forum RSS FEED," the title from the vbulletin carries over.

Chuck S August 20th, 2010 10:08 AM

Okay so your just talking about a title statement in that link

Well I would have to ponder that awhile which means play with it and see if I get any ideas.

See the way it is done now is we do this

Code:

Content visible to verified customers only.

Chuck S August 20th, 2010 10:51 AM

Okay this is a two part process as it took a FEW to figure out with the processing of variables do not work together.

In header-inc.php find the line noted and add the line in bold

Code:

Content visible to verified customers only.
In pp-inc.php under the line noted add the line in bold and reupload both those files

Code:

Content visible to verified customers only.

Chuck S August 20th, 2010 11:14 AM

By the way this little edit I provided above has been applied to the default code and will be included in the upcoming 7.03 release soon.


All times are GMT -5. The time now is 06:57 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97