3 replies
  • SEO
  • |
Hey Everyone ,

I'm buying a PHP Site. And i have to do some SEO for it.

i'm familiar with Wordpress Site.

But i'm not familiar with a PHP ( Custom Made Site )

So Any one who can guide me from here i can start this.

Thanks
#php #seo #site
  • Hey, please check your PM.

    Thanks.

    Originally Posted by BurhanSafiOfficial View Post

    Hey Everyone ,

    I'm buying a PHP Site. And i have to do some SEO for it.

    i'm familiar with Wordpress Site.

    But i'm not familiar with a PHP ( Custom Made Site )

    So Any one who can guide me from here i can start this.

    Thanks
    {{ DiscussionBoard.errors[9734100].message }}
  • Profile picture of the author edpudol1973
    I am PHP coder as well, you can post here your concern maybe I and other member can help. Wordpress is php base so I believe it's not that hard for you to understand what you need to adjust in your new custom made site.
    {{ DiscussionBoard.errors[9734186].message }}
  • Profile picture of the author johnjonson121
    For a better search engine visibility of the web pages, the web developers should follow the following tips while developing a SE friendly website.

    SEO Friendly URL Structure in PHPPin It
    SEO Friendly URL Structure in PHP
    Clean URL structure:

    Dynamic URLs and season IDs in URL are not good so the developer need to use a unique PHPSESSID variable. If the season IDs will be included in URLs so, the search engines will treat a single page with different season IDs as different pages. It leads to duplicate content which is punishable by search engines.

    Use keyword rich permalinks with url_rewriter tags, which makes the URLs friendly for both search engines and visitors. Also decrease the use of special characters other than the hyphen (-) symbol.

    Avoid canonical errors:

    Search engines treat www and non-www sites differently if also they contain the same content. Duplicate content issue may arise, so use 301 redirection. In this concern the PHP developers need to spend more time on the homepage as the site.com/index.php will be treated as different to site.com.

    Putting right heading and bold tags:

    Optimizing the website for search engines in the development period carries a lot of responsibilities and adds more tasks for the web developers. Creating a dynamic header (header.php) and using unique values for Meta of singular web pages is a must do act for designing an SEO website. So, at the time of coding, using of page-specific PHP variables get’s the work done. $pageTitle, $pageDescription, $pageCanonical, $pageKeywords, $pageRobots, etc are the significant SEO stuffs for On-page optimization of a PHP website. Also, using H1, H2, H3 and <strong> attributes in a webpage improves it’s indexing possibility.

    Cross browser issues:

    In this mobile web age, we can’t rely upon the desktop users only as the growth rate of internet on mobile browsers created a milestone in the last few years. SEO is now promoting user experience and the cross browser compatibility will surely impress both visitors and the search engines. Coding a responsive or mobile friendly website using PHP language is not a hard task for the experienced web developers.

    Navigation and links:

    Both of these are vital in bringing SEO success for a website. It is proved that the Google and others like easy to navigate websites. So, use texts based navigation as well as try to have breadcrumbs which provide more flexibility for a user for browsing the site effortlessly. Links, both inbound and outbound, carry the scores of getting good link juice. Using diverse and relevant anchor texts for hyperlinks and declaring rel=nofollow/dofollow attributes is advised.
    {{ DiscussionBoard.errors[9736132].message }}

Trending Topics