Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Wordpress: Pages vs Posts vs Portfolio
-
Hi All,
I'm looking to put pen to paper and design my main structual template for my website. I will be creating the new site in Wordpress.
My understanding of Wordpress is broken into the Static Pages, Posts and Portfolio.
Static PAGE
Static one off content.
No tags, categories or archivedPosts
content entries, which is listed in reverse chronological order.
Update post entry to maintain overall freshness of your website.
tags, categories & archivedPortfolio
?????Question
- What are the benefits of a portfolio page over Static Pages & Posts
- When creating feature rich articles should i use static pages, posts or portfolio.
Thanks Mark
-
Excellent. Good luck with your new site.
-
Hi Dean,
As previously mentioned my knowledge of 'Portfolio' was limited. Now that you have advised the nature of a 'Portfolio' being static in design, I can simply write articles to my hearts content and publish them. Additionally, I will have the added advantage to set categories and tags and visual appearance.
I believe this is game, set and Match!
Thanks Mark
-
A portfolio is not necessarily time-specific therefore it is not a post type such as a blog. A portfolio is just that, a portfolio of your work that you have completed (ie static) so why would you need to keep updating it. If you need to update/new articles then you would use the post type (blog).
-
Hi All,
Thanks for the information.
Dean,
I have taken the example provided on the filterable portfolio from here. I believe your example and mine are talking about the same thing, hence using the same Portfolio Custom Post Type.
Would I have to keep the article written on the portfolio page updated more often then a regular static page for Google ranking?
Thanks Mark
-
Re filter have you tried https://wordpress.org/plugins/evm-portfolio/
-
That said and done, i believe you cannot create categories and tags on static pages, hence a custom posts would need to be created with the article.
Correct - Well, without looking at other specific templates, then give it a go. Noting ventured and all that
-Andy
-
In your case I would recommend not going down the post/blog route and use a custom taxonomy (ie portfolio) as using a post to publish your portfolio will also be available as rss and is also considered as time-specific.
-
Hi Andy,
Thank you for the information.
My initial goal is to create a rich visual menu for users to filter in readiness to read an article of interest.
That said and done, i believe you cannot create categories and tags on static pages, hence a custom posts would need to be created with the article.I want the user to have visual and filter experience and cannot see another way of achieving this without using isotope.
Thanks Mark
-
I see what you are looking to do Mark but with most templates, when you create a post, it will allow you to set an image and excerpt which is then tagged into the main part of the site. It would be a bit of an odd way to do things if you were to use the portfolio option to link through to a blog post.
I don't really do much in the way of blogging, mainly due to lack of time, but go to my website and click on the Blog link to see an example of the posts populating this section. Is this what you are looking to achieve?
-Andy
-
Hi All,
Thank you for your words of wisdom.
My reason for creating a portfolio was to get the best of both worlds (Pages + Posts). I'm looking to create an image based menu where users can see a graphical representation of an article. 'Eye Candy' and not heavy on text. This way the user is drawn into clicking an image to read the feature rich article.
Addiitonally, using categories and tags the user can fine tune what he or she is looking for. Here is a example of what I'm looking to create.
Your thoughts and comments would be much appreciated.
Thanks Mark
-
On each Wordpress site I have worked on, the Portfolio tends to be image-based and is used to showcase work or products. Unless you have a need to do this, the portfolio tends not to get used that much. That said, I am sure there are lots of people who do use it - I haven't or really seen many sites use it.
To answer your questions:
- What are the benefits of a portfolio page over Static Pages & Posts
See above. Pages are your main structural pages.- When creating feature rich articles should i use static pages, posts or portfolio.
Articles should be sat in the blog section, which is populated through 'posts'.I hope this helps.
-Andy
-
Posts are the default content type that is used for blog posts etc. They are dynamic content, with the first blog post displayed changing as a new one is added.
Pages are the default WordPress content type that is used for static content. Unlike posts these are not time-specific.
Portfolio or for that matter what ever you wish to name it are custom post types and taxonomy and can act as either, a good article to read here: Introducing Custom Posts and Taxonomies
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
JSON-LD product page markup for multiple currencies?
I haven't found a working example of a single product page with one "Offer" in multiple "priceCurrency" and "price" We have product pages with a single product URL which will offer different prices in different currencies based on the user's IP. Some of the language of the page will be translated based on the IP (this will have href lang tag) but the URL will not change. (We're aware TLD is considered best practice, however, this is not an option at this time.) Is the best option to update the markup based on what the corresponding "country"? I'm uncertain how this may be handled by crawlers. Eg, For the product page https://www.example.com/product1 displaying USD "offers": {
Web Design | Jan 15, 2020, 4:30 AM | sb1030
"@type": "Offer",
"url": "https://www.example.com/product1",
"itemCondition": "https://schema.org/NewCondition",
"availability": "InStock",
"priceCurrency": "USD",
"price": "7.99"} For the product pagehttps://www.example.com/product1 displaying EUR "offers": {
"@type": "Offer",
"url": "https://www.example.com/product1",
"itemCondition": "https://schema.org/NewCondition",
"availability": "InStock",
"priceCurrency": "EUR",
"price": "7.50"} Thanks for any input.0 -
Switched from Wix to Wordpress dreaded hashtag URL
Recently took over managing a site for a non-profit which was using the dreaded Wix. Switched over to Wordpress but now Google still has the old URL's with the hashtag. Can't forward them in .htaccess and don't want to add javascript for fear of slowing down load time. I found a solution that seems like it will take hours and hours of work. I found the solution at http://www.thedriversgarage.com/web-technology/redirecting-hashbang-urls-wix-urls/ but it seems like it would take hours with all the URL's. I submitted an XML sitemap in Google webmaster tools. My question is, how serious could this effect SEO for my site? Google accepted the new sitemap but still has the old URL's in SERP. How long does this generally take to remove? Will the hashtag URL's penalize the site for duplicate content? If so is there a way to tell Google the homepage without hashtags is the page with original content? Sort of like the rel=canonical tag which I know wont work as the hashtag URL's all redirect to the homepage so they will all have the tag. Does Google ignore the hashtag? Could there even be a benefit to this, possibly the homepage getting more page authority due to the redirects? How serious is this? Thanks in advancing.
Web Design | Jun 11, 2016, 5:44 PM | limited70 -
Incorporating Spanish Page/Site
We bought an exact match domain (in Spanish) to incorporate with regular website for a particular keyword. This is our first attempt at this, and while we do have Spanish speaking staff that will translate/create a nice, quality page, we're not going to redo everything in Spanish page. Any advice on how to implement this? Do I need to create a whole other website in Spanish? Will that be duplicate content if I do? Can I just set it up to show the first page in Spanish, but if they click on anything else it redirects to our site? I'm pretty clueless on this, so if anything I've suggested is off-the-wall or a violation, I'm really just spit-balling, trying to figure out how to implement this. Thanks, Ruben
Web Design | Jun 8, 2016, 9:53 PM | KempRugeLawGroup0 -
Website Home page suddenly disappeared after changing Hosting
HI All, My site was ranking very well and was in 1st page of google for most of my keywords. Last week we did some update to the site and moved it to new hosting and from then onwards I dont see my site home page in Google ranking . My Website Name is : royalevents.com.au. We used to be in 1st of Google for keywords like wedding Mandaps, Indian Wedding Mandaps etc, Would be great if some one helps us to figure out whats gone wrong .. I also did Webmaster Fetch as Google but nothing happened. Thanks
Web Design | Mar 2, 2015, 8:44 AM | Verve-Innovation0 -
Should i not use hyphens in web page titles? Google Penalty for hyphens?
all the page titles in my site have hyphens between the words like this: http://texas.com/texas-plumbers.html I have seen tests where hyphenated domain names ranked lower than non hyphenated domain names. Does this mean my pages are being penalized for hyphens or is this only in the domain that it is penalized? If I create new pages should I not use hyphens in the page titles when there are two or more words in the title? If I changed all my page titles to eliminate the hyphens, I would lose all my rankings correct? My site is 12 years old and if I changed all these titles I'm guessing that each page would be thrown in the google sandbox for several months, is this true? Thanks mozzers!
Web Design | May 14, 2014, 2:49 PM | Ron100 -
Website title next to a post title-how to remove it?
I just have checked on some of the keyword I am ranking for and found in the serp that next to the post I have also the site name. But I thought that I have remove it. Does somebody know how to remove it? perhaps I did not do it correctly. I am also using yoast seo plugin but I do not have it set there to show the site name after posts name. Can somebody help me to fix this please? I have also attached an image from the serp where is behind the post title also Villas Diani-the site name Thank you very much! Iris O1oj4W0.jpg
Web Design | Oct 17, 2013, 9:34 AM | Rebeca10 -
CSS vs Javascript vs JQuery drop down navigation
For a user / seo perspective, what is the best way to code a drop down menu nav bar? Is it best to use css, javascript or a scripting library like jquery? I am thinking about overall best practice that will not have a negative impact on serps. I am also thinking about what will work best on all types of devices i.e. desk tops, lap tops, smart phones and tablets. What are the Pro's & Cons of Using CSS for Drop Down Menus. What are the Pro's & cons of using Javascript for drop down menus. And the same question for jquery. Thank you all in advance for your ideas.
Web Design | Dec 30, 2012, 11:31 PM | bronxpad0 -
I have a button that repeats it self many times on same page, what can i do so button name does not affect my SEO?
I have a shopping car button named "Add to car" but it repeats on many pages on my website, is this affecting my seo? If yes.. What should i do so it does not affect? Should button appear on hover? Thanks
Web Design | Nov 5, 2011, 12:50 AM | SeMeAntoja0