Archive for the ‘SEO’ Category

Changing the DotNetNuke Page Title and Using dnn page titles

Many times in our asp dot net application we need to manipulate page titles and keywords.E.g. You may like to change page title Or to get page title.Sometimes you will need to display as content header in content area of page.In a typical .Net web application you can change the title of a page on the fly by accessing the Page object’s Title property.

Page.Title = “My Custom Page Title”;

But from within your DotNetNuke module code you do it in a slightly different way. You first type-cast the Page object into a DotNetNuke.Framework.CDefault variable. Then you read and write the Title member on the CDefault object:….

Leave a Comment

Using SEO,Common SEO facts and Myths Starting with SEO

SEO common facts

The Internet has many SEO myths flying around, many of which only survive as nobody acknowledges them as being wrong, Until now. I have plucked out 5 of the Internets best SEO myths to share with you today.

Leave a Comment

SEO defination Explaination and HElp for SEO terms

Few Questions:-
Do you run a website and often hear other website owners talking about their SEO tactics and realise that you have no idea what SEO is, or how you go about it? Well you have come to the right place, we will give you all the information you need to understand what other website [...]

Leave a Comment

Mail Yourself When Google Crawls Your Site php SEo notification

Search engines like Google crawls sites from database.Means they have a list of websites in their database for checking and a script suns every specified time to check the listed web sites.You may need sometimes to notify about this event.

Leave a Comment